<plainhtml>..</plainhtml>
|
⇒ |
ignores Wiki markup, treats text as plain HTML
|
|
<noautolink>..</noautolink>
|
⇒ |
turn off WikiWord recognition.
|
|
[[ADDRESS TITLE]]
[ADDRESS TITLE]
[ADDRESS|TITLE]
[ADDRESS]
|
⇒ |
produces a link. *ADDRESS* could be a WikiWord, e-mail, URL, or URL fragment
|
|
== header2 ==
=== header3 ===
==== header4 ====
===== header5 =====
|
⇒ |
headers
|
header2header3header4header |
* item1
* item2
** subitem1
*** subsubitem1
|
⇒ |
list
|
|
# item1
# item2
## subitem1
## subitem2
### subsubitem1
|
⇒ |
numeric list
|
- item1
- item2
- subitem1
|
# item1
# item2
#* subitem1
#* subitem2
#* subitem3
#* subitem4
|
⇒ |
combined numeric list
|
- item1
- item2
- subitem1
- subitem2
- subitem3
- subitem4
|
''text''
|
⇒ |
italic
|
text |
'''text'''
|
⇒ |
bold
|
text |
'''''text'''''
|
⇒ |
bold italic
|
text |
=text=
|
⇒ |
fixed length font
|
text |
---
|
⇒ |
horizontal line
|
|
%MACRO{parameters}%
|
⇒ |
macro call
|
|
{| table-params
! header column 1
! header column 2
! header column 3
|-
| col11 || col12 || col13
|-
| col21 || col22 || col23
|}
|
⇒ |
table formatting
|
header column 1 | header column 2 | header column 3 |
---|
col11 | col12 | col13 | col21 | col22 | col23 |
|
{| table-params
! header column 1
! header column 2
! header column 3
|-
| col11
| col12
| col13
|-
| col22
| col22
| col23
|}
|
⇒ |
alternative table formatting
|
header column 1 | header column 2 | header column 3 |
---|
col11 | col12 | col13 | col21 | col22 | col23 |
|
<CODE>
|
⇒ |
inline verbatim
|
|