Help:Contents
MediaWiki syntax
| 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 the wiki) |
[[name of page]] |
|
| Link to section in another page |
[[Another page#Some heading]] |
|
| Link to a section in this page |
[[#Some heading]] |
|
| Redirect to another page |
#redirect [[Target page]] |
Going to that page automatically bounces you to the specified other page. |
| External link (to other websites) |
[http://www.example.org] |
|
| 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 |
|
| Thumbnail image |
[[Image:Wiki.png|thumb|Caption text]] |
File:Wiki.png Caption text |
Indented text
If you start a line with a colon (:), it is indented. Two colons mean double-indented.
e.g. a line like this:
: Hello world.
Gives you text like this:
- Hello world.