|
|
Line 3: |
Line 3: |
| == Usage == | | == Usage == |
|
| |
|
| To specify a straight forward table without needing to input ''all the wikicode required <ref>http://en.wikipedia.org/wiki/Template:Table</ref>'' (in particular the <code><big>{{!-}}</big></code> row divisions). | | To specify a straight forward table without needing to input ''all the wikicode required <ref>http://en.wikipedia.org/wiki/Template:Table</ref>'' (in particular the <code><big>{{!-}}</big></code> row divisions). |
| <pre>{{Table | | <pre>{{Table |
| |type = // default: style="background:transparent;" | | |type = // default: style="background:transparent;" |
| |title = | | |title = |
| |hdrs = // first header !! second header !! ... | | |hdrs = // first header !! second header !! ... |
| |row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ... | | |row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ... |
| ... | | ... |