History: MediaWiki versus Tiki
Source of version: 16
Copy to clipboard
{maketoc}
!!Line breaks:
__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 ~np~<br />~/np~ tag.
__MediaWiki:__
Line break handling in MediaWiki is quite elaborate - see [http://en.wikipedia.org/wiki/Wikipedia:Line_break_handling|Wikpedia - Line Break Handling]
It usually requires extra line breaks and/or the ~np~<br />~/np~ tag.
!!Common markup:
{FANCYTABLE(head="Markup|Tiki|MediaWiki",sortable="y")}
{SUB()}Subscript{SUB} | ~np~{SUB()}subscript{SUB}~/np~ | ~np~<sub>subscript</sub>~/np~
{SUP()}Superscript{SUP} | ~np~{SUP()}superscript{SUP}~/np~ | ~np~<sup>superscript</sup>~/np~
--Strikethrough-- | ~np~--strikethrough--~/np~ | ~np~<s>strikethrough</s>~/np~
{MONO()}Monospace{MONO} | ~np~{MONO()}Monospace{MONO}~/np~ | ~np~<tt>monospace</tt>~/np~
===Underline=== |~np~===underline===~/np~ | ~np~<u>underline</u>~/np~
''Italic'' | ~np~''italic''~/np~ | ~np~''italic''~/np~
__Bold__ | ~np~__bold__~/np~ | ~np~'''bold'''~/np~
{FANCYTABLE}
!!Headlines:
__Tiki:__
~np~-= Titlebar =-~/np~
~np~! Level 1~/np~
~np~!! Level 2~/np~
~np~!!! Level 3~/np~
~np~!!!! Level 4~/np~
~np~!!!!! Level 5~/np~
!!!MediaWiki:
~np~==Section==~/np~
~np~===Subsection===~/np~
~np~====Sub-subsection====~/np~
!!Internal links:
__Tiki:__
~np~((a link))~/np~
~np~((a link|with title))~/np~
!!!MediaWiki:
~np~[[a link]]~/np~
~np~[[a link|with title]]~/np~
!!External links:
__Tiki:__
~np~[http://example.org|The title]~/np~
!!!MediaWiki:
~np~[http://example.org The title]~/np~
!!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)).