Difference between revisions of "Template:Columns"

From The Coppermind
Jump to navigation Jump to search
m (x)
m (→‎Users: -, use special page view)
Line 36: Line 36:
 
* bla
 
* bla
 
}}
 
}}
 
== Users ==
 
{{Special:WhatLinksHere/{{FULLPAGENAME}}|}}
 

Revision as of 11:45, 18 June 2015

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