Template:Column
Jump to navigation
Jump to search
Used with Template:StartColumns and Template:EndColumns to create multi-column listings. Add variable specify width, either in pixels or percentage of page.
Example with default auto width to fit contents of each column
{{StartColumns}} Alpha {{Column}} Beta {{Column}} Gamma {{EndColumns}}
Alpha |
Beta |
Gamma |
Columns all set manually at 120 pixels in width
{{StartColumns|120}} Alpha {{Column|120}} Beta {{Column|120}} Gamma {{EndColumns}}
Alpha |
Beta |
Gamma |
First column set at 120 pixels in width, second and third column set at 60 pixels
{{StartColumns|120}} Alpha {{Column|60}} Beta {{Column|60}} Gamma {{EndColumns}}
Alpha |
Beta |
Gamma |
Columns all set at 33% of whole page in width
{{StartColumns|33%}} Alpha {{Column|33%}} Beta {{Column|33%}} Gamma {{EndColumns}}
Alpha |
Beta |
Gamma |
Two columns set at 50%
Alpha |
Beta |
Alpha |
Beta |