Einreichungen auflisten
For more information, please see Wiki Syntax
| Quicktag |
Beschreibung |
Wiki Syntax |
 |
Wiki Link |
((text)) |
 |
unterstreichen |
===text=== |
 |
Titelbalken |
-=text=- |
 |
Tagline |
{cookie} |
 |
table new |
||r1c1|r1c2
r2c1|r2c2|| |
 |
Tabelle |
||r1c1|r1c2||r2c1|r2c2|| |
 |
RSS-Feed |
{rss id= } |
 |
kursiv |
''text'' |
 |
Bild |
{img src= width= height= align= desc= link= } |
 |
hr |
--- |
 |
Überschrift1 |
!text |
 |
externen Verweis |
[http://example.com|text] |
 |
dynamische Variable |
%text% |
 |
Dynamischer Inhalt |
{content id= } |
 |
Farbiger Text |
~~#FF0000:text~~ |
 |
Text zentrieren |
::text:: |
 |
Box |
^text^ |
 |
fett |
__text__ |
| Wiki Help |
| Bold text: | 2 underscores "_". Beispiel: __Text__ |
| Italic text: | 2 single quotes "'". Beispiel: ''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, ;Term:Definition für Definitionslisten |
| Überschriften: | "!", "!!", "!!!" make headings |
| Ein-/Ausblenden: | "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default. |
| Wiki-Referenzen: | ZusammenGrossKleinSchreibung oder benutzen Sie ((Seite)) oder ((Seite|Beschr.)) für Wiki-Referenzen, ))EinName(( verhindert Referenzierung |
| Externe Links: | use square brackets for an external link: [URL] or [URL|link_description] or [URL|description|nocache] (that last form prevents the local Wiki from caching the page; please use that form for large pages!). For an external Wiki, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
| Tabellen: | "||row1-col1|row1-col2|row1-col3 row2-col1|row2-col2|row2-col3||" erzeugt eine Tabelle |
| Bilder: | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com desc=foo alt=txt usemap=name class=xyz}" zeigt ein Bild an height width desc link und align sind 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) |
| Horizontal rule: | "----" erzeugt einen horizontalen Balken |
| Zeichnungen: | {draw name=foo} erzeugt die bearbeitbare Zeichnung foo |
| Mehrseitige Seiten: | benutzen ...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~ Daten ~/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). |
| 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}" |
|
|