Template:Columns

Revision as of 14:20, 13 November 2025 by 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>:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template places content into columns.

Usage

The content or first parameter is the content. The following are optional parameters:

  • width: Specify the width of the overall columns container. Default: auto
  • count: 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.