Template:MultiColumn

From Webwalker Knowledge Base
Revision as of 05:55, 26 September 2023 by Webwalker (talk | contribs) (Created page with "<includeonly><div style="{{#if:{{{w|}}}|width:{{{w|}}};}} columns:{{{3|100px}}} {{{2|3}}}; column-gap: {{{4|10px}}};-webkit-columns:{{{3|100px}}} {{{2|3}}}; -webkit-column-gap: {{{4|10px}}};-moz-columns:{{{3|100px}}} {{{2|3}}}; -moz-column-gap: {{{4|10px}}};">{{{1}}}</div></includeonly><noinclude> ==Usage== <pre> {{MultiColumn| <!-- content here--> |3|100px|10px}} </pre> '''Where:''' * 3 = number of columns (optional; default) * 100px = width of columns (optional; def...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

{{MultiColumn|

<!-- content here-->

|3|100px|10px}}

Where:

  • 3 = number of columns (optional; default)
  • 100px = width of columns (optional; default)
  • 10px = gap between columns (optional; default)


NB: Utilises CSS3; will only work on relatively new browsers.