Template:MultiColumn

From RoR Wiki
Revision as of 15:52, 7 January 2021 by Dalen (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)


Template:Red