Predefinição:C/Doc
A UESPWiki – Sua fonte de The Elder Scrolls desde 1995
Summary
This template is used as a shortcut to make table columns of equal width. Simply supply the number of columns for the first cell in each column.
Parameters
C | ||
---|---|---|
Parâmetero | Escopo | Descrição |
1 |
required | Number of columns in table. (Defaults to 1.) |
Example
{| class="wikitable" !{{C|3}}Header 1!!{{C|3}}Header 2!!{{C|3}}Header 3 |- |Entry 1||Entry 2||Entry 3 is longer |}
Header 1 | Header 2 | Header 3 |
---|---|---|
Entry 1 | Entry 2 | Entry 3 is longer |