Template:Div col
[edit] Template documentation
This template is used to make a list into columns, with the option of specifying a smaller font.
Usage
Parameters
- cols=
- Specifies the number of columns. Defaults to 2.
- small=yes
- Specifies small font size (80%). Defaults to "no".
Example
{{Div col}} * a * b * c * d {{Div col end}}
- Produces
- a
- b
- c
- d
Technical details
This template can create multiple columns in web browsers which support one of the following CSS properties:
- -moz-column-count (for Mozilla/Gecko based browsers such as Firefox)
- -webkit-column-count (for WebKit based browsers such as Safari)
- column-count (for CSS3 compliant browsers; see CSS3 module: Multi-column layout)
Therefore, the template does not work in browsers such as Internet Explorer and Opera (see Template:Reflist#Browser support).
See also
- {{multicol}}
- {{col-begin}}
- {{columns-list}}