Template:Column/doc

Revision as of 03:25, 30 August 2025 by Kuhlau (talk | contribs) (Created page with "{{Documentation/Header}} This template uses CSS3 to create columns. * column-count:; IE10+ and Opera: * -moz-column-count:; Firefox: * -webkit-column-count:; Safari and Chrome: == Usage == <code>{{t|column|column-count|content}}</code> == Example == <pre> {{column|4| *1 *2 *3 *4 *5 *6 *7 *8 }} </pre> {{column|4| *1 *2 *3 *4 *5 *6 *7 *8 }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is the documentation page for Column.
It contains usage information, categories, and other content not part of the original template page.

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