| General Features | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
|---|---|---|---|---|---|
| Hosting Features | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| 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 | does not apply | does not apply | does not apply | ||
| does not apply | does not apply | does not apply | does not apply | ||
| System Requirements | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Datastorage | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Security/Anti-Spam | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Development/Support | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Common Features | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Special Features | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
Danish, German, Greek, English, Spanish, Finnish, French, Hungarian, Japanese, Korean, Portuguese, Russian, Swahili, 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 |
||||
| Links | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Syntax Features | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Usability | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Statistics | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Output | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Media and Files | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Extras | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
| Syntax Examples | Clearspace | Confluence | ikiwiki | MediaWiki | SharePoint Wiki Plus |
[link] |
[Page Title] [Link Title|Page Title#anchor] [~username] [^attachment.doc] |
[[internal]] |
[[a link]] [[a link|with title]] |
[[SPD]] [[SharePoint Designer | SPD]] |
|
[http://example.com] |
[http://www.example.com] [Link Title|http://www.example.com] [Shortcut Link|PageName@otherwiki] |
[link text](http://example.org) |
[http://example.org The title] |
[http://en.wikipedia.org/] [http://en.wikipedia.org Wikipedia] |
|
h1. h2. h3. h4. h5. |
h1. Top Level Heading h2. Smaller Heading h6. Smallest Heading |
Two syntaxes: # heading 1 ## heading 2 ### heading 3 heading 1 ========= heading 2 --------- |
==Section== ===Subsection=== ====Sub-subsection==== |
==Section== ===Subsection=== ====Sub-subsection==== |
|
*bold* |
*bold* |
**bold** __bold__ |
'''bold''' |
'''Bold text''' |
|
+italics+ |
_italics_ |
*emphasized* _emphasized_ |
''italic'' |
''Italicized text'' |
|
_underline_ |
+underline+ |
via HTML: <u>underlined</u> |
<u>underlined</u> |
<u>underlined text</u> |
|
{{monospace}} |
`inline monospace` |
<tt>monospace</tt> |
=monospaced text= |
||
--strikethrough-- |
-strikethrough- |
via HTML: <del>deleted</del> |
<s>strikethrough</s> |
<s>strike through</s> |
|
3^rd^ |
^superscript^ |
via HTML: x<sup>2</sup> |
<sup>superscript</sup> |
<sup>superscript</sup> |
|
2~n~ |
~subscript~ |
via HTML: a<sub>1</sub> |
<sub>subscript</sub> |
<sub>subscript</sub> |
|
!imageURL! |
!attached-image.jpg! !Other Page^attached-image.jpg|thumbnail! !http://example.com/external-image.jpg! |
  |
[[Image:wiki.png]] |
[[Image:KWizCom-logo.gif|KWizCom – Knowledge Worker Components]] |
|
{html}<div align="right">{html} |
<center>Centered</center> |
<div align="right"> |
|||
: indented line |
<blockquote> multi line text </blockquote> |
||||
* bullet 1 ** bullet 1a * bullet 2 |
* one ** one-two * two * three |
* item 1 * item 2 |
* Item 1 ** Item 1.2 * Item 2 |
* one ** one-two * two * three |
|
# item 1 ## item 1a |
# one ## one-two # two # three |
1. item 1 2. item 2 |
# Item 1 ## Item 1.2 # Item 2 |
# one ## one-two # two # three |
|
via HTML: <dl> <dt>term</dt> <dd>definition</dd> </dl> |
; term : definition |
||||
----- |
---- |
--- *** ___ ------------------ Any number > 3 - - - - - - - - - - spaces don't matter |
---- |
--- |
|
| Last updated | 2007-07-24 | 2009-12-09 | 2008-10-28 | 2009-06-10 | 2009-07-27 |