Template:Table/doc
| This is a documentation subpage for Template:Table. It contains usage information, categories and other content that is not part of the original template page. |
Usage
To specify a straightforward table without needing to input all the wikicode required[source?] (in particular the |- row divisions).
{{Table
|type = // default: style="background:transparent;"
|title =
|hdrs = // first header !! second header !! ...
|row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ...
...
|row50 = // last possible row
}}
All parameters optional.
Examples
Example One
{{Table
|hdrs=Timeline
|row1=2001 Started research
|row2=2002 Published findings}}
class="wikitable "
Example Two
{{Table
|type=class="wikitable sortable"
|title=Example Table Two
|hdrs=Year!!Comments
|row1=2001{{!!}}Started research
|row2=2002{{!!}}Published findings}}
class="wikitable "
Other websites