Contents |
Write bold or italic text, use execution character. For bold text use 3 characters, for italic text 2 charachters are needed an with 5 characters you will get bold italic test.
'''bold text''' ''italic text'' '''''bold italic text'''''
You can use the headlines H2 (main headline within a page), H3 (subheadline) and H4 (subsubheadline). H1 headline is reserved for page title. A content overview is generated automatically, if more than 3 headlines were found in a page.
== H2 headline == === H3 headline === ==== H4 headline ====
Set a link to a wiki page:
[[wiki page]] [[wiki page|link text]]
Please use an alternative link text and do not move the page, if it was not nessecary.
Set a link to an external page:
[http://www.server.tld/page.html link text]
Set a link to an subsection of the same wiki page:
[[#subsection]] [[#subsection|link text]]
You can use itemized and enumerated list.
# enumerated ## list ## with # sublist
and
* itemized ** list ** with * sublist
Looks like:
and:
You can place images in a page, if you got rights to upload files first. Afterwards you may place the following wiki code in a page. Save the page and upload the file example.jpg.
[[Image:example.jpg]]
If the image was a button or link, you may add the URL.
[[Image:example.jpg|link=http://www.server.tld/page.html|caption]]
A table is created by the following wiki code:
{| class="wikitable" border="1" cellpadding="4" style="text-indent:4px; margin:1em 1em 1em 0; border:1px #666 solid; border-collapse:collapse;"
!head 1
!head 2
|-
|cell 1
|cell 2
|-
|cell 3
|cell 4
|}
| head 1 | head 2 |
|---|---|
| cell 1 | cell 2 |
| cell 3 | cell 4 |
For pages available in English and German please add the languages switch icons on top using iimg.
<iimg>[[page en]]![[Image:en2.png]]</iimg><iimg>[[page de]]![[Image:de2.png]]</iimg>
For search engine optimization you can use the tags metakeywords and metadescription on top of the page.
<metakeywords>keyword1 keyword2 keyword3.... </metakeywords> <metadesc>This page has a description.</metadesc>
The headline H1 is the page name. For moving pages please contact the wiki admins. It has to done carefully.
