Template:Column-width: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> <includeonly>{{high-risk|170,000+}}</includeonly> {{Mbox | type=notice | text =…')
 
(Blanked the page)
Line 1: Line 1:
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<includeonly>{{high-risk|170,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.}}


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.
=== Usage ===
Insert this template within a style tag of any block-style element:
<code><nowiki>{{column-width | [column width]}}</nowiki></code>
The default column width is 30em.
=== Example ===
* <code>&lt;div style="'''<nowiki>{{column-width|25em}}</nowiki>'''">Lorem ipsum...&lt;/div></code> will produce:
<div style="{{column-width|25em}}">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
=== See also ===
* {{tl|column-count}}
* {{tl|column-rule}}
* {{tl|column-gap}}
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Cross-browser compatibility templates]]
</includeonly>

Revision as of 10:23, 25 April 2016