Template:Columns

Revision as of 21:15, August 21, 2023 by Porplemontage (talk | contribs) (Created page with "<includeonly><div class="columns" style="{{#if:{{{count|}}}|column-count:{{{count}}}|column-width:{{{widths|30em}}}}}"> {{{1|}}}</div></includeonly><noinclude> This template creates columns. The first parameter is the content. One of the following two optional parameters can be used to change the template's behavior: *<code>count</code>: Specify the number of columns. This is less responsive by nature but can be used if needed. *<code>widths</code>: Specify the minimum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template creates columns. The first parameter is the content.

One of the following two optional parameters can be used to change the template's behavior:

  • count: Specify the number of columns. This 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.