Template:MultiColumn: Difference between revisions
From RoR Wiki
(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...") |
No edit summary |
||
Line 15: | Line 15: | ||
'' | ''NB: Utilises CSS3; will only work on relatively new browsers.'' | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Latest revision as of 17:51, 7 January 2021
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.