Você está na página 1de 1

DOKUWIKI CHEAT SHEET

Text formatting Images Non-parsed blocks


Bold: **bold** Original size: {{wiki:image.png}} To include a non-parsed block into a page, indent it by at least two
Italic: //italic// Resized to the specified width: {{wiki:image .png?50}} spaces or use the code or file tags.
Underlined: __underlined__ Resized to the specified width and height: Syntax highlighting
Monospaced: ''monospaced'' {{wiki:image.png?200x50}} DokuWiki supports code highlighting. It uses the GeSHi Generic Syntax
Subscript <sub>subscript</sub>
Resized external image: {{http://url/image.png?200x50}} Highlighter (http://qbnz.com/highlighter/), and recognizes any
Aligned left: {{ wiki:image.png}} language supported by GeSHi. The code must be includes between tags
Superscript
<sup>superscript</sup>
that identify the programming language, for example: <code oobas>
Deleted: <del>deleted</del> Aligned right: {{wiki:image.png }}
</code> or <code java> </code>.
Forced new line: \\ Centered: {{ wiki:image.png }}
Caption: {{ wiki:image.png|Caption goes here}} Embedding HTML and PHP
External links If the HTML/PHP embedding is enabled, you can include HTML and
DokuWiki recognized external URLs automatically. Unordered lists PHP code into DokuWiki pages:
Link w/name: [[http://www.google.com|Go to Google]] To create an unordered list, indent your text by two spaces and use the <html><font color="red" size="+1">Lorem ipsum</font> </html>
* character for each list item.
Email address: <dmpop@openoffice.org>
* Level 1 list item Page export
RSS feed: {{rss>http://rss.slashdot.org/Slashdot/slashdot}} Single page can be exported to different formats by adding an
* Level 2 list item
appropriate do parameter to the URL:
Internal links * Level 1 list item http://wiki.splitbrain.org/wiki:export?do=export_raw
DokuWiki page: [[pagename]]
Numbered lists The following export options are available:
DokuWiki page w/name: [[pagename|Page name]]
To create a numbered list, indent your text by two spaces and use the - export_raw (returns the pages source as text/plain )
DokuWiki page in the specified namespace: [[wiki:pagename]]
character for each list item. export_xhtml (returns the rendered page as simple XHTML without
Link to the specified section: [[page#section|Section]] any navigational elements)
- Level 1 list item
Interwiki link: [[doku>wiki:interwiki|Interwiki]] export_xhtmlbody (returns the rendered XHTML of the page only)
- Level 2 list item
Link to a page on Wikipedia: [[wp>pagename]]
- Level 1 list item
Link to a Google search: [[google>pagename]] Configuration files
Quotes conf/dokuwiki.php DokuWiki default settings
Link to a page on Meatball: [[Meatball>pagename]]
> Quote 1 conf/local.php DokuWiki user-defined settings
Image link: [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
>> Quote 2 conf/entities.conf Custom typography conversion rules
Windows share: [[\\server\share|Windows share]]
>>> Quote 3
Footnotes Keyboard shortcuts
Tables On Mac, use Ctrl instead of Alt. In Firefox, use Alt+Shift
Add footnotes by using double parentheses ((This is a footnote)).
^ Heading 1 ^ Heading 2 ^ Alt+E Open the current page in edit mode
Headlines | Row 1 Col 1 | Row 1 Col 2 | Alt+V Open the current page in view mode
====== Level 1 Headline ====== Alt+O Show old revisions of the current page
| Colspan ||
===== Level 2 Headline ===== Alt+R Show recent changes
| Row 3 Col 1 | Row 2 Col 2 |
==== Level 3 Headline ==== Alt+F Set the cursor to the search field
=== Level 4 Headline === Alt+H Open the start page
| ^ Heading 1 ^ Heading 2 ^
== Level 5 Headline == Alt+X Open the index page
^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
DokuWiki automatically generates a table of contents when the page
^ Heading 4 | Row 2 Col 2 | Row 2 Col 3 |
contains more than three headlines. To disable the table of contents,
insert the ~~NOTOC~~ markup somewhere in the page. ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |

The latest version of the cheat sheet is available at www.nothickmanuals.info/doku.php/cheatsheets | © 2007 www.nothickmanuals.info | Released under the GNU Free Documentation License

Você também pode gostar