Cheatography
https://cheatography.com
Syntax cheat sheet for DokuWiki
Headings
====== Headline ====== |
Level 1 section header. |
===== Headline ===== |
Level 2 section header. |
==== Headline ==== |
Level 3 section header. |
=== Headline === |
Level 4 section header. |
== Headline == |
Level 5 section header. |
~~NOTOC~~ |
Disable table of contents on this page. |
Text Formatting
**bold** |
Bold. |
//italic// |
Italic. |
__underlined__ |
Underlined. |
''monospaced'' |
Monospaced. |
<del>strike</del> |
Strike-through. |
<sub>sub</sub> |
Subscript. |
<sup>sup</sup> |
Superscript. |
**//combined//** |
Formatting can be combined. |
Links
[[pagename]] |
Link to another page. |
[[www.dokuwiki.org]] |
Link to an external URL. |
[[pagename|link text]] |
Link using alternate text. |
[[namespace:pagename]] |
Link to a page in another namespace. |
[[pagename#section]] |
Link to a specific heading of a page. |
[[\\server\share]] |
Link to a Windows share. |
<foo@bar.com> |
Mailto link. |
Images
{{image.png}} |
Display image. |
{{namespace:image.png}} |
Display image from another namespace. |
{{image.png?60}} |
Resize image to given width. |
{{image.png?60*40}} |
Resize image to given width and height. |
[[URL|{{image.png}}]] |
Image as URL link. |
{{image.png }} |
Left-justified image. |
{{ image.png}} |
Right-justified image. |
{{ image.png }} |
Centered image. |
|
|
Lists
- List item |
Ordered list item. |
* List item |
Unordered list item. |
* Level 1 * Level 2 |
List levels can be created by indenting with whitespace. |
Tables
^ Header ^ Header ^ |
Header cells (^ as delimiter). |
| Cell | Cell | |
Regular cells (pipe as delimiter). |
| A1 | B1 | | colspan || |
Column spanning (double pipe). |
| A1 | rowspan | | A2 | ::: | |
Row spanning (triple colon). |
|left | right| center | |
Cell alignment (use whitespace). |
Code Blocks
Double space at start of line |
Code block. |
<code><\code> |
Code block. |
<file><\file> |
Code block. |
<code php><\code> |
Syntax highlighted code block. |
<file php><\file> |
Syntax highlighted code block. |
<file php myfile.php></file> |
Downloadable code block. |
Other Formatting
Empty line |
New paragraph. |
Forced\\ linebreak |
Force linebreak. |
---- |
Horizontal rule. |
> Quote >> Deeper quote >>> Even deeper quote |
Quotation blocks. |
<nowiki>No formatting</nowiki> |
Ignore text formatting. |
%%No formatting%% |
Ignore text formatting. |
((Footnote text)) |
Creates a numbered footnote. |
-> <- <-> (c) (tm) (r) |
Special characters (arrows, copyright, etc.) |
:) :| :( |
Emoticons are converted to graphical smileys. |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets