HomePage RecentChanges OnlineHelp SandBox Contact Index

TextFormattingRules

normal text

Lists

  1. one
  2. two
  3. three!

Headings

= Heading 1 = becomes:

Heading 1

== Heading 2 == becomes:

Heading 2

=== Heading 3 === becomes:

Heading 3

Markup

Text which is indented with a space is also displayed this way.

Horizontal lines: four or more dashes ----


indent text

indent
more
even more

links

LarpWiki""Promotion links to LarpWikiPromotion, not to LarpWikiPromotion? ;-) The double is a seperator.

Tables

 ||Spaltenkopf 1||Spaltenkopf2||
 ||Feld 1||Feld 2||
 ||Feld 3||Feld 4||

ergibt:

Spaltenkopf 1Spaltenkopf2
Feld 1Feld 2
Feld 3Feld 4

New TextFormattingRules

The following TextFormattingRules are new and considered experimental. Please add your comments on the comments page. – TilmannHolst 2004-08-31 14:19 UTC

 *bold text* becomes:

bold text

 /italic text/ becomes:

italic text

 _underline text_ becomes:

underline text

 ~emphasis text~ becomes:

emphasis text

 -> becomes:

→ (with preceeding text)

 -- becomes:

– (en dash)

 --- becomes:

— (em dash)

 ... becomes:

…(ellipsis)


Using <br> for manual line breaks is BadStyle?.


All those <nowiki>-Tags in the edit box are used to construct the above examples.

Programm or script code may be enclosed with “pre”-tags: <pre>langer Programmcode</pre>.


back to OnlineHelp