Help:Tables
Appearance
|
Wiki Manual Getting Started
|
| edit |
Copied From Wikipedia
This new table markup, developed by Magnus Manske, replaces the <table>, <tr>, <td>, <th>, and <caption> HTML tags. The HTML tags can still be used though.
The tags below must start at the beginning of a new line (with one exception). The parameters are optional.
See also: Wiki markup tables
Table
A table is defined by
{| params
|}
which equals
<table params