Template:Column-width/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} {{template rating|p}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{Mbox | type=notice | text = Columns are currently su...")
 
mNo edit summary
Line 27: Line 27:
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Cross-browser compatibility templates]]
[[Category:Cross-browser compatibility templates]]
}}</includeonly>
</includeonly>

Revision as of 06:22, 2 October 2020

Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.

Template:Template rating

header?
content?

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:

{{column-width | [column width]}}

The default column width is 30em.

Example

  • <div style="{{column-width|25em}}">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