Because the Wiki paragraph formatting feature is on, all groups of non-blank lines are collected into paragraphs. Lines can be of any length, and will be wrapped together with the next line. Paragraphs are separated by blank lines.
Format |
Wiki Syntax |
Bold text | 2 underscores "_". Beispiel __Text__ = text |
Italic text | 2 single quotes "'". Beispiel ''Text'' = text |
Centered text | 2 colons ":". Beispiel ::Ein Text: |
Underlined text | 3 equals "=". Beispiel ===Text=== |
Text box | One carat "^". Erzeugt eine Box mit den Daten. Beispiel "^Box-Inhalt^" |
Titelbalken | "-=Titel=-" erzeugt einen Titelbalken. |
Farbiger Text | "~~#FFEE33:Ein Text~~" oder "~~yellow:Ein Text~~". Will display using the indicated HTML color or color name |
Listen | * für einfache Listen, # für numerierte Listen, ;WortDefinition für Definitionslisten |
Indentation | +, ++ Creates an indentation for each plus(useful in list to continue at the same level) |
Überschriften | "!", "!!", "!!!" make headings |
Ein-/Ausblenden | "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default. |
Autonumbered Headings | "!#", "!!#", "!+#", "!-#" ... make autonumbered headings |
Tabellen | "||row1-col1|row1-col2|row1-col3||row2-col1|row2-col2|row2-col3||" erzeugt eine Tabelle |
Horizontal rule | "----" erzeugt einen horizontalen Balken |
Wiki-Referenzen | ZusammenGrossKleinSchreibung oder benutzen Sie ((Seite)) oder ((Seite|Beschr.)) für Wiki-Referenzen, ((page|#anchor)) oder ((page|#anchor|desc)) for wiki heading/anchor references, ))EinName(( verhindert Referenzierung |
Externe Links | use square brackets for an external link: [URL], [URL|link_description],[URL|link_description|relation] or [URL|description|relation|nocache] (that last prevents the local Wiki from caching the linked page; relation can be used to insert rel attribute for the link - useful e.g. for shadowbox).
For an external Wiki, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
Bilder | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com title='Yahoo Website' rel='shadowbox[gallery];type=img' desc=foo alt=txt usemap=name class=xyz}" zeigt ein Bild an (imalign, height, width, desc, link, rel, title, usemap, class and align are optional) |
Ungecachte Bilder | "{img src=http://example.com/foo.jpg?nocache=1 width=200 height=100 align=center link=http://www.yahoo.com desc=foo}" zeigt ein Bild an height width desc link und align sind optional |
Line break | "%%%" (very useful especially in tables) |
Mehrseitige Seiten | Benutze ...page... to separate pages |
Wiki Dateianhänge | {file name=file.ext desc="description text" page="wiki page name" showdesc=1} Creates a link to the named file. If page is not given, the file must be attached to the current page. If desc is not given, the file name is used for the link text, unless showdesc is used, which makes the file description be used for the link text. If image=1 is given, the attachment is treated as an image and is displayed directly on the page; no link is generated. |
RSS-Feeds | "{rss id=n max=m}" RSS-Feed mit id=n maximum=m Einträgen |
Dynamischer Inhalt | "{content id=n}" Wird mit dem tatsächlichen Wert des dynamischen Inhaltsblocks mit id=n ersetzt |
Dynamische Variablen | "%Name%" Inserts an editable variable |
Nicht geparste Bereiche | "~np~ Daten ~/np~" Prevents wiki parsing of the enclosed data. |
Vorformatierte Bereiche | "~pp~ data ~/pp~" Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). "~pre~ data ~/pre~" also displayes preformatted text with fixed spacing, but wiki processing still occurs on the text. |
Kommentare | "~tc~ Tiki Comment ~/tc~" makes a Tiki comment. It will be completely removed from the display, but saved in the file for future reference. "~hc~ HTML Comment ~/hc~" makes an HTML comment. It will be inserted as a comment in the output HTML; these are not normally displayed in browsers, but can be seen using "View Source" or similar. |
Eckige Klammern | [[foo] benutzen, damit [foo] ausgegeben wird. |
Block Vorformatierung | Indent text with any number of spaces to turn it into a monospaced block that still follows other Wiki formatting instructions. It will be indended with the same number of spaces that you used. Note that this mode does not preserve exact spacing and line breaks; use ~pp~...~/pp~ for that. |
Schreibrichtung | "{r2l}", "{l2r}", "{rm}", "{lm}"Insert resp. right-to-left and left-to-right text direction DIV (up to end of text) and markers for langages as arabic or hebrew. |
Inhaltsverzeichnis | "{toc}", "{maketoc}" prints out a table of contents for the current page based on structures (toc) or ! headings (maketoc) |
Verschiedenes | "{cookie}, {poll}" |