5,486
edits
Line 486: | Line 486: | ||
== Wiki Markup How-Tos == | == Wiki Markup How-Tos == | ||
===Example of Table markup=== | ===Example of Table markup=== | ||
==== Complex Table with Collapsible Attribute ==== | |||
<pre> | <pre> | ||
{| class="bluetable lightbluebg mw-collapsible" | {| class="bluetable lightbluebg mw-collapsible" | ||
Line 541: | Line 542: | ||
|| Example || Example || Example || Example || Example || Example | || Example || Example || Example || Example || Example || Example | ||
|} | |} | ||
==== Basic Table, Non-collapsible ==== | |||
<pre> | |||
{| class="bluetable lightbluebg" | |||
|+ '''Verb Conjugation Table''' | |||
|- | |||
! | |||
! Singular !! Plural !! Singular!! Plural | |||
|- | |||
! 1 | |||
|| Example || Example || Example || Example | |||
|- | |||
! 2 | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class I | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class II | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class III | |||
|| Example || Example || Example || Example | |||
|}</pre> | |||
</pre> | |||
<br/>...yields... | |||
{| class="bluetable lightbluebg" | |||
|+ '''Verb Conjugation Table''' | |||
|- | |||
! | |||
! Singular !! Plural !! Singular!! Plural | |||
|- | |||
! 1 | |||
|| Example || Example || Example || Example | |||
|- | |||
! 2 | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class I | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class II | |||
|| Example || Example || Example || Example | |||
|- | |||
! Class III | |||
|| Example || Example || Example || Example | |||
|}</pre> | |||
===Example of linking to a within-page topic=== | ===Example of linking to a within-page topic=== |
edits