Note that most of the below mark-ups need not be entered manually, as they are easily accessible through the wiki editing toolbar (see also wiki editing ).
| Mark-up | Description
|
| <p> | Creates a paragraph. A single newline generally has no effect on the layout. These can however be used to separate sentences within a paragraph. An empty line starts a new paragraph.
|
| <br> | Creates a line break.
|
| [[tvet]] |
A word between double square brackets creates a new internal link to a Wiki page, in this case for the term “TVET”. Links appear as bold text when the article is viewed.
|
| [[word|alternative text]] |
Creates a new internal link to a Wiki page called ‘word’, but using the ‘alternative text’ as link title.
|
| =heading1= | Creates a heading (level 1).
|
| ==heading2== | Creates a heading (level 2).
|
| ===heading3=== | Creates a heading (level 3).
|
| ====heading4==== | Creates a heading (level 4).
|
| imageURL | Inserts an image from ‘imageURL’ into the Wiki page. Currently only gif, jpeg, jpg, and png images are allowed. Make sure to include "http://".
Example:
http: //somedomain.org/myimage.jpg
|
| URL | URLs and email addresses are automatically converted to real HTML links. Currently ftp, http(s), mailto, irc, gopher, and news URLs are recognised.
Examples:
1. mailto:someone@somedomain.org
2. http://www.somedomain.org
|
| [URL link-text] | Creates a link using the name as link-text. Currently ftp, http(s), mailto, irc, gopher, and news URLs are recognised.
Examples:
1. [mailto:someone@somedomain.org My Email]
looks like My Email (mailto:someone@somedomain.org)
2. [http://www.somedomain.org My Domain]
looks like My Domain (http://www.somedomain.org)
|
| ----- | Creates a bar / horizontal line.
|
| ``text`` | Sets the text to italic.
|
| ```text``` | Sets the text to bold.
|
| `````text````` | Sets the text to bold and italic.
|
| HTML Tags | Some HTML tags are allowed inside a Wiki. By default, the the tags below are currently supported: <br />, <b>, <i>, <p>, <u>, <center>, <hr />. <sub>, <s>, <small>, <blockquote>, <td>, <tr>, <th>, <table>.
|
| { | params | } | Creates a new table (for more detail see http://en.wikipedia.org/wiki/Help:Table )
|