Template:Columns

From WikiMSK

Revision as of 19:08, 27 June 2020 by Jeremy (talk | contribs) (Created page with "<div class=pillars style="column-count: {{{count|3}}}; {{{style|}}};">{{{1}}}</div><noinclude>category: templates Outputs the first argument in several columns, 3 by defa...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

{{{1}}}

Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.

Usage Examples

{{columns|
content...
}}

{{columns|count=x|
content...
}}

For example this code:

{{columns|
* bla
* bla 
* bla
* bla 
* bla
* bla 
}}

Will generate the following result:

  • bla
  • bla
  • bla
  • bla
  • bla
  • bla

Articles using Template