Template:Div col
Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns. See here for more information. |
Internet Explorer |
Firefox | Safari | Chrome | Opera |
---|---|---|---|---|
≤ 9 | ≤ 1.0 | ≤ 2 | N/A | ≤ 11.0 |
10 (2012) |
≥ 1.5 (2005) |
≥ 3 (2007) |
≥ 1 (2008) |
≥ 11.1 (2011) |
This template, together with {{Div col end}}
, is used to make a list into columns, with the option of specifying a smaller font. It automatically breaks each column to an equal space, so you do not manually have to find the "half way" point on two columns, for instance.
This template can create multiple columns in web browsers which support one of the following CSS properties:
- column-count (for CSS3 compliant browsers; see CSS3 module: Multi-column layout)
- -moz-column-count (for Mozilla/Gecko based browsers such as Firefox)
- -webkit-column-count (for WebKit based browsers such as Safari and Google Chrome)
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
column count | cols 1 | Specifies the number of columns
| Number | optional |
column width | 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 column count setting.
| Line | optional |
rules | rules | Produces vertical rules between the columns if set to “yes” | Line | optional |
small | small | Specifies small font size (90%) if set to “yes” | Line | optional |
style | style | Specify any custom CSS styling | Line | optional |
Examples
[edit]{{Div col}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
- Produces
- a
- b
- c
- d
- e
- f
- g
- h
{{Div col|3}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
- Produces
- a
- b
- c
- d
- e
- f
- g
- h
{{Div col||10em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
- Produces
- a
- b
- c
- d
- e
- f
- g
- h
{{Div col|rules=yes}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
- Produces
- a
- b
- c
- d
- e
- f
- g
- h
{{Div col|small=yes}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
- Produces
- a
- b
- c
- d
- e
- f
- g
- h
See also
[edit]{{Multicol}}
The above documentation is transcluded from Template:Div col/doc (edit | history). Editors can experiment in this template's sandbox (create | mirror) and testcases (create) page. Please add categories to the /doc subpage. Subpages of this template. |