Template:Columns: Difference between revisions
template>Porplemontage Created page with "<includeonly><div class="columns" style="width:{{{width|auto}}};{{#if:{{{count|}}}|column-count:{{{count}}}|column-width:{{{widths|30em}}}}}"> {{{content|{{{1|}}}}}}</div></includeonly><noinclude> This template places content into columns. == Usage == The <code>content</code> or first parameter is the content. The following are optional parameters: *<code>width</code>: Specify the width of the '''overall''' columns container. Default: <tt>auto</tt> *<code>count</code>:..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 01:09, 21 February 2026
This template places content into columns.
Usage
[edit source]The content or first parameter is the content. The following are optional parameters:
width: Specify the width of the overall columns container. Default: autocount: Specify the number of columns. This mode is less responsive by nature but can be used if needed.widths: Specify the minimum width needed for each column. This is the default mode, with a default value of 30em.