Template:Div col end
This template is used on approximately 302,000 pages, or roughly 4389% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
Columns are not supported by some older browsers, most notably Internet Explorer 9 and earlier and Opera 11.0 and earlier. See Template:Reflist § Browser support for columns for more information. |
Property | Internet Explorer |
Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
column-width column-count |
≥ 10 Template:Smaller |
≥ 1.5 Template:Smaller |
≥ 3 Template:Smaller |
≥ 1 Template:Smaller |
≥ 11.1 Template:Smaller |
columns | ≥ 10 Template:Smaller |
≥ 9 Template:Smaller |
≥ 3 Template:Smaller |
≥ 1 Template:Smaller |
≥ 11.1 Template:Smaller |
break-before break-after break-inside |
≥ 10 Template:Smaller |
Template:Maybe | ≥ 10 Template:Smaller |
Template:Maybe | Template:Maybe |
This template uses Lua: |
This template uses TemplateStyles: |
The template {{div col}} (short for division columns) formats a list into columns that wrap at multiple screen resolutions responsively. It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns. To prevent a section of a list being broken, the template {{No col break}} can be used.
Usage
Basic usage
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Parameters
There are six parameters for this template:
|colwidth=
- Specifies the minimum width of the columns so that the number of columns is automatically based on screen width (that is, more columns will be shown on wider displays). If no value is supplied, the template uses a default of 30em. The width can be specified in any CSS unit of measure, for instance, the em (about the width of the capital "M" of the displayed typeface), e.g.,
colwidth=20em
. |rules=yes
- Adds vertical lines ("rules") between the columns if set to
yes
. |gap=
- Specifies the space between the content of adjacent columns, in any valid CSS width unit, e.g.,
gap=2em
. The default spacing (set by browser) is 1em. |class=
- An HTML class, or multiple space-delimited classes, to apply to the columns.
|style=
- CSS styling to apply to the columns.
|small=yes
- Sets font size to 90%.
|content=
- Content to apply to the columns. This parameter is effectively equivalent to {{columns-list}}, which is a pass-through for this template.
Examples
Colwidth
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Rules
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Gap
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Small
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Content
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Multiple parameters
<syntaxhighlight lang="wikitext">
- a
- b
- c
- d
- e
- f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- d
- e
- f
- g
- h
Text characters without list markup
<syntaxhighlight lang="wikitext">
a b c d e f g h
</syntaxhighlight> Produces
a b c d e f g h
Lorem ipsum
<syntaxhighlight lang="wikitext">
</syntaxhighlight> Produces
Limitation
Sub-lists
The underlying CSS system is unable to break sub-lists into columns. Note the uneven formatting below:
<syntaxhighlight lang="wikitext">
- a
- b
- c
- c.d
- c.e
- c.f
- g
- h
</syntaxhighlight> Produces:
- a
- b
- c
- c.d
- c.e
- c.f
- g
- h
Turning off the <syntaxhighlight lang="text" class="" id="" style="" inline="1">break-inside: avoid-column;</syntaxhighlight> rule appears to help.
Tracking categories
- Category:Pages using div col with unknown parameters (0) (for erroneous use of parameter names not documented here)
- Category:Pages using div col with small parameter (3)
TemplateData
TemplateData for Div col end
Ends a multi-column list started by {{div col}}. It takes no parameters.
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |
Redirects
{{col div end}}
{{colend}}
(but not{{Col end}}
){{div end}}
{{Divcol-end}}
{{Divcolend}}
{{Divend}}
{{End div col}}
{{EndDivCol}}
{{End of solid block}}
See also
- {{End}} (closes a table)