Difference between revisions of "Template:Columns"

From The Coppermind
Jump to navigation Jump to search
m (tweak)
m (tweak)
Line 1: Line 1:
<div class=pillars style="column-count: {{{count|3}}}; {{{style|}}};">{{{1}}}</div><noinclude>[[Category: Templates]]
+
<div class=pillars style="column-count: {{{count|3}}}; {{{style|}}};">{{{1}}}</div><noinclude>[[category: templates]]
   
 
Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.
 
Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.

Revision as of 08:09, 19 April 2020

{{{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