Template:Div col: Difference between revisions
Template>Edokter (Add classname) |
Template>Edokter (Add generic columns class) |
||
| Line 1: | Line 1: | ||
<includeonly><div class="div-col <!-- | <includeonly><div class="div-col columns <!-- | ||
-->{{#if: {{{colwidth|{{{2|}}}}}} | -->{{#if: {{{colwidth|{{{2|}}}}}} | ||
| column-width | | column-width | ||
Revision as of 01:43, 16 October 2013
Lua error in Module:TNT at line 182: Missing Commons dataset I18n/Module:TNT.tab.
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Div col
[[Category:Templates using TemplateData{{#translation:}}]]
Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is closed with {{div col end}}.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| cols | cols 1 | Specifies the number of columns.
| String | optional |
| colwidth | colwidth 2 | Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting. | String | optional |
| rules | rules | Produces vertical rules between the columns if set to yes. | String | optional |
| small | small | Specifies small font size (90%) if set to yes. | String | optional |
| style | style | Specify any custom styling. | String | optional |