Template:Table

From Wikipedia, the free encyclopedia

[edit] Template documentation

Contents

[edit] Usage

To specify a straightforward table without needing to input all the wikicode required (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 {{!!}} ... 
...
|row20 =        // last possible row
}}

All parameters optional.

[edit] Examples

[edit] Example One

{{Table
|hdrs=Timeline
|row1=2001 Started research
|row2=2002 Published findings}}
Timeline
2001 Started research
2002 Published findings

[edit] Example Two

{{Table
|type=class="wikitable sortable"
|title=Example Table Two
|hdrs=Year!!Comments
|row1=2001{{!!}}Started research
|row2=2002{{!!}}Published findings}}
Example Table Two
Year Comments
2001 Started research
2002 Published findings