DokuWiki - Cheat Sheet
Small Cheat Sheet for DokuWiki
Mainly this little cheat sheet is meant for me as it lists the functions I use most often. The full docu there here and here [namespace]
Text manipulation
- **bold** = FETT
- //Italic// = Kursiv
- __underline_
- ”monospace” = formatted
- Delete= smeared
- subscript = Lower
- superscript = Higher
- ((Footnote)) = footnotes
Navigation
- [[PageName | <> (optional)] = Internal links 
- [[Name:Space]] = Internal Namespaces
- Name1:Name2:Page= Cat.1 > Subcat. 2 > Sitename (namespaces)
General
- {{ image.png | caption (optional) ?200×300(optional) } = Images – Optional with resize – Whitespace L, R, LR – controls alignment)
- [[\\server\share|this ] = SMB Shares (“only” Microsoft IE)
- [[http://site.net | {{wiki:site-picture.png}]] = Image with Link
- == H5 == = === H3 ==== = Headlines (5 levels) – if >3 headlines a table of contents will be generated (~~NOTOC~ to disable)
- *BulletPoint
 *BulletPoint = Lists (* = unordered, – = ordered)
 *SubPoint
- > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
- HeadingCol1
 R1C1 | R1C2 | R1C3 |
 | R2C1 | R2C2 | R2C3 | => Tables
 | => For Rows, ^ => for Headers
 || => Whitespace for col
Back…