Wiki Workshop

From ml2sig

Revision as of 14:21, 7 April 2008 by Superman (Talk | contribs)
Jump to: navigation, search

Contents

What is a Wiki?

From WikiPedia:

A wiki is software that allows users to collaboratively create, edit, link, and organize the content of a website, usually for reference material. Wikis are often used to create collaborative websites and to power community websites.

There are many different Wiki software packages. In this workshop, we will deal specifically with MediaWiki, the Wiki software developed for WikiPedia and used for many other Wikis, including this ML2SIG Wiki.

Wiki Examples

Creating accounts

Creating and using a user account is sometimes necessary and always desirable in order to edit wikis.

For the ML2SIG Wiki (and other Wikis served by ITCS), a user account is created for you when you authenticate. Click the login with CoSign link in the upper right of the page and authenticate.

For other Wikis such as WikiPedia, Click the Log in / create account link in the upper right of the page, then follow the Create One link on the login screen.

Once you've logged in, you'll see the personal navigation bar in the upper right: Superman My talk My preferences My watchlist My contributions Log out

  • Username: This is your User page, where you can put personal information about yourself.
  • my talk: This is your Talk page, to be used for carrying on conversations with other users on the Wiki. If someone edits your talk page, you'll receive a notification then next time you login to the wiki.
  • my preferences: here you can set many preferences, such as personal info, date & time formats, skins, editing preferences, etc.
  • my watchlist: changes to pages you've marked as 'watch' (see below)
  • my contributions: lists edits you've made to the wiki
  • log out: logs you out

Navigating Wikis

Note that page/file names for MediaWiki are caps-sensitive, so Mlibrary is a different page from MLibrary. Also, all pages must start with a capital letter. For consistency, major words in all page titles should be in capital letters.

The standard MediaWiki skin (MonoBook) has two sets of navigation: The left-hand sidebar and the article tabs.

Left-hand Navigation

Left Navigation
Left Navigation

The left-hand navigation may change from Wiki to Wiki, but they usually all contain the basics:

  • navigation
    • Main Page: Takes you to the Wiki's main page
    • Recent Changes: Shows the most recent changes to the Wiki
    • Random Page: Do you feel lucky?
    • Help: Links to a help page specific to that Wiki
  • search
    • Go—the default—will take you directly to a page if it exactly matches your search, other wise it does a regular search:
    • Search searches for your text, with page title matches coming first
  • toolbox
    • What Links Here shows which other pages on the Wiki point to the one you are currently on
    • Special Pages lists the various special pages of the Wiki, including Most linked to pages, Orphaned pages (pages without any incoming links), File list, Wanted pages, and many others.

Article Tabs

Article Tabs

The tabs at the top of the article allow you to interact with the page:

  • article - shows you the current version of the article
  • discussion - a discussion page for this article. This is where editors will talk about what should or should not be in a particular article. (Can sometimes make for fascinating reading, esp. on WikiPedia)
  • edit - click this to edit the content of an article (see below)
  • history - shows in reverse chronological order the edits made to a page. From here you can see past versions of the page, and compare versions to see where the changes were made
  • move - changes the name of an article (and therefore it's URL/location). A redirect is normally created to link the old location to the new
  • watch adds an article to your watchlist

Editing Wikis

headings & paragraphs

Sections: Put equals signs before and after your section headings. Using four or more headers on a page will create a table of contents (TOC) to appear in front of the first header. (If you don't like the TOCs, you can turn them off in your preferences.)
= Section =

== Sub-section ==

=== Sub-sub-section ===

==== Sub-sub-sub-section ====
Paragraphs: leave a blank line between paragraphs
Line one

Line two
Indent: Start a line with a : to indent the text. Use multiple colons for furtehr indentation
:Here's some text

::Here's some more text


Text Formatting

Use single straight quotes before and after your text to mark as bold and/or italic:

Style Markup Example
Bold '''Bold text''' Bold text
Italic ''Italicized text'' Italicized text
Bold & Italic '''''Italicized & Bold text''''' Italicized & Bold text


Lists

Start a line with an * or a # to create an element in a list:

Type Markup Example
Bullet list
* Item 1
** Item 1.1
** Item 1.2
* Item 2
** Item 2.1
*** Item 2.1.1
*** Item 2.1.2
*** Item 2.1.3
** Item 2.2
* Item 3
  • Item 1
    • Item 1.1
    • Item 1.2
  • Item 2
    • Item 2.1
      • Item 2.1.1
      • Item 2.1.2
      • Item 2.1.3
    • Item 2.2
  • Item 3
Numbered list
# Item 1
## Item 1.1
## Item 1.2
# Item 2
## Item 2.1
### Item 2.1.1
### Item 2.1.2
### Item 2.1.3
## Item 2.2
# Item 3
  1. Item 1
    1. Item 1.1
    2. Item 1.2
  2. Item 2
      1. Item 2.1
      2. Item 2.1.1
      3. Item 2.1.2
      4. Item 2.1.3
    1. Item 2.2
  3. Item 3


Linking

Use brackets to designate links to other pages; double brackets ([[ ]]) for internal links, single brackets ([ ]) for external links. Use the Pipe (|) to designate alternate text for internal links; use a space for alternate text for external links.

Style Markup Example
Link to another wiki page Go to [[Main_Page]] Go to Main_Page
Link to another wiki page but have the link say something different Go to [[Main_Page|Home]] Go to Home
Link to a section within another wiki page [[Flickr#Examples_of_how_other_libraries_are_using_flickr]] Flickr#Examples_of_how_other_libraries_are_using_flickr
Link to a section on the current page [[Wiki Workshop#Page_Titles]] Wiki Workshop#Page_Titles
Link to a section on the current page but have the link say something different [[Wiki Workshop#Page_Titles|Help with page titles]] Help with page titles
Link to an external (non-wiki) source [http://en.wikipedia.org Wikipedia] Wikipedia

Signing

In talk pages, you should sign your name to your comment. To add a "signature" (i.e. username and timestamp) use the following code.

--~~~~ turns into --Dave 14:21, 7 April 2008 (EDT)

using HTML

You can use most basic HTML code in your pages as well. However, it is considered to be good wiki form to use the Wiki mark-up language when it is available.

Saving Your Changes

At the bottom of the edit page, you'll see:

Edit Save

  • Use the 'Summary: field to indicate the changes you've made.
  • Check the This is a minor edit box to indicate that the edit is minor, e.g. a spelling or punctuation correction.
  • It is highly recommended that you use the Show preview button first so that you can look over your changes to make sure you haven't made any formatting mistakes. Then you can click the Save page button to save your changes.

Wiki Etiquette, etc.

Personal tools