Text formatting tips
| *Bold* | ⇒ | Bold Text |
| _Italic_ | ⇒ | Italic |
| __Bold Italic__ | ⇒ | Bold Italic |
| =Fixed Font= | ⇒ | Fixed Font |
| ==Bold Fixed Font== | ⇒ | Bold Fixed Font |
| [[http://foo.com][link]] | ⇒ | link |
| [[http://foo.com link]] | ⇒ | link |
| [[some human readable topic name]] | ⇒ | link to |
| [[property:=value]] | ⇒ | defines some property for current topic |
| [[property::WikiWord]] | ⇒ | defines some relation with another topic |
| * Bulleted * List (begin line with 3 spaces) |
⇒ |
|
| 1 Ordered 1 List (begin line with 3 spaces) |
⇒ |
|
| Term: description text (begin line with 3 spaces, then term, colons, description ) | ⇒ |
|
| Headings: ---+ Lvl 1 ---++ Lvl 2 ---+++ Lvl 3 ---++++Lvl 4 |
⇒ | Lvl 1 Lvl 2 Lvl 3 Lvl 4
|
| |*hdr1*|*hdr2*|*hdr3*| |col1|col2|col3| |
⇒ | Table |
| %MACRONAME{"context"}% | ⇒ | Macro MACRONAME call |
| <noautolink>...</noautolink> | ⇒ | disable automatic |
| <plainhtml>...</plainhtml> | ⇒ | disable any wiki markup recognition except |
| <nowiki>...</nowiki> | ⇒ | disable any wiki markup recognition |
| <verbatim>...</verbatim> | ⇒ | disable HTML rendering |
Wiki Words and links
Capitalized words written together are wikiwords, which will be automatically linked. Ex:You mayLink references within page (anchors) are defined by writing a wikiword starting with hash in beginning of line. Ex: #MyAnchor. Use square brackets to make links to them: [[#MyAnchor][Link]] or [[MyTopic#MyAnchor][Jump]]
Please follow the Good Style Guidelines when writing entries.