Syntax of the Wiki language.
For common edit operations see Edit Page.
To quote a character, which may interpreted as Wiki control character prepend a single \.
Sample:
Result:
h1. This is not a heading.
| Wiki | Resultat |
|---|---|
| h1.Heading 1 | Heading1 |
| h2.Heading 2 | Heading 2 |
| h3.Heading 3 | Heading 3 |
| h4.Heading 4 | Heading 4 |
| h5.Heading 5 | Heading 5 |
| Wiki | Result |
|---|---|
| *BoldFont* | BoldFont |
| _Emphased_ | Emphased |
| -StrikeThrough- | |
| +Underlined+ | Underlined |
| ^Superscript^ | Superscript |
| ~Subscript~ | Subscript |
| {{Fixed font}} | Fixed font If Fixed font contains a }, quote this character with a leading \ |
| {{quote}} Quoted blockBlock {{quote}} |
|
If a line ends with a sentence mark like .,:!? automatically an one line break will be inserted.
Empty lines between two paragraphs will inserted an paragraph.
With
\\
an a new line, a new line will be forced.
-- creates an horizontal ruler.
| Wiki | Result |
|---|---|
| [AFullyQualifiedPageId] | AFullyQualifiedPageId |
| [Title|AFullyQualifiedPageId] | Titel |
| [http://www.micromata.de] | http://www.micromata.de |
| [Micromata Home|http://www.micromata.de] | Micromata Home |
| !EinBild.png! | ![]() |
| Wiki | Result |
|---|---|
| !gwikidocs/presentations/features/SkinSampleGWiki.png! | ![]() |
| !gwikidocs/presentations/features/SkinSampleGWiki.png|thumbnail=small! | ![]() |
Options:
| Wiki | Result |
|---|---|
| *List 1 *List 2 **SubListe 1 **SubListe 2 *List 3 |
|
| Wiki | Result |
|---|---|
| -List 1 -List 2 -*SubListe 1 -*SubListe 2 -List 3 |
|
| Wiki | Result |
|---|---|
| #List 1 #List 2 *#SubListe 1 *#SubListe 2 #List 3 |
|
| Wiki | Resultat | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3| |
|
For more formatting features, please refer to GWiki Macros.