Template:Column

Revision as of 11:33, 29 August 2025 by Sangodono (talk | contribs) (Created page with "<includeonly><div class="columntemplate" {{#if:{{{colwidth|}}}|style="-moz-column-width:{{{colwidth}}};-webkit-column-width:{{{colwidth}}};column-width:{{{colwidth}}};"|{{#if:{{{1|}}}|style="-moz-column-count:{{{1}}};-webkit-column-count:{{{1}}};column-count:{{{1}}}}};"}}>{{{2}}}</div></includeonly><noinclude>{{Documentation|type=Design}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

This template uses CSS3 to create columns.

  • column-count:; /* IE10+ and Opera */
  • -moz-column-count:; /* Firefox */
  • -webkit-column-count:; /* Safari and Chrome */

Usage

{{column|column-count|content}}

Example

{{column|4|
*1
*2
*3
*4
*5
*6
*7
*8
}}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8