Here's a quick overview of the markup you have at your disposal. This text is [here|EditPageHelp]; more info in [TextFormattingRules] %%tabbedSection %%tab-JSPWikiMarkup | __Paragraphs__ \\__Forced Line Break__ \~\ \\__Horizontal ruler__ | are delimitted by a blank line\\ {{\~\}} \\ {{----}} | __Hyperlinks__\\Text with a hyperlink\\Interwiki links are defined in [here|Main] | {{[[~WikiPage]}} , {{[[http://external.url]}}, {{[[~WikiPage#~SomeChapter]}}\\ {{[[some-text~|link]}} \\ {{[[interwiki:~OtherWikiPage]}}, {{[[edit:~WikiPage]}}, etc. | Inline __images__ \\ or use the [Image Plugin|Image] | {{[[WikiPage/Attachment.gif] \\[[{Image src='Attachment.gif' }]}} | Section __headers__ have {{!}} in the first column\\Linking to section headers\\__Table of contents__ | {{!small, !!medium, !!!large \\[[pagename#sectiontitle]\\[[{TableOfContents numbered='yes' }]}} | __Bulleted lists__ have {{*}} in the first column. \\Use more {{**}} for deeper indentations. | {{* Item one \\** Item two}} | __Numbered lists__ have {{#}}, {{##}} etc.\\You can mix {{*}} and {{#}} too. | {{# Numbered item\\ Continue item via indentation}} | __Text decorations__\\ \\ __CSS Styles__ \\start: %~%css-class or %~%(css-style)\\end: %~% or /~% or %~<space> | {{_~_bold_~_}} renders as __bold__ \\ {{'~'italic'~'}} renders as ''italic''\\{{%~%small text %~%}} renders as %%small text %% \\{{%~%sub subscript %~%}} like in a%%sub ij %%= a%%sub ji%%\\{{%~%sup superscript %~%}} like in 2%%sup 3 %%= 8\\{{%~%strike strikethrough %~%}} renders as %%strike strikethrough %%\\{{%~%center ... %~%}} for centered text \\{{%~%invisible ... %~%}} to hide parts of a page | __Monospaced text__ | {{~{~{ monospaced text with wiki markup }~} }}\\ Use triple {'s to open, and triple }'s to close code blocks, wiki markup is not rendered |__Definition List__, with {{;}} in first column\\Compact form|{{;term:def}}\\{{;:Indented comment}} |__Table__ ; use pipes {{~|}} as delimitter\\No need for a terminating {{~|}}|{{~|| Header1 ~|| Header 2\\~| TableCell1| TableCell2}} %% %%tab-ExtendedMarkup | __[Collapsable List|BrushedTemplateCollapse]__ | {{%~%collapse \\* click me \\** to hide/show me ... \\# ordered list items \\## are collapsed by default %~%}} | __[Collapsable Box|BrushedTemplateCollapseBox]__ | {{%~%collapsebox \\!box-title \\Click box title to hide/show box content\\%~%}} | __[Sortable Table|BrushedTemplateSortableTables]__ | {{%~%sortable\\ ..each column header is clickable for sorting.. \\%~%}} | __[Filtered Table|BrushedTemplateFilteredTables]__ | {{%~%table-filter\\ ..each column has excel-like filter dropdowns.. \\%~%}} | __[Tabbed Section|BrushedTemplateTabbedSections]__ | {{%~%tabbedSection\\%~%tab-1stTabTitle ... %~%\\%~%tab-2ndTabTitle ... %~%\\%~%}} | __[Horizontal Graphbar|BrushedTemplateGraphBars]__ | {{%~%graphBars\\* %~%gBar 20 %~% apples\\%~%}} | __[Zebra Tables|BrushedTemplateZebraTable]__\\with odd/even row colors | {{%~%zebra-table ... %~%\\%~%zebra-<colorOdd> ... %~%\\%~%zebra-<colorOdd>-<colorEven> ... %~%}} %% %%tab-WikiPlugins A list of the most commonly used plugins and some key parameters. [More plugins here|JSPWikiPlugins]. | [TableOfContents] | {{[[{TableOfContents }]}} | [Image] | {{[[{Image src='x.jpg' link='~http://..' width='..' height='..'\\ align='left~|center~|right' style='..' class='..' }]}} | [InsertPage] | {{[[{InsertPage page='some-page' }]}} | [CurrentTimePlugin] | {{[[{CurrentTimePlugin format='yyyy mmm-dd'}]}} | [ReferredPagesPlugin] | {{[[{ReferredPagesPlugin page='<pagename>' type='local~|external~|attachment' depth='1..8' \\ include='regexp' exclude='regexp'}]}} | [ReferringPagesPlugin] | {{[[{ReferringPagesPlugin page='<pagename>' separator=',' \\ include='regexp' exclude='regexp'}]}} | Set a [WikiVariable]\\ Get a [WikiVariable] \\ [Test a wiki variable|BrushedConditionalPlugin] | {{[[{SET name='value'}]}} \\ {{[[{$foo}]}} \\ {{[[{TEST page='p' name='var' match='regexp' except='regexp'\\ \\body\\}]}} | [BrushedTablePlugin] | {{[[{Table \\ \\~||Nr ~||A ~||< ~||C ~||< \\~|# ~|a ~|b ~|c ~|d\\~|# ~|^ ~|b ~|^ ~|d\\}]}} %% %%tab-Typography When [Typography conversion|BrushedTemplateTypography] is turned on, following replacements are made: *paired single primes ( ' ' ) become single quotes ( ‘ ’ ) *lone single primes becomes apostrophes ( ’ ) *paired double primes ( " " ) become double quotes ( “ ” ) *a double dash ( -{{}}- ) becomes an em dash ( — ) *a single dash ( - ) becomes an en dash ( – ) *three dots ( {{.}}{{..}} ) become a horizontal ellipsis ( … ) *an x between 2 numbers ( 640x{{}}480 ) becomes a multiplication character ( × ) *a number followed by {{^}}{{2}} or {{^}}{{3}} become a square and cube sign (eg 8² 8³ ) *fraction markup ( {{1}}{{/4 1}}{{/2 3}}{{/4}}) become fraction signs ( ¼ ½ ¾ ) *this markup {{+}}{{-}} or {{-}}{{+}} becomes a plus-minus-sign ( ± ) *this markup {{(}}{{c)}} or {{(}}{{C)}} becomes a copyright sign ( © ) *this markup {{(}}{{tm)}} or {{(}}{{TM)}} becomes a registered trade mark sign ( ® ) *this markup {{(}}{{r)}} or {{(}}{{R)}} becomes a trade mark sign ( ™ ) *arrow markup ( {{-}}{{> <}}{{- <}}{{-}}{{> =}}{{> <}}{{= <}}{{=}}{{> >}}{{> <}}{{<}} ) become real arrows ( ↔ → ← ⇔ ⇒ ⇐ » « ) %% %%tab-FindAndReplaceHelp [{InsertPage page='EditFindAndReplaceHelp'}] %% %%