Please forgive the slight inconvenience in creating a new account. Due to juvenile delinquents spamming garbage to the site, we had to install a "Captcha", which can differentiate a spam bot from a human. Once you open your account, confirm it by returning the email, and identifying yourself, we will give you edit privileges. Just request them by leaving a message at click here.

Difference between revisions of "Template:Column-width"

From English WikiChiro
Jump to: navigation, search
(Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> <includeonly>{{high-risk}}</includeonly> {{Mbox | type=notice | text = Colum...")
 
 
Line 1: Line 1:
{{Documentation subpage}}
+
<includeonly>-moz-column-width: {{{1|30em}}}; -webkit-column-width: {{{1|30em}}}; column-width: {{{1|30em}}};</includeonly><noinclude>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
<includeonly>{{high-risk}}</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.
+
<!-- ADD CATEGORIES AND INTERWIKIS TO THE /doc PAGE, NOT HERE, THANKS -->
 
+
{{documentation}}
=== Usage ===
+
</noinclude>
 
+
Insert this template within a style tag of any block-style element:
+
 
+
<tt><nowiki>{{column-width | [column width]}}</nowiki></tt>
+
 
+
The default column width is 30em.
+
 
+
=== Example ===
+
 
+
* <tt>&lt;div style="'''<nowiki>{{column-width|25em}}</nowiki>'''">Lorem ipsum...&lt;/div></tt> 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>
+
 
+
=== Template data ===
+
{{TemplateDataHeader}}
+
<templatedata>
+
{
+
"description": "This template is a shortcut for producing columns using CSS based on their width. Insert this template within a style tag of any block-style element.",
+
"params": {
+
"1": {
+
"label": "Column width",
+
"type": "number",
+
"default": "30em",
+
"required": false,
+
"description": "The width of the columns"
+
}
+
}
+
}
+
</templatedata>
+
 
+
=== See also ===
+
 
+
* {{tl|column-count}}
+
* {{tl|column-rule}}
+
 
+
<includeonly>
+
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
[[Category:Cross-browser compatibility templates]]
+
 
+
</includeonly>
+
 
+
<includeonly>
+
[[pt:Predefinição:Column-width]]
+
</includeonly>
+

Latest revision as of 17:56, 2 December 2013


[create] Template-info.png Template documentation