Difference between revisions of "Template:Column-count/doc"
Jump to navigation
Jump to search
(attrib) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
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. | 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. | ||
Line 10: | Line 5: | ||
Insert this template within a style tag of any block-style element: | Insert this template within a style tag of any block-style element: | ||
− | < | + | <pre>{{Column-count | [number of columns]}}</pre> |
The default number of columns is 2. | The default number of columns is 2. | ||
Line 16: | Line 11: | ||
=== Example === | === Example === | ||
− | + | <pre><div style="{{Column-count|3}}">Lorem ipsum...</div></pre> | |
− | <div style="{{ | + | will produce: |
+ | |||
+ | <div style="{{Column-count|3}}">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 === | === See also === | ||
− | * {{ | + | * {{Tl|column-width}} |
− | * {{ | + | * {{Tl|column-rule}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 18:21, 8 October 2020
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[edit source]
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[edit source]
<div style="{{Column-count|3}}">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[edit source]
- {{column-width}}
- {{column-rule}}