Help:Markup: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
While it's possible to contribute pure text to the wiki, it's important to learn a few basics about the MediaWiki markup syntax.
While it's possible to contribute pure text to the wiki, it's important to learn a few basics about the MediaWiki markup syntax.
__NOTOC__
__NOTOC__
{| class=wikitable
{| class="wikitable"
! Description !! Syntax !! Result
! Description !! Syntax !! Result
|-
|-
Line 21: Line 21:
|-
|-
| Horizontal rule
| Horizontal rule
| above<nowiki>----</nowiki>below
| <pre>above
| above----below
----
below</pre>
| above
----
below
|-
|-
| Bulleted lists
| Bulleted lists
Line 49: Line 53:
###deeper levels
###deeper levels
##Line breaks<br>don't break levels
##Line breaks<br>don't break levels
|-
| Tables
| <pre>{| class="wikitable"
! header !! col 2
|-
| row 2
| row 2 col 2
|-
| colspan=2 | row 3
|}</pre>
|
{| class="wikitable"
! header !! col 2
|-
| row 2
| row 2 col 2
|-
| colspan=2 | row 3
|}
|}
|}

Navigation menu