Difference between revisions of "Template:Column-count/doc"
(+ TD header) |
(Add number of transclusions) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
− | <includeonly>{{high-risk}}</includeonly> | + | <includeonly>{{high-risk|330,000+}}</includeonly> |
{{Mbox | type=notice | text = Columns are currently supported only by newer versions of [[Gecko (layout engine)|Gecko]]-based browsers (such as [[Mozilla Firefox]]) and [[WebKit]]-based browsers (such as [[Google Chrome]] and [[Safari (web browser)|Safari]]). '''All versions of [[Internet Explorer]] through to version 9 and [[Opera (web browser)|Opera]] through to version 11.0 do not support columns.''' See [[Template:Reflist#Browser support for columns|here]] for more information.}} | {{Mbox | type=notice | text = Columns are currently supported only by newer versions of [[Gecko (layout engine)|Gecko]]-based browsers (such as [[Mozilla Firefox]]) and [[WebKit]]-based browsers (such as [[Google Chrome]] and [[Safari (web browser)|Safari]]). '''All versions of [[Internet Explorer]] through to version 9 and [[Opera (web browser)|Opera]] through to version 11.0 do not support columns.''' See [[Template:Reflist#Browser support for columns|here]] for more information.}} | ||
Revision as of 07:23, 5 September 2014
This is a documentation subpage for Template:Column-count. It contains usage information, categories and other content that is not part of the original template page. |
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. |
This template is a shortcut for producing columns using CSS. It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.
Contents
Usage
Insert this template within a style tag of any block-style element:
{{column-count | [number of columns]}}
The default number of columns is 2.
Example
- <div style="{{column-count|3}}">Lorem ipsum...</div> will produce:
Template data
See the monthly error report for this template.
TemplateData for Column-count
<templatedata> { "description": "This template is a shortcut for producing columns using CSS. Insert this template within a style tag of any block-style element.", "params": { "1": { "label": "Number of columns", "type": "number", "default": "2", "required": false, "description": "The number of columns that you want." } } } </templatedata>
See also
- {{column-width}}
- {{column-rule}}