Syntax | Result
|
__bold__
| bold
|
''italics''
| italics
|
{{courier}}
| courier
|
{{{
plain - content is passed through, eg. __ is not interpreted as bold
}}} |
plain - content is passed through, eg. __ is not interpreted as bold
|
\\ inserts a line feed
| inserts a line feed
|
<<classname>> | use this to refer to different classes in your style sheet
|
<<<stylsheet>>> | must be first element in your page and defines a different style sheet
|
//a//table//header
| -
|
||a||normal||entry
| -
|
* foo
* bar
* muh
| |
# foo
# bar
# muh
| - foo
- bar
- muh
|
: foo
: bar
: muh
| - foo
- bar
- muh
|
* enumerations are only handled at start of line
# and can be mixed
## or nested
:: and are usable for nesting tables
||nested||table
: to end nesting insert an empty line per nesting
unindented again
| - enumerations are only handled at start of line
- and can be mixed
- or nested
- and are usable for nesting tables
nested | table
- to end nesting insert an empty line per nesting
unindented again
|
|
[links to somewhere | wiki.wiki ] or [wiki.wiki]
| link to somewhere or wiki.wiki
|
[links to external | http://www.bebbosoft.de ]
| links to external
|
links support frames [links to somewhere ==>main wiki.wiki ]
| links support frames link to somewhere
|
images are specifed via link [/img/star.gif]
| images are specifed via link
|