This template can be used to easily add rows to tables, when no special formatting is needed.
It uses the <table> tags instead of the usual wiki markup.
Usage
Place the content of the white box between <table> and </table> tags. When special formatting is needed, use the usual <tr> and <td> tags.
{{tablerow|cell 1|cell 2|cell 3|cell 4}}
- cell 1: content of the first cell (up to 5 cells horizontally)
Examples
<table> {{tablerow|cell 1|cell 2|cell 3|cell 4}} {{tablerow|cell 5|cell 6|cell 7|cell 8}} </table>
results in:
cell 1 | cell 2 | cell 3 | cell 4 |
cell 5 | cell 6 | cell 7 | cell 8 |