Template:Column: Difference between revisions
Jump to navigation
Jump to search
(added custom width option) |
|||
Line 78: | Line 78: | ||
===Two columns set at 50%=== | ===Two columns set at 50%=== | ||
{{StartColumns|50%}} | |||
{{StartColumns}} | |||
Alpha | Alpha | ||
{{Column|50%}} | {{Column|50%}} | ||
Line 85: | Line 84: | ||
{{EndColumns}} | {{EndColumns}} | ||
</pre> | </pre> | ||
{{StartColumns}} | {{StartColumns|50%}} | ||
Alpha | Alpha | ||
{{Column|50%}} | {{Column|50%}} |
Revision as of 22:25, 12 June 2015
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 |