====== Dokuwiki Formatting ======
^Text^^^^
|Bold |%%**bold**%% |Italic |%%//italic//%%|
|Monospaced |%%''mono''%% |Subscript |%%script%%|
|Superscript |%%erscript%%|Escape |%%%%unparsed text%%%%|
^Links^^^^
|url |%%http://example.com%% |www |%%www.example.com%%|
|explicit |%%[[http://example.com]]%%|Text |%%[[http://example.com|Example]]%%|
|this wiki |%%[[pagename]]%%|with namespace|%%[[name::page]]%%|
|anchors |%%[[pagename#anchor]]%% |Wikipedia/external |%%[[wp>Wiki]]%%|
^Images and Media^^^^
|Image |%%{{url}}%% |Image Link |%%[[http://target|{{image}}]]%%|
|Alt text |%%{{image|text}}%% |sizing|%%{{wiki:dokuwiki-128.png?200x50}}%%|
^Headings and Sections^^^^
|h1|%%======= Level 1 =======%% |h2|%%===== level 2 =====%% |
|h3|%%==== Level 3 ====%% |h4|%%=== Level 4 ===%% |
|h5|%%== level 5 ==%% |No Table of Conents|%%~~NOTOC~~%%|
|Horizonal Rule|%%----%%|
^Lists^^^^
|Unordered|%% * Item%% 2-space indent |Ordered|%% - Item%% 2-spave indent|
^Tables^^^^
|Start Head Col |%%^Head%% |End Head Row|%%^%%|
|Start Data Col |%%|data%% |End DataRow |%%|%%|
|Data Span Cols |%%|data|%% ending %%|%% for each col span |Head Span |same|
|Head Col empty |%%| ^Head%% |Data Col Empty |%%||data%%|
|Align Left |%%|left |%% (2 spaces) |Align Right|%%| right|%% (2 spaces)|
|Align Center |%%| center |%% (2 spaces each side)||
^Blocks^^
|Unparsed |%%...%% or %%...%% or %%%%%%text%%%%%%|
|Language Syntax |%%...%%|
|HTML Embedding |%%...%%|
|PHP Embedding |%%...%%|