Once you have read through this, test your formatting skills in the SandBox.
Note: Anything between 2 sets of double-quotes is not formatted.
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
===== Rather big header =====
==== Medium header ====
=== Not-so-big header ===
== Smallish header ==
Indent text using 4 spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
~- bulleted list:
~1) numbered list:
~A) Using uppercase characters:
~a) Using lowercase characters:
~I) using uppercase roman numerals:
~i) using lowercase roman numerals:
~& Comment
~~& Subcomment
~~~& Subsubcomment
To place images on a Wiki page, use:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}

Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
To link to other wiki pages, write
To link to external pages, write
To create a table use this code:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} to give:
| BIG | GREEN | FROGS |
| yes | yes | no |
| no | no |
### means the cell is empty.
{{color c="blue" text="This is a test."}} gives:
This is a test.
If you want to use hex values:
{{color hex="#DD0000" text="This is another test."}} to give:
This is another test.
Left floated box - use two < signs before and after the block
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Simply use %%(formatter) code %% - see below for a list of available formatters.
Example:
%%(php) PHP code%%:
| LANGUAGE | FORMATTER |
| Actionscript | actionscript |
| ADA | ada |
| Apache Log | apache |
| ASM | asm |
| ASP | asp |
| Bash | bash |
| C | c |
| C for Macs | c_mac |
| c# | csharp |
| C++ | cpp |
| CAD DCL | caddcl |
| CadLisp | cadlisp |
| CSS | css |
| Delphi | delphi |
| HTML | html4strict |
| Java | java |
| Javascript | javascript |
| Lisp | lisp |
| Lua | lua |
| NSIS | nsis |
| Objective C | objc |
| OpenOffice BASIC | oobas |
| Pascal | pascal |
| Perl | perl |
| PHP | php |
| Python | phyton |
| Q(uick)BASIC | qbasic |
| Smarty | smarty |
| SQL | sql |
| VB.NET | vbnet |
| Visual BASIC | vb |
| Visual Fox Pro | visualfoxpro |
| XML | xml |
There are two options for including maps:
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
Option 2: Paste the FreeMind data directly into a wikka page:
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML∞ page.
It is possible to allow all HTML tags to be used, see Wikka:UsingHTML∞ for more information.