Template:Column-gap/doc
{{#ifeq:doc |doc
|
{{#ifeq:show |show
| {{#invoke:Message box|mbox}} }}{{#if: | | {{#ifexist:Template:Column-gap | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]] | }} }} | }}
{{#invoke:Message box|mbox}}
This template is a shortcut for adding gaps between columns 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 {{[[{{#if:|{{{SISTER}}}Template|Template}}:Column-count|Column-count]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}} or {{[[{{#if:|{{{SISTER}}}Template|Template}}:Column-width|Column-width]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}}. Insert these templates within a style tag of any block-style element:
{{column-gap | [width]}}
The default value is 1em
, which produces no change.
Example
<div style="{{column-count|3}} {{column-gap}}">Lorem ipsum...</div>
(default) will produce:
<div style="{{column-count|3}} {{column-gap|3em}}">Lorem ipsum...</div>
will produce:
See also
- {{[[{{#if:|{{{SISTER}}}Template|Template}}:column-count|column-count]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}}
- {{[[{{#if:|{{{SISTER}}}Template|Template}}:column-width|column-width]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}}
- {{[[{{#if:|{{{SISTER}}}Template|Template}}:column-rule|column-rule]]{{#if:||{{{2}}}}}{{#if:||{{{3}}}}}{{#if:||{{{4}}}}}{{#if:||{{{5}}}}}{{#if:||{{{6}}}}}{{#if:||{{{7}}}}}{{#if:||...}}}}