Difference between revisions of "Template:Column-rule/doc"

From Pumping Station One
Jump to navigation Jump to search
m (Andrewvaughan moved page Template:Column rule/doc to Template:Column-rule/doc)
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 -->
{{Mbox | type=notice | text = Columns are currently supported only by newer versions of [[:en:Gecko (layout engine)|Gecko]]-based browsers (such as [[:en:Mozilla Firefox|Mozilla Firefox]]) and [[:en:WebKit|WebKit]]-based browsers (such as [[:en:Google Chrome|Google Chrome]] and [[:en:Safari (web browser)|Safari]]). '''All versions of [[:en:Internet Explorer|Internet Explorer]] through to version 9 and [[:en:Opera (web browser)|Opera]] through to version 11.0 do not support columns.'''  See [[:en:Template:Reflist#Browser support for columns|here]] for more information.}}
+
{{Mbox | type=notice | text = Columns are currently supported only by newer versions of [[wikimedia:en:Gecko (layout engine)|Gecko]]-based browsers (such as [[wikimedia:en:Mozilla Firefox|Mozilla Firefox]]) and [[wikimedia:en:WebKit|WebKit]]-based browsers (such as [[wikimedia:en:Google Chrome|Google Chrome]] and [[wikimedia:en:Safari (web browser)|Safari]]). '''All versions of [[wikimedia:en:Internet Explorer|Internet Explorer]] through to version 9 and [[wikimedia:en:Opera (web browser)|Opera]] through to version 11.0 do not support columns.'''  See [[wikimedia:en:Template:Reflist#Browser support for columns|here]] for more information.}}
  
 
This template is a shortcut for adding column dividers using CSS. It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.
 
This template is a shortcut for adding column dividers using CSS. It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.

Revision as of 04:45, 28 April 2017

This template is a shortcut for adding column dividers using CSS. It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.

Usage

This template must be used in conjunction with either {{Column-count}} or {{Column-width}}. Insert these templates within a style tag of any block-style element:

{{column-rule | [width style color]}}

The default value is 1px solid #AAA.

Example

  • <div style="{{column-count|3}} {{column-rule}}">Lorem ipsum...</div> (default) will produce:
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 style="{{column-count|3}} {{column-rule|2px solid #00C}}">Lorem ipsum...</div> will produce:
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.

See also