Help:Markup

Want an adless experience? Log in or Create an account.

While it's possible to contribute pure text to the wiki, it's important to learn a few basics about the MediaWiki markup syntax.

Description Syntax Result
Italic text
Bold text
Bold & Italic text
''italic''
'''bold'''
'''''bold & italic'''''
italic
bold
bold & italic
Headings
(skip Level 1)
==Level 2 Heading==
===Level 3 Heading===
====Level 4 Heading====
=====Level 5 Heading=====
======Level 6 Heading======

Level 2 Heading

Level 3 Heading

Level 4 Heading

Level 5 Heading
Level 6 Heading
Links
[[Link]]
[[Link]]s
[[Link|Zelda]]
Link
Links
Zelda
Images
See MediaWiki:Help:Images
for more options
[[File:Raft-AoL-Artwork.png]]
Raft-AoL-Artwork.png
Horizontal rule
above
----
below
above

below

Bulleted lists
*Start each line with an asterisk
**More asterisks for
***deeper levels
**Line breaks<br/>don't break levels
  • Start each line with an asterisk
    • More asterisks for
      • deeper levels
    • Line breaks
      don't break levels
Numbered lists
#Start each line with a number sign
##More number signs for
###deeper levels
##Line breaks<br/>don't break levels
  1. Start each line with a number sign
    1. More number signs for
      1. deeper levels
    2. Line breaks
      don't break levels
Tables
{| class="wikitable"
! headerĀ !! col 2
|-
| row 2
| row 2 col 2
|-
| colspan=2 | row 3
|}
header col 2
row 2 row 2 col 2
row 3