Most recent edit on 2008-05-23 22:47:00 by TheAdmin [Spam removal and protected page from unregistered edits - Mike]
Additions:
Wikka Formatting Guide
Note: Anything between 2 sets of double-quotes is not formatted.
Once you have read through this, test your formatting skills in the SandBox.
1. Text Formatting
**I'm bold**
I'm bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press ANY KEY
@@Center text@@
Center text
2. Headers
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text to render it as a header.
====== Really big header ======
Really big header
===== Rather big header =====
Rather big header
==== Medium header ====
Medium header
=== Not-so-big header ===
Not-so-big header
== Smallish header ==
Smallish header
3. Horizontal separator
----
4. Forced line break
---
5. Lists and indents
You can indent text using a ~, a tab or 4 spaces (which will auto-convert into a tab).
~This text is indented
~~This text is double-indented
This text is also indented
This text is indented
This text is double-indented
This text is also indented
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):
Bulleted lists
~- Line one
~- Line two
- Line one
- Line two
Numbered lists
~1) Line one
~1) Line two
1) Line one
1) Line two
Ordered lists using uppercase characters
~A) Line one
~A) Line two
A) Line one
A) Line two
Ordered lists using lowercase characters
~a) Line one
~a) Line two
a) Line one
a) Line two
Ordered lists using roman numerals
~I) Line one
~I) Line two
I) Line one
I) Line two
Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two
i) Line one
i) Line two
6. Inline comments
To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.
Example:
~& Comment
~~& Subcomment
~~~& Subsubcomment
7. Images
To place images on a Wiki page, you can use the image action.
Example:
{{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 need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.
8. Links
To create a link to a wiki page you can use any of the following options:
- type a WikiName:
FormattingRules
FormattingRules
- add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):
[[SandBox Test your formatting skills]]
Test your formatting skills
[[SandBox 沙箱]]
沙箱
- add an image with a link (see instructions above).
To link to external pages, you can do any of the following:
- type a URL inside the page:
http://www.example.com
http://www.example.com∞
- add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):
[[http://example.com/jenna/ Jenna's Home Page]]
Jenna's Home Page∞
[[mail@example.com Write me!]]
Write me!∞
- add an image with a link (see instructions above);
- add an interwiki link (browse the list of available interwiki tags):
WikiPedia:WikkaWiki
WikiPedia:WikkaWiki∞
Google:CSS
Google:CSS∞
Thesaurus:Happy
Thesaurus:Happy∞
9. Tables
To create a table, you can use the table action.
Example:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
| BIG |
GREEN |
FROGS |
| yes |
yes |
no |
| no |
no |
|
Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).
10. Colored Text
Colored text can be created using the color action:
Example:
{{color c="blue" text="This is a test."}}
This is a test.
You can also use hex values:
Example:
{{color hex="#DD0000" text="This is another test."}}
This is another test.
Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):
Examples:
{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background
{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background
11. Floats
To create a left floated box, use two < characters before and after the block.
Example:
<
Some text in a left-floated box hanging around
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.
To create a right floated box, use two > characters before and after the block.
Example:
>>Some text in a right-floated box hanging around>> 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 text in a right-floated box hanging around
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.
Use ::c:: to clear floated blocks.
12. Code formatters
You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:
%% This is a code block %%.
To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).
%%(php)
echo "Hello, World!";
?>
%%
<?php
echo "Hello, World!";
?>
You can also specify an optional starting line number.
%%(php;15)
echo "Hello, World!";
?>
%%
If you specify a filename, this will be used for downloading the code.
%%(php;15;test.php)
echo "Hello, World!";
?>
%%
List of available code formatters:
| LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
| Actionscript |
actionscript |
ADA |
ada |
Apache Log |
apache |
| AppleScript |
applescript |
ASM |
asm |
ASP |
asp |
| AutoIT |
autoit |
Bash |
bash |
BlitzBasic |
blitzbasic |
| BNF |
bnf |
C |
c |
C for Macs |
c_mac |
| c# |
csharp |
C++ |
cpp |
C++ (QT extensions) |
cpp-qt |
| CAD DCL |
caddcl |
CadLisp |
cadlisp |
CFDG |
cfdg |
| ColdFusion |
cfm |
CSS |
css |
D |
d |
| Delphi |
delphi |
Diff-Output |
diff |
DIV |
div |
| DOS |
dos |
Eiffel |
eiffel |
Fortran |
fortran |
| FreeBasic |
freebasic |
GML |
gml |
Groovy |
groovy |
| HTML |
html4strict |
INI |
ini |
IO |
io |
| Inno Script |
inno |
Java 5 |
java5 |
Java |
java |
| Javascript |
javascript |
LaTeX |
latex |
Lisp |
lisp |
| Lua |
lua |
Matlab |
matlab |
Microchip Assembler |
mpasm |
| Microsoft Registry |
reg |
mIRC |
mirc |
MySQL |
mysql |
| NSIS |
nsis |
Objective C |
objc |
OpenOffice BASIC |
oobas |
| Objective Caml |
ocaml |
Objective Caml (brief) |
ocaml-brief |
Oracle 8 |
oracle8 |
| Pascal |
pascal |
Perl |
perl |
PHP |
php |
| PHP (brief) |
php-brief |
PL/SQL |
plsql |
Python |
phyton |
| Q(uick)BASIC |
qbasic |
robots.txt |
robots |
Ruby |
ruby |
| SAS |
sas |
Scheme |
scheme |
sdlBasic |
sdlbasic |
| SmallTalk |
smalltalk |
Smarty |
smarty |
SQL |
sql |
| TCL/iTCL |
tcl |
T-SQL |
tsql |
Text |
text |
| thinBasic |
thinbasic |
Unoidl |
idl |
VB.NET |
vbnet |
| VHDL |
vhdl |
Visual BASIC |
vb |
Visual Fox Pro |
visualfoxpro |
| WinBatch |
winbatch |
XML |
xml |
ZiLOG Z80 |
z80 |
13. Mindmaps
Wikka has native support for mindmaps∞. There are two options for embedding a mindmap in a wiki page.
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
- Open a FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
14. Embedded HTML
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
[html code]
Examples:
y = xn+1
y = xn+1
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped 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.
CategoryWiki
Deletions:
He rised. , <a href="http://pussy-licking.weebly.com/">girl∞ licking her own pussy</a>, [url="http://pussy-licking.weebly.com/"]girl∞ licking her own pussy[/url], http://pussy-licking.weebly.com/∞ girl licking her own pussy, <a href="http://forums.vogue.com.au/member.php?u=79242">hairy∞ vagina sex</a>, [url="http://forums.vogue.com.au/member.php?u=79242"]hairy∞ vagina sex[/url], http://forums.vogue.com.au/member.php?u=79242∞ hairy vagina sex, <a href="http://hot-wet-pussy.weebly.com">fat∞ wet pussy</a>, [url="http://hot-wet-pussy.weebly.com"]fat∞ wet pussy[/url], http://hot-wet-pussy.weebly.com∞ fat wet pussy, <a href="http://forums.vogue.com.au/member.php?u=79246">hairy∞ puss</a>, [url="http://forums.vogue.com.au/member.php?u=79246"]hairy∞ puss[/url], http://forums.vogue.com.au/member.php?u=79246∞ hairy puss,
Edited on 2008-05-22 11:26:53 by 137.164.143.110 [kNnKcJFYRzIll]
Additions:
He rised. , <a href="http://pussy-licking.weebly.com/">girl∞ licking her own pussy</a>, [url="http://pussy-licking.weebly.com/"]girl∞ licking her own pussy[/url], http://pussy-licking.weebly.com/∞ girl licking her own pussy, <a href="http://forums.vogue.com.au/member.php?u=79242">hairy∞ vagina sex</a>, [url="http://forums.vogue.com.au/member.php?u=79242"]hairy∞ vagina sex[/url], http://forums.vogue.com.au/member.php?u=79242∞ hairy vagina sex, <a href="http://hot-wet-pussy.weebly.com">fat∞ wet pussy</a>, [url="http://hot-wet-pussy.weebly.com"]fat∞ wet pussy[/url], http://hot-wet-pussy.weebly.com∞ fat wet pussy, <a href="http://forums.vogue.com.au/member.php?u=79246">hairy∞ puss</a>, [url="http://forums.vogue.com.au/member.php?u=79246"]hairy∞ puss[/url], http://forums.vogue.com.au/member.php?u=79246∞ hairy puss,
Deletions:
Must have: , <a href="http://hot-wet-pussy.weebly.com">wet∞ pussys</a>, [url="http://hot-wet-pussy.weebly.com"]wet∞ pussys[/url], http://hot-wet-pussy.weebly.com∞ wet pussys, <a href="http://forums.vogue.com.au/member.php?u=79246">big∞ cock little puss</a>, [url="http://forums.vogue.com.au/member.php?u=79246"]big∞ cock little puss[/url], http://forums.vogue.com.au/member.php?u=79246∞ big cock little puss, <a href="http://www.epinions.com/user-ex5t4/show_~View_Profile">young∞ vulva</a>, [url="http://www.epinions.com/user-ex5t4/show_~View_Profile"]young∞ vulva[/url], http://www.epinions.com/user-ex5t4/show_~View_Profile∞ young vulva,
Edited on 2008-05-21 21:18:56 by host38-236-static.74-81-b.business.telecomitalia.it [RNiCwbmoCFpkqzx]
Additions:
Must have: , <a href="http://hot-wet-pussy.weebly.com">wet∞ pussys</a>, [url="http://hot-wet-pussy.weebly.com"]wet∞ pussys[/url], http://hot-wet-pussy.weebly.com∞ wet pussys, <a href="http://forums.vogue.com.au/member.php?u=79246">big∞ cock little puss</a>, [url="http://forums.vogue.com.au/member.php?u=79246"]big∞ cock little puss[/url], http://forums.vogue.com.au/member.php?u=79246∞ big cock little puss, <a href="http://www.epinions.com/user-ex5t4/show_~View_Profile">young∞ vulva</a>, [url="http://www.epinions.com/user-ex5t4/show_~View_Profile"]young∞ vulva[/url], http://www.epinions.com/user-ex5t4/show_~View_Profile∞ young vulva,
Deletions:
Extraordinarity: , <a href="http://www.epinions.com/user-jim5n4/show_~View_Profile">nudist∞ teens exist</a>, [url="http://www.epinions.com/user-jim5n4/show_~View_Profile"]nudist∞ teens exist[/url], http://www.epinions.com/user-jim5n4/show_~View_Profile∞ nudist teens exist, <a href="http://forums.vogue.com.au/member.php?u=79178">naturist∞ early teens</a>, [url="http://forums.vogue.com.au/member.php?u=79178"]naturist∞ early teens[/url], http://forums.vogue.com.au/member.php?u=79178∞ naturist early teens, <a href="http://www.epinions.com/user-nj54/show_~View_Profile">naturist∞ teens free galleries</a>, [url="http://www.epinions.com/user-nj54/show_~View_Profile"]naturist∞ teens free galleries[/url], http://www.epinions.com/user-nj54/show_~View_Profile∞ naturist teens free galleries, <a href="http://www.profileheaven.com/NalJim">nudist∞ girls tgp</a>, [url="http://www.profileheaven.com/NalJim"]nudist∞ girls tgp[/url], http://www.profileheaven.com/NalJim∞ nudist girls tgp,
Edited on 2008-05-21 13:13:50 by 202.3.130.17 [HQaVagHGlhUCfV]
Additions:
Extraordinarity: , <a href="http://www.epinions.com/user-jim5n4/show_~View_Profile">nudist∞ teens exist</a>, [url="http://www.epinions.com/user-jim5n4/show_~View_Profile"]nudist∞ teens exist[/url], http://www.epinions.com/user-jim5n4/show_~View_Profile∞ nudist teens exist, <a href="http://forums.vogue.com.au/member.php?u=79178">naturist∞ early teens</a>, [url="http://forums.vogue.com.au/member.php?u=79178"]naturist∞ early teens[/url], http://forums.vogue.com.au/member.php?u=79178∞ naturist early teens, <a href="http://www.epinions.com/user-nj54/show_~View_Profile">naturist∞ teens free galleries</a>, [url="http://www.epinions.com/user-nj54/show_~View_Profile"]naturist∞ teens free galleries[/url], http://www.epinions.com/user-nj54/show_~View_Profile∞ naturist teens free galleries, <a href="http://www.profileheaven.com/NalJim">nudist∞ girls tgp</a>, [url="http://www.profileheaven.com/NalJim"]nudist∞ girls tgp[/url], http://www.profileheaven.com/NalJim∞ nudist girls tgp,
Deletions:
Want it? , <a href="http://www.epinions.com/user-n53tt/show_~View_Profile">totally∞ free female nudity</a>, [url="http://www.epinions.com/user-n53tt/show_~View_Profile"]totally∞ free female nudity[/url], http://www.epinions.com/user-n53tt/show_~View_Profile∞ totally free female nudity, <a href="http://www.epinions.com/user-jb5m3/show_~View_Profile">accidental∞ male nudity</a>, [url="http://www.epinions.com/user-jb5m3/show_~View_Profile"]accidental∞ male nudity[/url], http://www.epinions.com/user-jb5m3/show_~View_Profile∞ accidental male nudity, <a href="http://www.epinions.com/user-f5ww3/show_~View_Profile">female∞ full nudity pics</a>, [url="http://www.epinions.com/user-f5ww3/show_~View_Profile"]female∞ full nudity pics[/url], http://www.epinions.com/user-f5ww3/show_~View_Profile∞ female full nudity pics, <a href="http://pub53.buzznet.com/user/journal/2371681/public-nudity/">free∞ public nudity pics</a>, [url="http://pub53.buzznet.com/user/journal/2371681/public-nudity/"]free∞ public nudity pics[/url], http://pub53.buzznet.com/user/journal/2371681/public-nudity/∞ free public nudity pics,
Edited on 2008-05-19 17:09:03 by 203.162.2.137 [SWFnOAPPVINquJiIxBk]
Additions:
Want it? , <a href="http://www.epinions.com/user-n53tt/show_~View_Profile">totally∞ free female nudity</a>, [url="http://www.epinions.com/user-n53tt/show_~View_Profile"]totally∞ free female nudity[/url], http://www.epinions.com/user-n53tt/show_~View_Profile∞ totally free female nudity, <a href="http://www.epinions.com/user-jb5m3/show_~View_Profile">accidental∞ male nudity</a>, [url="http://www.epinions.com/user-jb5m3/show_~View_Profile"]accidental∞ male nudity[/url], http://www.epinions.com/user-jb5m3/show_~View_Profile∞ accidental male nudity, <a href="http://www.epinions.com/user-f5ww3/show_~View_Profile">female∞ full nudity pics</a>, [url="http://www.epinions.com/user-f5ww3/show_~View_Profile"]female∞ full nudity pics[/url], http://www.epinions.com/user-f5ww3/show_~View_Profile∞ female full nudity pics, <a href="http://pub53.buzznet.com/user/journal/2371681/public-nudity/">free∞ public nudity pics</a>, [url="http://pub53.buzznet.com/user/journal/2371681/public-nudity/"]free∞ public nudity pics[/url], http://pub53.buzznet.com/user/journal/2371681/public-nudity/∞ free public nudity pics,
Deletions:
Must have: , <a href="http://www.epinions.com/user-f5ww3/show_~View_Profile">full∞ frontal nudity female</a>, [url="http://www.epinions.com/user-f5ww3/show_~View_Profile"]full∞ frontal nudity female[/url], http://www.epinions.com/user-f5ww3/show_~View_Profile∞ full frontal nudity female, <a href="http://celebrity-nudity.weebly.com/">male∞ celebrity nudity</a>, [url="http://celebrity-nudity.weebly.com/"]male∞ celebrity nudity[/url], http://celebrity-nudity.weebly.com/∞ male celebrity nudity, <a href="http://forums.vogue.com.au/member.php?u=79051">male∞ teen nudists</a>, [url="http://forums.vogue.com.au/member.php?u=79051"]male∞ teen nudists[/url], http://forums.vogue.com.au/member.php?u=79051∞ male teen nudists, <a href="http://pub53.buzznet.com/user/journal/2371681/public-nudity/">nudity∞ public</a>, [url="http://pub53.buzznet.com/user/journal/2371681/public-nudity/"]nudity∞ public[/url], http://pub53.buzznet.com/user/journal/2371681/public-nudity/∞ nudity public, <a href="http://forums.vogue.com.au/member.php?u=79049">familes∞ with teenage sons who participate in nudity</a>, [url="http://forums.vogue.com.au/member.php?u=79049"]familes∞ with teenage sons who participate in nudity[/url], http://forums.vogue.com.au/member.php?u=79049∞ familes with teenage sons who participate in nudity,
Edited on 2008-05-19 06:29:18 by nat-sv.bluecoat.com [TzBIONZR]
Additions:
Must have: , <a href="http://www.epinions.com/user-f5ww3/show_~View_Profile">full∞ frontal nudity female</a>, [url="http://www.epinions.com/user-f5ww3/show_~View_Profile"]full∞ frontal nudity female[/url], http://www.epinions.com/user-f5ww3/show_~View_Profile∞ full frontal nudity female, <a href="http://celebrity-nudity.weebly.com/">male∞ celebrity nudity</a>, [url="http://celebrity-nudity.weebly.com/"]male∞ celebrity nudity[/url], http://celebrity-nudity.weebly.com/∞ male celebrity nudity, <a href="http://forums.vogue.com.au/member.php?u=79051">male∞ teen nudists</a>, [url="http://forums.vogue.com.au/member.php?u=79051"]male∞ teen nudists[/url], http://forums.vogue.com.au/member.php?u=79051∞ male teen nudists, <a href="http://pub53.buzznet.com/user/journal/2371681/public-nudity/">nudity∞ public</a>, [url="http://pub53.buzznet.com/user/journal/2371681/public-nudity/"]nudity∞ public[/url], http://pub53.buzznet.com/user/journal/2371681/public-nudity/∞ nudity public, <a href="http://forums.vogue.com.au/member.php?u=79049">familes∞ with teenage sons who participate in nudity</a>, [url="http://forums.vogue.com.au/member.php?u=79049"]familes∞ with teenage sons who participate in nudity[/url], http://forums.vogue.com.au/member.php?u=79049∞ familes with teenage sons who participate in nudity,
Deletions:
Must have: , <a href="http://users6.nofeehost.com/hfy6s/bare-babes-photos.html">mpeg∞ model nightshirt teen</a>, [url="http://users6.nofeehost.com/hfy6s/bare-babes-photos.html"]mpeg∞ model nightshirt teen[/url], http://users6.nofeehost.com/hfy6s/bare-babes-photos.html∞ mpeg model nightshirt teen, <a href="http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html">free∞ nudeness dames dvd</a>, [url="http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html"]free∞ nudeness dames dvd[/url], http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html∞ free nudeness dames dvd, <a href="http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html">pussy∞ eating dvd</a>, [url="http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html"]pussy∞ eating dvd[/url], http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html∞ pussy eating dvd, <a href="http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html">photos∞ of whores in girdle</a>, [url="http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html"]photos∞ of whores in girdle[/url], http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html∞ photos of whores in girdle,
Edited on 2008-05-17 12:22:11 by 211.55.58.14 [sHeaDzPE]
Additions:
Must have: , <a href="http://users6.nofeehost.com/hfy6s/bare-babes-photos.html">mpeg∞ model nightshirt teen</a>, [url="http://users6.nofeehost.com/hfy6s/bare-babes-photos.html"]mpeg∞ model nightshirt teen[/url], http://users6.nofeehost.com/hfy6s/bare-babes-photos.html∞ mpeg model nightshirt teen, <a href="http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html">free∞ nudeness dames dvd</a>, [url="http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html"]free∞ nudeness dames dvd[/url], http://users6.nofeehost.com/hfy6s/jetsons-mpeg.html∞ free nudeness dames dvd, <a href="http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html">pussy∞ eating dvd</a>, [url="http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html"]pussy∞ eating dvd[/url], http://users6.nofeehost.com/hfy6s/teenage-leotard-mpeg.html∞ pussy eating dvd, <a href="http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html">photos∞ of whores in girdle</a>, [url="http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html"]photos∞ of whores in girdle[/url], http://users6.nofeehost.com/hfy6s/photos-of-whores-in-girdle.html∞ photos of whores in girdle,
Deletions:
Wikka Formatting Guide
Note: Anything between 2 sets of double-quotes is not formatted.
Once you have read through this, test your formatting skills in the SandBox.
1. Text Formatting
**I'm bold**
I'm bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press ANY KEY
@@Center text@@
Center text
2. Headers
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text to render it as a header.
====== Really big header ======
Really big header
===== Rather big header =====
Rather big header
==== Medium header ====
Medium header
=== Not-so-big header ===
Not-so-big header
== Smallish header ==
Smallish header
3. Horizontal separator
----
4. Forced line break
---
5. Lists and indents
You can indent text using a ~, a tab or 4 spaces (which will auto-convert into a tab).
~This text is indented
~~This text is double-indented
This text is also indented
This text is indented
This text is double-indented
This text is also indented
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):
Bulleted lists
~- Line one
~- Line two
- Line one
- Line two
Numbered lists
~1) Line one
~1) Line two
1) Line one
1) Line two
Ordered lists using uppercase characters
~A) Line one
~A) Line two
A) Line one
A) Line two
Ordered lists using lowercase characters
~a) Line one
~a) Line two
a) Line one
a) Line two
Ordered lists using roman numerals
~I) Line one
~I) Line two
I) Line one
I) Line two
Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two
i) Line one
i) Line two
6. Inline comments
To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.
Example:
~& Comment
~~& Subcomment
~~~& Subsubcomment
7. Images
To place images on a Wiki page, you can use the image action.
Example:
{{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 need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.
8. Links
To create a link to a wiki page you can use any of the following options:
- type a WikiName:
FormattingRules
FormattingRules
- add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):
[[SandBox Test your formatting skills]]
Test your formatting skills
[[SandBox 沙箱]]
沙箱
- add an image with a link (see instructions above).
To link to external pages, you can do any of the following:
- type a URL inside the page:
http://www.example.com
http://www.example.com∞
- add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):
[[http://example.com/jenna/ Jenna's Home Page]]
Jenna's Home Page∞
[[mail@example.com Write me!]]
Write me!∞
- add an image with a link (see instructions above);
- add an interwiki link (browse the list of available interwiki tags):
WikiPedia:WikkaWiki
WikiPedia:WikkaWiki∞
Google:CSS
Google:CSS∞
Thesaurus:Happy
Thesaurus:Happy∞
9. Tables
To create a table, you can use the table action.
Example:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
| BIG |
GREEN |
FROGS |
| yes |
yes |
no |
| no |
no |
|
Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).
10. Colored Text
Colored text can be created using the color action:
Example:
{{color c="blue" text="This is a test."}}
This is a test.
You can also use hex values:
Example:
{{color hex="#DD0000" text="This is another test."}}
This is another test.
Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):
Examples:
{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background
{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background
11. Floats
To create a left floated box, use two < characters before and after the block.
Example:
<<Some text in a left-floated box hanging around<< 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 text in a left-floated box hanging around
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.
To create a right floated box, use two > characters before and after the block.
Example:
>>Some text in a right-floated box hanging around>> 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 text in a right-floated box hanging around
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.
Use ::c:: to clear floated blocks.
12. Code formatters
You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:
%% This is a code block %%.
To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).
%%(php)
<?php
echo "Hello, World!";
?>
%%
<?php
echo "Hello, World!";
?>
You can also specify an optional starting line number.
%%(php;15)
<?php
echo "Hello, World!";
?>
%%
If you specify a filename, this will be used for downloading the code.
%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%
List of available code formatters:
| LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
| Actionscript |
actionscript |
ADA |
ada |
Apache Log |
apache |
| AppleScript |
applescript |
ASM |
asm |
ASP |
asp |
| AutoIT |
autoit |
Bash |
bash |
BlitzBasic |
blitzbasic |
| BNF |
bnf |
C |
c |
C for Macs |
c_mac |
| c# |
csharp |
C++ |
cpp |
C++ (QT extensions) |
cpp-qt |
| CAD DCL |
caddcl |
CadLisp |
cadlisp |
CFDG |
cfdg |
| ColdFusion |
cfm |
CSS |
css |
D |
d |
| Delphi |
delphi |
Diff-Output |
diff |
DIV |
div |
| DOS |
dos |
Eiffel |
eiffel |
Fortran |
fortran |
| FreeBasic |
freebasic |
GML |
gml |
Groovy |
groovy |
| HTML |
html4strict |
INI |
ini |
IO |
io |
| Inno Script |
inno |
Java 5 |
java5 |
Java |
java |
| Javascript |
javascript |
LaTeX |
latex |
Lisp |
lisp |
| Lua |
lua |
Matlab |
matlab |
Microchip Assembler |
mpasm |
| Microsoft Registry |
reg |
mIRC |
mirc |
MySQL |
mysql |
| NSIS |
nsis |
Objective C |
objc |
OpenOffice BASIC |
oobas |
| Objective Caml |
ocaml |
Objective Caml (brief) |
ocaml-brief |
Oracle 8 |
oracle8 |
| Pascal |
pascal |
Perl |
perl |
PHP |
php |
| PHP (brief) |
php-brief |
PL/SQL |
plsql |
Python |
phyton |
| Q(uick)BASIC |
qbasic |
robots.txt |
robots |
Ruby |
ruby |
| SAS |
sas |
Scheme |
scheme |
sdlBasic |
sdlbasic |
| SmallTalk |
smalltalk |
Smarty |
smarty |
SQL |
sql |
| TCL/iTCL |
tcl |
T-SQL |
tsql |
Text |
text |
| thinBasic |
thinbasic |
Unoidl |
idl |
VB.NET |
vbnet |
| VHDL |
vhdl |
Visual BASIC |
vb |
Visual Fox Pro |
visualfoxpro |
| WinBatch |
winbatch |
XML |
xml |
ZiLOG Z80 |
z80 |
13. Mindmaps
Wikka has native support for mindmaps∞. There are two options for embedding a mindmap in a wiki page.
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
- Open a FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
14. Embedded HTML
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
""[html code]""
Examples:
""y = x<sup>n+1</sup>""
y = xn+1
""<acronym title="Cascade Style Sheet">CSS</acronym>""
CSS
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped 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.
CategoryWiki
Edited on 2007-11-18 18:13:47 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.1.6.3]
Additions:
Note: Anything between 2 sets of double-quotes is not formatted.
Once you have read through this, test your formatting skills in the SandBox.
**I'm bold**
I'm bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm
underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press
ANY KEY
@@Center text@@
Center text
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text to render it as a header.
====== Really big header ======
Really big header
===== Rather big header =====
Rather big header
==== Medium header ====
Medium header
=== Not-so-big header ===
Not-so-big header
== Smallish header ==
Smallish header
----
---
5. Lists and indents
You can indent text using a ~, a tab or 4 spaces (which will auto-convert into a tab).
~This text is indented
~~This text is double-indented
This text is also indented
This text is indented
This text is double-indented
This text is also indented
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):
Bulleted lists
~- Line one
~- Line two
- Line one
- Line two
Numbered lists
~1) Line one
~1) Line two
1) Line one
1) Line two
Ordered lists using uppercase characters
~A) Line one
~A) Line two
A) Line one
A) Line two
Ordered lists using lowercase characters
~a) Line one
~a) Line two
a) Line one
a) Line two
Ordered lists using roman numerals
~I) Line one
~I) Line two
I) Line one
I) Line two
Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two
i) Line one
i) Line two
To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.
Example:
~& Comment
~~& Subcomment
~~~& Subsubcomment
To place images on a Wiki page, you can use the image action.
Example:
{{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 need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.
To create a link to a wiki page you can use any of the following options:
- type a WikiName:
FormattingRules
FormattingRules
- add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):
[[SandBox Test your formatting skills]]
Test your formatting skills
[[SandBox 沙箱]]
沙箱
- add an image with a link (see instructions above).
To link to external pages, you can do any of the following:
- type a URL inside the page:
http://www.example.com
http://www.example.com∞
- add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):
[[http://example.com/jenna/ Jenna's Home Page]]
Jenna's Home Page∞
[[mail@example.com Write me!]]
Write me!∞
- add an image with a link (see instructions above);
- add an interwiki link (browse the list of available interwiki tags):
WikiPedia:WikkaWiki
WikiPedia:WikkaWiki∞
Google:CSS
Google:CSS∞
Thesaurus:Happy
Thesaurus:Happy∞
To create a table, you can use the table action.
Example:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
| BIG |
GREEN |
FROGS |
| yes |
yes |
no |
| no |
no |
|
Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).
Colored text can be created using the color action:
Example:
{{color c="blue" text="This is a test."}}
This is a test.
You can also use hex values:
Example:
{{color hex="#DD0000" text="This is another test."}}
This is another test.
Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):
Examples:
{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background
{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background
To create a left floated box, use two < characters before and after the block.
Example:
<<Some text in a left-floated box hanging around<< 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 text in a left-floated box hanging around
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.
To create a right floated box, use two > characters before and after the block.
Example:
>>Some text in a right-floated box hanging around>> 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 text in a right-floated box hanging around
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.
Use ::c:: to clear floated blocks.
You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:
%% This is a code block %%.
To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).
%%(php)
<?php
echo "Hello, World!";
?>
%%
You can also specify an optional //starting line// number.
~##""
(php;{{color c="red" text="15"}})<br /><?php<br />echo "Hello, World!";<br />?><br />
(php;15)
If you specify a filename, this will be used for downloading the code.
%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%
%%(php;15;test.php)
List of available code formatters:
| LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
LANGUAGE |
FORMATTER |
| Actionscript |
actionscript |
ADA |
ada |
Apache Log |
apache |
| AppleScript |
applescript |
ASM |
asm |
ASP |
asp |
| AutoIT |
autoit |
Bash |
bash |
BlitzBasic |
blitzbasic |
| BNF |
bnf |
C |
c |
C for Macs |
c_mac |
| c# |
csharp |
C++ |
cpp |
C++ (QT extensions) |
cpp-qt |
| CAD DCL |
caddcl |
CadLisp |
cadlisp |
CFDG |
cfdg |
| ColdFusion |
cfm |
CSS |
css |
D |
d |
| Delphi |
delphi |
Diff-Output |
diff |
DIV |
div |
| DOS |
dos |
Eiffel |
eiffel |
Fortran |
fortran |
| FreeBasic |
freebasic |
GML |
gml |
Groovy |
groovy |
| HTML |
html4strict |
INI |
ini |
IO |
io |
| Inno Script |
inno |
Java 5 |
java5 |
Java |
java |
| Javascript |
javascript |
LaTeX |
latex |
Lisp |
lisp |
| Lua |
lua |
Matlab |
matlab |
Microchip Assembler |
mpasm |
| Microsoft Registry |
reg |
mIRC |
mirc |
MySQL |
mysql |
| NSIS |
nsis |
Objective C |
objc |
OpenOffice BASIC |
oobas |
| Objective Caml |
ocaml |
Objective Caml (brief) |
ocaml-brief |
Oracle 8 |
oracle8 |
| Pascal |
pascal |
Perl |
perl |
PHP |
php |
| PHP (brief) |
php-brief |
PL/SQL |
plsql |
Python |
phyton |
| Q(uick)BASIC |
qbasic |
robots.txt |
robots |
Ruby |
ruby |
| SAS |
sas |
Scheme |
scheme |
sdlBasic |
sdlbasic |
| SmallTalk |
smalltalk |
Smarty |
smarty |
SQL |
sql |
| TCL/iTCL |
tcl |
T-SQL |
tsql |
Text |
text |
| thinBasic |
thinbasic |
Unoidl |
idl |
VB.NET |
vbnet |
| VHDL |
vhdl |
Visual BASIC |
vb |
Visual Fox Pro |
visualfoxpro |
| WinBatch |
winbatch |
XML |
xml |
ZiLOG Z80 |
z80 |
13. Mindmaps
Wikka has native support for mindmaps∞. There are two options for embedding a mindmap in a wiki page.
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
- Open a FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
""[html code]""
Examples:
""y = x<sup>n+1</sup>""
y = x
n+1
""<acronym title="Cascade Style Sheet">CSS</acronym>""
CSS
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped can be found on the Wikka:SafeHTML∞ page.
Deletions:
To link an image:
{{image class="center" alt="Gone?" title="Mighty Avalanche!" url="http://www.theboards.bc.ca/images/column-aa-flashblessed.png" link="PutLinkHere"}}
To make bold text:
**Bold text here! your mum!**
To make big headline:
=====Five equals each side please!=====
To draw a willy:
To create a box on the left:
<<Look at me! I live in a box on the left!<<
To create a box on the right:
>>I think people that live in boxes on the left are cunts. >>
Handy. Full list below:
Note: Anything between 2 sets of double-quotes is not formatted.
**bold**
bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm
underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press
ANY KEY
@@Center text@@
Center text
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
====== Really big header ======
Really big header
===== Rather big header =====
Rather big header
==== Medium header ====
Medium header
=== Not-so-big header ===
Not-so-big header
== Smallish header ==
Smallish header
----
---
5. Lists / Indents
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:
- numbered list
- Line two
~A) Using uppercase characters:
- Using uppercase characters
- Line two
~a) Using lowercase characters:
- Using lowercase characters
- Line two
~I) using uppercase roman numerals:
- using Latin numbers
- Line two
~i) using lowercase roman numerals:
- using Latin numbers
- Line two
~& Comment
~~& Subcomment
~~~& Subsubcomment
To place images on a Wiki page, use:
{{image class="center" alt="BAFTA Nominated!" title="An Image Link" url="http://www.chiffandfipple.com/startrek/picard2.jpg" 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
- a WikiName
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[JennaPage Jenna's Home Page]]
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[http://example.com/jenna/ Jenna's Home Page]]
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
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 text in a floated box hanging around
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.
Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
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.
Use ::c:: to clear floated blocks...
Simply use %%(formatter) code %% - see below for a list of available formatters.
Example:
%%(php) PHP code%%:
%%(php)
phpinfo();
| 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:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
- Open a FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a 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.
Edited on 2005-10-27 18:05:30 by TheWizard
Additions:
{{image class="center" alt="BAFTA Nominated!" title="An Image Link" url="http://www.chiffandfipple.com/startrek/picard2.jpg" link="RecentChanges"}}
Deletions:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Edited on 2005-10-24 19:01:15 by TheWizard
Additions:
{{image class="center" alt="Gone?" title="Mighty Avalanche!" url="http://www.theboards.bc.ca/images/column-aa-flashblessed.png" link="PutLinkHere"}}
Deletions:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Edited on 2005-10-24 18:56:20 by TheWizard
Additions:
To link an image:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
To make bold text:
**Bold text here! your mum!**
To make big headline:
=====Five equals each side please!=====
To draw a willy:
To create a box on the left:
<<Look at me! I live in a box on the left!<<
To create a box on the right:
>>I think people that live in boxes on the left are cunts. >>
Handy. Full list below:
Deletions:
Once you have read through this, test your formatting skills in the SandBox.
Oldest known version of this page was edited on 2005-09-10 16:22:13 by WikkaInstaller []
Page view:
Wikka Formatting Guide
Once you have read through this, test your formatting skills in the
SandBox.
1. Text Formatting
Note: Anything between 2 sets of double-quotes is not formatted.
**bold**
bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press ANY KEY
@@Center text@@
Center text
2. Headers
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
====== Really big header ======
Really big header
===== Rather big header =====
Rather big header
==== Medium header ====
Medium header
=== Not-so-big header ===
Not-so-big header
== Smallish header ==
Smallish header
3. Horizontal separator
----
4. Forced line break
---
5. Lists / Indents
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:
- numbered list
- Line two
~A) Using uppercase characters:
- Using uppercase characters
- Line two
~a) Using lowercase characters:
- Using lowercase characters
- Line two
~I) using uppercase roman numerals:
- using Latin numbers
- Line two
~i) using lowercase roman numerals:
- using Latin numbers
- Line two
6. Inline comments
~& Comment
~~& Subcomment
~~~& Subsubcomment
7. Images
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.
8. Links
To link to other wiki pages, write
- a WikiName
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[JennaPage Jenna's Home Page]]
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
- Example: [[http://example.com/jenna/ Jenna's Home Page]]
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
9. Tables
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.
10. Colored Text
{{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.
11. Floats
Left floated box - use two < signs before and after the block
Some text in a floated box hanging around
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.
Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
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.
Use ::c:: to clear floated blocks...
12. Code formatters
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:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
- Open a FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
14. Embedded HTML
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.
CategoryWiki