4,993
edits
(adding tables) |
|||
Line 87: | Line 87: | ||
*** two stars "**" will create a sub-category bullet | *** two stars "**" will create a sub-category bullet | ||
** other indentations can be found here: [http://www.mediawiki.org/wiki/Help:Formatting Wiki/Help:Formating] | ** other indentations can be found here: [http://www.mediawiki.org/wiki/Help:Formatting Wiki/Help:Formating] | ||
== Tables == | |||
* Table format | |||
<nowiki> | |||
{| class="wikitable" style="width: 50%;" | |||
|cell style="width: 50%" | '''HEADER''' ||cell style="width: 50%" |'''HEADER''' | |||
|- | |||
| data col 1 || data col 2 | |||
|- | |||
| data col 1 || data col 2 | |||
|} | |||
</nowiki> | |||
renders: | |||
{| class="wikitable" style="width: 50%;" | |||
|cell style="width: 50%" | '''HEADER''' ||cell style="width: 50%" |'''HEADER''' | |||
|- | |||
| data col 1 || data col 2 | |||
|- | |||
| data col 1 || data col 2 | |||
|} | |||
==Some other useful codes== | ==Some other useful codes== |