Basic Wiki Syntax
This website allows you to create internet pages without using HTML thanks to the Wiki Syntax. This Wiki Syntax is a simple way to modify the aspect of a document as well as create links between documents.
This document briefly explains this syntax:
Emphasizing
| Type This | To Get This | |
|---|
| *Bold* | Bold | |
| ~~Italics~~ | Italics | |
| --Striked-- | Striked | |
Lists
Type This:
* Main Office
** Division Office
*** District Office
To Get This:
Type This:
To Get This
- Best
- Better
- Good
Links
The following syntax can be used for inserting links in pages:
[Pagename]
[linktext>Pagename]
[linktext>Space.Pagename]
[linktext>http://www.uci.edu/ ]
Tables
Type This:
{table}
ID|Color|Size
1|Blue|Small
2|Green|Medium
{table}
To Get This:
| ID | Color | Size |
|---|
| 1 | Blue | Small |
| 2 | Green | Medium |