How to edit a Wiki

Your input can be formatted by means of the following Wiki syntax. For more information on the Wiki syntax please go to:
http://jamwiki.org/wiki/en/Wiki_Syntax

Attention:
It is not advisable to use special characters in wiki words. Not allowed is the colon (:). Please note that a space character at the beginning of a line will be interpreted as formatting command (preformatted text).

Syntax Result (formatting)

Text design
'''Bold text''' Bold text
''Italic text'' Italic text
==Level 2 headline==

Level 2 headline

* List
  • List
# Numbered list
  1. Numbered list

Links
In order to link another page within a Wiki you do not have to indicate its complete URL (http://...). You only have to put the pages's title in brackets [[Text]]. It is also possible to create a link to any page by means of the button Insert link . In order to do this you have to select the respective page first.
[[Internal link]] Internal link
[[Link | Text]] Text
An external address will automatically be turned into a link by indicating its complete address: http://www.olat.org. If you do not want to use a link but a term you have to put the URL along with the term in brackets, separated by a blank.
http://www.olat.org http://www.olat.org
[http://www.olat.org The OLAT website] The OLAT website

Tables
{|
|Cell 1
|Cell 2
|}
Cell 1Cell 2
{|
|Cell 1
|Cell 2
|-
|Cell 3
|Cell 4
|}
Cell 1Cell 2
Cell 3Cell 4
{| border="1"
|Cell 1
|Cell 2
|-
|Cell 3
|Cell 4
|}
Cell 1Cell 2
Cell 3Cell 4

Images and other files
In order to insert e.g. images in your Wiki you have to upload them first in OLAT (by means of the field Upload file and link to Wiki by means of:). As soon as the Wiki contains at least one file the drop-down menu Insert file will appear. Now you can easily insert images, etc.
[[Image:olat_logo.png]]
[[Media:any.pdf]] any.pdf

Mathematic formula (LaTeX)
<math>Enter formula here</math> A syntax of the mathematical notation used in OLAT can be found at:
http://meta.wikimedia.org/wiki/Help:Formula

Unformatted text
<nowiki>Enter unformatted text here</nowiki> Enter unformatted text here

Horizontal line
----  


Close window