Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| wiki:syntax [2015/06/01 10:09] – angelegt r.hager | wiki:syntax [2023/12/28 15:50] (aktuell) – [Deutschsprachige Anleitung] wenicdpe | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Deutschsprachige Anleitung ====== | ====== Deutschsprachige Anleitung ====== | ||
| - | Eine deutschsprachige Version der nachfolgenden Seite ist unter http:// | + | |
| + | Eine deutschsprachige Version der nachfolgenden Seite ist unter [[https:// | ||
| ====== Formatting Syntax ====== | ====== Formatting Syntax ====== | ||
| Zeile 264: | Zeile 266: | ||
| DokuWiki supports a simple syntax to create tables. | DokuWiki supports a simple syntax to create tables. | ||
| - | ^ Heading 1 ^ Heading 2 | + | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ |
| - | | Row 1 Col 1 | Row 1 Col 2 | + | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | |
| - | | Row 2 Col 1 | some colspan (note the double pipe) || | + | | Row 2 Col 1 | some colspan (note the double pipe) Row 1 Col 3 |
| - | | Row 3 Col 1 | Row 2 Col 2 | + | | Row 3 Col 1 | Row 2 Col 2 | Row 2 Col 3 | |
| Table rows have to start and end with a '' | Table rows have to start and end with a '' | ||