Doc.MediaWikiFormattingRules
<plainhtml>..</plainhtml> |
⇒ | ignores Wiki markup, treats text as plain HTML | ||||||||||
<noautolink>..</noautolink> |
⇒ | turn off WikiWord? recognition. | ||||||||||
[[ADDRESS TITLE]] |
⇒ | produces a link.
ADDRESS could be a |
||||||||||
== header2 == |
⇒ | headers | header2header3header4header |
|||||||||
* item1 |
⇒ | list |
|
|||||||||
# item1 |
⇒ | numeric list |
|
|||||||||
# item1 |
⇒ | combined numeric list |
|
|||||||||
''text'' |
⇒ | italic | text | |||||||||
'''text''' |
⇒ | bold | text | |||||||||
'''''text''''' |
⇒ | bold italic | |
|||||||||
|
⇒ | fixed length font | text | |||||||||
|
⇒ | horizontal line | |
|||||||||
%MACRO{parameters}% |
⇒ | macro call | ||||||||||
{| table-params |
⇒ | table formatting |
|
|||||||||
{| table-params |
⇒ | alternative table formatting |
|
|||||||||
<CODE> |
⇒ | inline verbatim |