If you haven't done so already, be sure to visit the Wiki Portal to read about how the wiki works. Especially the Ogre Wiki Overview page.
Table of contents
Reliance on HTML
MediaWiki:
MediaWiki relies a great deal on HTML markup. Subscript, superscript, monospace, line breaks, ...
Tiki:
Due to the various edit plugins and the ability to use CSS classes to style the various tags, there's absolutely no need to resort to HTML.
HTML is disabled in this wiki.
Line breaks
MediaWiki:
Line break handling in MediaWiki is quite elaborate - see Wikpedia - Line Break Handling
It usually requires extra line breaks and/or the
tag.
Tiki:
When you make a line break, you get a line break. It's that simple.
No need to make double line breaks or use the
tag.
Common markup
| Markup | Tiki | MediaWiki |
|---|---|---|
| Subscript | {SUB()}sub{SUB}script | subscript |
| Superscript | {SUP()}super{SUP}script | superscript |
| --strikethrough-- | |
|
| Monospace | {MONO()}Monospace{MONO} | monospace |
| Underline | ===underline=== | underline |
| Italic | ''italic'' | ''italic'' |
| Bold | __bold__ | '''bold''' |
Headlines
MediaWiki:
==Section==
===Subsection===
====Sub-subsection====
Tiki:
-= Titlebar =-
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
Internal links
MediaWiki:
[[a link]]
[[a link|with title]]
Tiki:
((a link))
((a link|with title))
External links
MediaWiki:
[http://example.org The title]
Tiki:
[http://example.org|The title]
What happended to the templates?
They are not really needed, as it's much faster and more flexible to use the DIV and BOX tags.
You can use styles - take a look at Wiki Styles.
See also
Comparative table between MediaWiki and TikiWiki syntax
Contributors to this page: marclaporte
and
jacmoe
.
Page last modified on Thursday 17 of June, 2010 05:40:21 GMT by marclaporte
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.

