| General Features | DokuWiki |
|---|---|
| System Requirements | DokuWiki |
| Datastorage | DokuWiki |
| Security/Anti-Spam | DokuWiki |
| Development/Support | DokuWiki |
| Common Features | DokuWiki |
| Special Features | DokuWiki |
| Links | DokuWiki |
| Syntax Features | DokuWiki |
| Usability | DokuWiki |
| Statistics | DokuWiki |
| Output | DokuWiki |
| Media and Files | DokuWiki |
| Extras | DokuWiki |
| Syntax Examples | DokuWiki |
[[a Link]] [[namespace:link]] [[link|With a Title]] |
|
[[http://example.com]] [[http://example.com|With a Title]] |
|
====== Level 1 ====== ===== Level 2 ===== ==== Level 3 ==== === Level 4 === == Level 5 == |
|
**bold** |
|
//italics// |
|
__underlined__ |
|
''monospace'' |
|
<del>strikethrough</del> |
|
<sup>superscript</sup> |
|
<sub>subscript</sub> |
|
{{local.jpg}}
{{http://foo.bar/baz.jpg}} |
|
|
|
|
|
|
|
|
|
|
|
---- |
This page belongs to the feature documentation of DokuWiki. The engine's features are listed in the table on the left. Detailed implementation details are available through the "i" icons right to the feature info.
DokuWiki uses a central dispatcher for CSS Stylesheets which automatically concatenates all stylesheets (from templates and plugins), does whitespace compression and caching. A great advantage of this system is the possibility to use placeholders in your stylesheets which will be replaced by values configured in a ini file. This makes it possible to simply change the colors of the whole wiki without the need to edit different stylesheets.
More info about this feature is available at wiki:devel:css