Template:Table

From Sydapedia
Revision as of 19:21, 8 December 2007 by SydLexia (talk | contribs) (New page: {| {{{type|style="background:transparent;"}}} <!-----Title-----> {{#if:{{{title|}}} |<!--then:--> {{!}}+ {{{title}}} {{!-}} }} <!-----Column headers-----> {{#if:{{{hdrs|}}} |<!--then:-->...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.