Template:C

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Summary[edit]

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.

The template can be substituted (using {{subst:C}}). This produces the code directly rather than calling the template itself and is particularly important when a template is used repeatedly on the same page or inside another template.

Parameters[edit]

C
Parameter Scope Description
1 required Number of columns in table. (Defaults to 1.)

Example[edit]

{| 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