History: MediaWiki versus Tiki
Source of version: 14
Copy to clipboard
{maketoc}
!!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~
-+Monospace+- | ~np~-+monospace+-~/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.
!!But it all looks the same?!
It does, if you don't use styles. :)
Take a look at ((Wiki Styles))