Markup | Description |
* item 1 ** a ** b *** c *** d * item 2 * item 3 | Creates a bulleted list such as: |
# item 1 ## a ## b ### c ### d # item 2 # item 3 | Creates a numbered list such as: item 1 a b c d
item 2 item 3
|
* item 1 ## a ## b *** c *** d * item 2 * item 3 | Both types of lists can also be combined: a b
|
: text :: more text ::: even more text | A colon indents a line or paragraph. Works similar to the bulleted and numbered lists: text even more text even more text |
[[word]] | Creates a new wiki page. In this case for the term [[word]]. |
[[HomePage]] | Creates a link to the starting page of the Wiki. |
=word= | Creates a heading (level 1 - H1-tag). |
==word== | Creates a heading (level 2 - H2-tag). |
===word=== | Creates a heading (level 3 - H3-tag). |
====word==== | Creates a heading (level 4 - H4-tag). |
=====word===== | Creates a heading (level 5 - H5-tag). |
======word====== | Creates a heading (level 6 - H6-tag). |
imageURL | Inserts an image from imageURL into the Wiki page. Currently gif, jpeg, jpg, and png images are recognized. 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 recognized. Examples: mailto:someone@somedomain.org 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 recognized. Examples: [mailto:someone@somedomain.org My Email] [http://www.somedomain.org My Domain] |
[URL] | Creates an enumerated link. Currently ftp and http(s) URLs are recognized. Examples: [mailto:someone@somedomain.orgl] 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 & italic. |
{ | params | } | Creates a new table |
HTML Tags | Some HTML tags are allowed inside a wiki: <br>, <b>, <i>, <p>, <u>, <center>, <hr>. <sub> |