| General Features | @Wiki | DokuWiki | MediaWiki | UseMod |
|---|---|---|---|---|
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| Hosting Features | @Wiki | DokuWiki | MediaWiki | UseMod |
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | ||
| System Requirements | @Wiki | DokuWiki | MediaWiki | UseMod |
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| Datastorage | @Wiki | DokuWiki | MediaWiki | UseMod |
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| does not apply | ||||
| Security/Anti-Spam | @Wiki | DokuWiki | MediaWiki | UseMod |
| does not apply | ||||
| Development/Support | @Wiki | DokuWiki | MediaWiki | UseMod |
| does not apply | ||||
| does not apply | ||||
| Common Features | @Wiki | DokuWiki | MediaWiki | UseMod |
| Special Features | @Wiki | DokuWiki | MediaWiki | UseMod |
English, Japanese |
Afrikaans, Arabic, Azerbaijani, Bulgarian, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Estonian, Basque, Persian, Finnish, Faroese, French, Galician, Hebrew, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Cambodian, Korean, Kurdish, Latin, Lithuanian, Latvian, Lettish, Malagasy, Macedonian, Marathi, Nepali, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Thai, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional |
Afar, Abkhazian, Afrikaans, Amharic, Arabic, Assamese, Aymara, Azerbaijani, Bashkir, Byelorussian, Bulgarian, Bihari, Bislama, Bengali; Bangla, Tibetan, Breton, Catalan, Corsican, Czech, Welsh, Danish, German, Bhutani, Greek, English, Esperanto, Spanish, Estonian, Basque, Persian, Finnish, Fiji, Faroese, French, Frisian, Irish, Scots Gaelic, Galician, Guarani, Gujarati, Hausa, Hebrew, Hindi, Croatian, Hungarian, Armenian, Interlingua, Indonesian, Interlingue, Inupiak, Icelandic, Italian, Inuktitut, Japanese, Georgian, Kazakh, Greenlandic, Cambodian, Kannada, Korean, Kashmiri, Kurdish, Kirghiz, Latin, Lingala, Laothian, Lithuanian, Latvian, Lettish, Malagasy, Maori, Macedonian, Malayalam, Mongolian, Moldavian, Marathi, Malay, Maltese, Burmese, Nauru, Nepali, Dutch, Norwegian, Occitan, Oromo, Oriya, Punjabi, Polish, Pashto, Pushto, Portuguese, Brazilian Portuguese, Quechua, Rhaeto-Romance, Kirundi, Romanian, Russian, Kinyarwanda, Sanskrit, Sindhi, Sangho, Serbo-Croatian, Sinhalese, Slovak, Slovenian, Samoan, Shona, Somali, Albanian, Serbian, Siswati, Sesotho, Sundanese, Swedish, Swahili, Tamil, Telugu, Tajik, Thai, Tigrinya, Turkmen, Tagalog, Setswana, Tonga, Turkish, Tsonga, Tatar, Twi, Uighur, Ukrainian, Urdu, Uzbek, Vietnamese, Volapuk, Wolof, Xhosa, Yiddish, Yoruba, Zhuang, Chinese, Chinese Traditional, Zulu |
||
| does not apply | ||||
| Links | @Wiki | DokuWiki | MediaWiki | UseMod |
| Syntax Features | @Wiki | DokuWiki | MediaWiki | UseMod |
| Usability | @Wiki | DokuWiki | MediaWiki | UseMod |
| Statistics | @Wiki | DokuWiki | MediaWiki | UseMod |
| Output | @Wiki | DokuWiki | MediaWiki | UseMod |
| Media and Files | @Wiki | DokuWiki | MediaWiki | UseMod |
| Extras | @Wiki | DokuWiki | MediaWiki | UseMod |
| Syntax Examples | @Wiki | DokuWiki | MediaWiki | UseMod |
[[pagename]] or [[Alias>pagename]] or [[Alias>>pagename]] |
[[a Link]] [[namespace:link]] [[link|With a Title]] |
[[a link]] [[a link|with title]] |
||
http://somewhere.else/ or [[http://somewhere.else/]] or [[Alias>http://somewhere.else ]] or [[Alias>>http://somewhere.else ]] |
[[http://example.com]] [[http://example.com|With a Title]] |
[http://example.org The title] |
||
* Headline ** Headline *** Headline |
====== Level 1 ====== ===== Level 2 ===== ==== Level 3 ==== === Level 4 === == Level 5 == |
==Section== ===Subsection=== ====Sub-subsection==== |
= Level 1 = == Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ====== |
|
''bold''
or
&bold(){boldtext} |
**bold** |
'''bold''' |
'''bold''' |
|
&i(){italicstext}
|
//italics// |
''italic'' |
''italic'' |
|
&u(){underline}
|
__underlined__ |
<u>underlined</u> |
<u>underline</u> |
|
''monospace'' |
<tt>monospace</tt> |
<tt>for monospace text</tt> |
||
&del(){text}
or |
<del>strikethrough</del> |
<s>strikethrough</s> |
|
|
&sup(){text} |
<sup>superscript</sup> |
<sup>superscript</sup> |
<sup>superscript</sup> |
|
&sub(){text} |
<sub>subscript</sub> |
<sub>subscript</sub> |
<sub>subscript</sub> |
|
&ref(Attached Filename) i(Attached Filename) #image(Attached Filename) #image(Attached Filename,LinkURL) #image(ImageURL) #image(ImageURL,LinkURL) |
{{local.jpg}}
{{http://foo.bar/baz.jpg}} |
[[Image:wiki.png]] |
http://url.com/pic.gif |
|
#left(){text align is left}
#right(){text align is right}
#center(){text align is center} |
|
<center>Centered</center> |
|
|
|
: indented line |
: indented |
||
-aaa --bbb ---ccc |
|
* Item 1 ** Item 1.2 * Item 2 |
* Item 1 ** Item 1.1 * Item 2 |
|
+aaa ++bbb +++ccc |
|
# Item 1 ## Item 1.2 # Item 2 |
# Item 1 ## Item 1.1 # Item 2 |
|
:Def Term|Def Desc :Def Term|Def Desc |
|
; term : definition |
;Term:Definition |
|
---- |
---- |
---- |
||
| Last updated | 2010-01-08 | 2012-02-01 | 2011-06-22 | 2009-07-01 |