46,817
edits
Changes
note that caption tags are not generally used; changing all headers
The tags below must start at the beginning of a new line (with one exception). The parameters are optional.
==Table==
A table is defined by
<nowiki> {| </nowiki> ''params''
:''Careful'': You '''must include''' the '''space''' between <code>'''{|'''</code> and <code>''params''</code>, or the first parameter gets ignored.
==TD==
Cells are generated either like this:
|cell1
<td ''params''>
==TH==
Functions the same way as TD, except "!" is used instead the opening "|". "!!" can be used instead of "||". Parameters still use "|", though!
==TR==
<tr> tags will be generated automatically for the first row. To start a new row, use
|-
* <tr> tags will be automatically closed at <tr> and </table> equivalents
==CAPTION==
|+ Caption
which generates
==Examples==
===Simple example===
<nowiki> {| </nowiki>
|}
===Advanced Examples===
<nowiki>{| align=right border=1</nowiki>
<nowiki>| Cell 1, row 1 </nowiki>