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.

Template:Column-width

From English WikiChiro
Revision as of 17:52, 2 December 2013 by Waynethegoblin (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

Template data

This is the TemplateData documentation for the template used by the new VisualEditor.

Column-width <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