Help:Contents
Quick Editing Overview
Starting a New Page
The easiest way to start a new wiki page is to create an internal link for it on a pre-existing page, then navigate there and start editing. Alternatively you can add a slash '/' and the desired title of the page after 'index.php' in the URL. So if you wanted to create a page called 'My New Page' you would type '/My_new_page' after 'index.php' in the URL.
Basic Wiki Text Formatting
| Description | You type | You get |
| Applies anywhere | ||
| Italicise text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic |
'''''bold & italic''''' |
bold & italic |
| Internal link (within Wikipedia) |
[[name of page]] |
|
| External link (to other websites) |
[http://www.example.com] |
|
| Escape wiki markup |
with ''markup'' |
with markup |
| Categories |
[[Category:Catagory Name]] |
Category link on page. |
| Applies only at the beginning of the line | ||
| Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Definition list |
;Definition |
|
| Thumbnail image |
[[Image:Wiki.png|thumb|Caption text]] |
File:Wikilogo.gif Caption text |