Consult the User's Guide for information on using the wiki software.
I will be adding more to the quickguide soon. So keep checking back here.
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like ''this''
Contents |
There are several ways to start a new page.
MediaWiki makes it very easy to link wiki pages using a standard syntax (see Links). If you (or anyone else) creates a link to an article that doesn't exist yet, the link will be coloured red, like this.
Clicking a red link, will take you to the edit page for the new article. Simply type your text, click save and the new page will be created.
Once the page has been created, the link will change from red to blue (purple for pages you've visited) indicating that the article now exists.
Usually this is the best way to create a new page, because it means that right from the start, the page will be linked from at least one other place on the wiki (and typically you will want to mesh it into other related pages later) If you are creating a new page without creating any link to it, you may need to ask yourself: Does this page really fit in with the topics already covered in the wiki? Also, how are you expecting visitors to find this page? Normally there is no reason to create a page without first creating a red link to it.
You can use the wiki's URL for creating a new page. The URL to an article of the wiki is usually something like this:
http://www.example.net/index.php/ARTICLE or http://www.example.net/wiki/ARTICLE If you replace ARTICLE with the name of the page you wish to create, you will be taken to a blank page which indicates that no article of that name exists yet. Clicking the "edit" page tab at the top of the page will take you to the edit page for that article, where you can create the new page by typing your text, and clicking submit.
If you search for a page that doesn't exist (using the search box and 'go' button on the left of the page) then you will be provided with a link to create the new page. (Note that this technique doesn't work if you use the 'search' button).
Tip for wiki admins: The "inputbox extension" allows you to provide an even easier way for your users to create new pages
First simply upload an image using the Upload File link. Remember what you named your file.
To add an image, simply click the Embedded File button. This will insert the markup [[Image:Example.jpg]]. Simply remplace Example.jpg with the name of your file.
If you would like to make the image a thumbnail on the right, simply add "|thumb" without the quotation marks after the filename. If you wish to add text below the image, simply add | after the thumb tag or the file name and enter your text after it.
Example: [[Image:Example.jpg|thumb|Hello]]
Don't forget to setup redirects when you create a page. If you think another person may search for the page you've created by using a different name or spelling, please create the proper redirect(s). See Help:Redirects
Normally a new wiki page can be edited by other people (that is one of the main ideas of a wiki!) However, you could 'protect' the page, if desired, to prevent normal users from editing it. This requires sysop permissions.
| Description | You type | You get |
| applies anywhere | ||
| Italic text | ''italic'' | italic |
| Bold text | '''bold''' | bold |
| Bold and italic | '''''bold & italic''''' | bold & italic |
| Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
| Fixed width text |
<tt>Fixed width text</tt> |
Fixed width text |
| only at the beginning of the line | ||
| Indent text |
:Single indent |
|
| Headings of different levels <ref>An article with four or more headings will automatically create a table of contents.</ref> |
=level 1=<ref>Use of a level 1 heading is highly discouraged as it appears with the same formatting and size as the page title, which can be confusing.</ref> |
Level 1 |
| Horizontal rule |
---- |
|
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Mixture of bulleted and numbered lists |
# one |
|
| Definition list |
;Definition |
|
| Preformatted text |
preformatted text is done with |
preformatted text is done with a space at the beginning of the line |
| Preformatted text with no indentation |
<pre> some preformatted text with no indentation </pre> |
some preformatted text with no indentation |
| Blockquotes |
Body <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text |
Body quote quote quote quote quote quote text text text text text text text text text text text text |
| Comment |
<!--This is comment--> | |
Notes: <references/>
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <br> or <br/>.
Some HTML tags are allowed in MediaWiki, for example <code>, <div>, <span> and <font>.