Submit article

Use ...page... to separate pages in a multi-page post
For more information, please see Wiki Page Editor
Because the Wiki paragraph formatting feature is off, each line will be presented as you write it. This means that if you want paragraphs to be wrapped properly, a paragraph should be all together on one line.
Quicktags
Quicktag | Description | Wiki Syntax |
---|---|---|
![]() |
wiki link | ((text)) |
![]() |
underline | ===text=== |
![]() |
title bar | -=text=- |
![]() |
table new | ||r1c1|r1c2 r2c1|r2c2|| |
![]() |
italic | ''text'' |
![]() |
image | {img src= width= height= align= desc= link= } |
![]() |
hr | --- |
![]() |
heading3 | !!!text |
![]() |
heading2 | !!text |
![]() |
heading1 | !text |
![]() |
external link | [http://example.com|text] |
![]() |
Email Address | [mailto:text|text] |
![]() |
dynamic variable | %text% |
![]() |
dynamic content | {content id= } |
![]() |
colored text | ~~#FF0000:text~~ |
![]() |
center text | ::text:: |
![]() |
box | ^text^ |
![]() |
bold | __text__ |
Wiki Help
Format | Wiki Syntax |
---|---|
Bold text | 2 underscores "_". Example __text__ = text |
Italic text | 2 single quotes "'". Example ''text'' = text |
Centered text | 2 colons ":". Example ::some text: |
Underlined text | 3 equals "=". Example ===text=== |
Text box | One carat "^". Creates a box with the data. Example "^Box content^" |
Title bar | "-=Title=-" creates a title bar. |
Colored text | "~~#FFEE33:some text~~" or "~~yellow:some text~~". Will display using the indicated HTML color or color name |
Lists | * for bullet lists, # for numbered lists, ;Worddefinition for definiton lists |
Indentation | +, ++ Creates an indentation for each plus(useful in list to continue at the same level) |
Headings | "!", "!!", "!!!" make headings |
Show/Hide | "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default. |
Autonumbered Headings | "!#", "!!#", "!+#", "!-#" ... make autonumbered headings |
Tables | "||row1-col1|row1-col2|row1-col3 row2-col1|row2-col2|row2-col3||" creates a table |
Horizontal rule | "----" makes a horizontal rule |
Wiki References | JoinCapitalizedWords or use ((page)) or ((page|desc)) for wiki references, ((page|#anchor)) or ((page|#anchor|desc)) for wiki heading/anchor references, ))SomeName(( prevents referencing |
External links | use square brackets for an external link: [URL], [URL|link_description],[URL|link_description|relation] or [URL|description|relation|nocache] (that last prevents the local Wiki from caching the linked page; relation can be used to insert rel attribute for the link - useful e.g. for shadowbox). For an external Wiki, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
Images | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com title='Yahoo Website' rel='shadowbox[gallery];type=img' desc=foo alt=txt usemap=name class=xyz}" displays an image (imalign, height, width, desc, link, rel, title, usemap, class and align are optional) |
Non cacheable images | "{img src=http://example.com/foo.jpg?nocache=1 width=200 height=100 align=center link=http://www.yahoo.com desc=foo}" displays an image height width desc link and align are optional |
Line break | "%%%" (very useful especially in tables) |
Drawings | {draw name=foo} creates the editable drawing foo |
Multi-page pages | Use ...page... to separate pages |
Wiki File Attachments | {file name=file.ext desc="description text" page="wiki page name" showdesc=1} Creates a link to the named file. If page is not given, the file must be attached to the current page. If desc is not given, the file name is used for the link text, unless showdesc is used, which makes the file description be used for the link text. If image=1 is given, the attachment is treated as an image and is displayed directly on the page; no link is generated. |
RSS feeds | "{rss id=n max=m}" displays rss feed with id=n maximum=m items |
Dynamic content | "{content id=n}" Will be replaced by the actual value of the dynamic content block with id=n |
Dynamic variables | "%Name%" Inserts an editable variable |
Non parsed sections | "~np~ data ~/np~" Prevents wiki parsing of the enclosed data. |
Preformated sections | "~pp~ data ~/pp~" Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). "~pre~ data ~/pre~" also displayes preformatted text with fixed spacing, but wiki processing still occurs on the text. |
Comments | "~tc~ Tiki Comment ~/tc~" makes a Tiki comment. It will be completely removed from the display, but saved in the file for future reference. "~hc~ HTML Comment ~/hc~" makes an HTML comment. It will be inserted as a comment in the output HTML; these are not normally displayed in browsers, but can be seen using "View Source" or similar. |
Square Brackets | Use [[foo] to show [foo]. |
Block Preformatting | Indent text with any number of spaces to turn it into a monospaced block that still follows other Wiki formatting instructions. It will be indended with the same number of spaces that you used. Note that this mode does not preserve exact spacing and line breaks; use ~pp~...~/pp~ for that. |
Direction | "{r2l}", "{l2r}", "{rm}", "{lm}"Insert resp. right-to-left and left-to-right text direction DIV (up to end of text) and markers for langages as arabic or hebrew. |
Table of contents | "{toc}", "{maketoc}" prints out a table of contents for the current page based on structures (toc) or ! headings (maketoc) |
Misc | "{cookie}, {poll}" |