Template:Div col: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(template data)
(Add classname)
Line 1: Line 1:
<includeonly><div class="<!--
<includeonly><div class="div-col <!--
-->{{#if: {{{colwidth|{{{2|}}}}}}
-->{{#if: {{{colwidth|{{{2|}}}}}}
| column-width
| column-width

Revision as of 18:09, October 15, 2013

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Div col

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}}.

Template parameters

ParameterDescriptionTypeStatus
colscols 1

Specifies the number of columns.

Default
2
Stringoptional
colwidthcolwidth 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.

Stringoptional
rulesrules

Produces vertical rules between the columns if set to yes.

Stringoptional
smallsmall

Specifies small font size (90%) if set to yes.

Stringoptional
stylestyle

Specify any custom styling.

Stringoptional