Help:Markup

From Zelda Dungeon Wiki
Revision as of 00:29, May 23, 2013 by Locke (talk | contribs)
Jump to navigation Jump to search
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
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