| Syntax Examples |
MediaWiki |
TikiWiki CMS-Groupware |
| Internal Link |
[[a link]]
[[a link|with title]] |
((Name of page))
or
((Name of page|link to a page))
or, if activated:
CamelCase WikiWords |
| External Link |
[http://example.org The title] |
[http://example.com]
or
[http://example.com|label] |
| Headlines |
==Section==
===Subsection===
====Sub-subsection==== |
-= Titlebar =-
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5 |
| Bold Format |
'''bold''' |
__bold__ |
| Italics Format |
''italic'' |
''italic'' |
| Underline Format |
underlined |
=== underline === |
| Monospace Format |
monospace |
-+ monospace +- |
| Strikethrough Format |
strikethrough |
-- strike -- |
| Superscript Format |
superscript |
{SUP()}text{SUP} |
| Subscript Format |
subscript |
{SUB()}text{SUB} |
| Images |
[[Image:wiki.png]] |
{img src=http://foo.bar/foo.jpg} |
| Aligning Text |
Centered |
:: centered text :: |
| Text Indentation |
: indented line |
leading spaces, if activated. |
| Bulleted Lists |
* Item 1
** Item 1.2
* Item 2 |
* Item 1
** Item 1.1
* Item 2 |
| Numbered Lists |
# Item 1
## Item 1.2
# Item 2 |
# Item 1
## Item 1.1
# Item 2 |
| Definition Lists |
; term : definition |
;term:definition |
| Horizontal Rule |
---- |
--- |