Both sides previous revisionPrevious revision | |
wiki:cheatsheet [2020/07/17 15:34] – rom1 | wiki:cheatsheet [2020/07/17 15:34] (current) – rom1 |
---|
====== DokuWiki Cheatsheet ====== | ====== DokuWiki Cheatsheet ====== |
| |
^Syntax^Result| | ^ Syntax ^ Result ^ |
| **FORMATTING** || | | **FORMATTING** || |
|''**bold**'' |**bold** | | | ''<nowiki>**bold**</nowiki>'' | **bold** | |
|''//italic//'' |//italic// | | | ''<nowiki>//italic//</nowiki>'' | //italic// | |
|''__underline__'' |__underline__ | | | ''<nowiki>__underline__</nowiki>'' | __underline__ | |
|monospace (single quotes)|''monospace'' | | | ''<nowiki>''monospace''</nowiki>'' (single quotes) | ''monospace'' | |
|''**//__''all together''__ // **'' |**//__''all together''__ // ** | | | ''<nowiki>**//__''all together''__//**</nowiki>'' | **//__''all together''__//** | |
|''<sup>sup</sup> '' and ''<sub>sub</sub>'' |<sup>sup</sup> and <sub>sub</sub> | | | ''<nowiki><sup>sup</sup></nowiki>'' and ''<nowiki><sub>sub</sub></nowiki>'' | <sup>sup</sup> and <sub>sub</sub> | |
|''<del>delete text</del>'' |<del>delete text</del> | | | ''<nowiki><del>delete text</del></nowiki>'' | <del>delete text</del> | |
|''force \\ newline'' |force \\ newline| | | ''<nowiki>force\\ newline</nowiki>'' | force\\ newline | |
| **LINKS ** || | | **LINKS ** || |
|''[[http://www.google.com|Google]]'' |[[http://www.google.com|Google]]| | | ''<nowiki>[[http://www.google.com|Google]]</nowiki>'' | [[http://www.google.com|Google]] | |
|''[[mailto:foo@example.com|Mr. Foo]]'' |[[mailto:foo@example.com|Mr. Foo]]| | | ''<nowiki>[[mailto:foo@example.com|Mr. Foo]]</nowiki>'' | [[mailto:foo@example.com|Mr. Foo]] | |
|''[[:wiki:syntax|Go to the syntax page]]'' |[[:wiki:syntax|Go to the syntax page]]| | | ''<nowiki>[[wiki:Syntax|Go to the syntax page]]</nowiki>'' | [[wiki:Syntax|Go to the syntax page]] | |
|''[[:wiki:syntax#anchor|Link to anchor]]'' |[[:wiki:syntax#anchor|Link to anchor]]| | | ''<nowiki>[[wiki:Syntax#anchor|Link to anchor]]</nowiki>'' | [[wiki:Syntax#anchor|Link to anchor]] | |
|''[[doku>interwiki|Interwiki link]]'' |[[doku>interwiki|Interwiki link]]| | | ''<nowiki>[[doku>interwiki|Interwiki link]]</nowiki>'' | [[doku>interwiki|Interwiki link]] | |
| **IMAGES** || | | **IMAGES** || |
|''{{:wiki:dokuwiki-128.png}}'' |{{:wiki:dokuwiki-128.png}}| | | ''<nowiki>{{wiki:dokuwiki-128.png}}</nowiki>'' | {{wiki:dokuwiki-128.png}} | |
|''[[http://www.dokuwiki.org|{{:wiki:dokuwiki-128.png?nolink&}}]]'' |[[http://www.dokuwiki.org|{{:wiki:dokuwiki-128.png?nolink&}}]]| | | ''<nowiki>[[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]]</nowiki>'' | [[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]] | |
|''{{:wiki:dokuwiki-128.png |With caption}}'' |{{:wiki:dokuwiki-128.png |With caption}}| | | ''<nowiki>{{wiki:dokuwiki-128.png |With caption}}</nowiki>'' | {{wiki:dokuwiki-128.png |With caption}} | |
| **OTHER** || | | **OTHER** || |
|''Lorem ipsum '' |Lorem ipsum((This is a footnote)) | | | ''<nowiki>Lorem ipsum((This is a footnote))</nowiki>'' | Lorem ipsum((This is a footnote)) | |
| |
---- | |
| |