Difference between revisions of "Template:Columns"

m
+list users
(added documentation)
m (+list users)
 
(9 intermediate revisions by the same user not shown)
<div class=pillars style="-moz-column-count:{{{count|3}}}; -webkit-column-count:{{{count|3}}}; column-count:{{{count|3}}}; height:{{{height|auto}}}; {{{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.
 
== Usage Examples ==
 
<pre>
{{Columnscolumns|
content...
}}
 
{{Columnscolumns|count=x|
content...
}}
For example this code:
<pre>
{{Columnscolumns|
* bla
* bla
 
Will generate the following result:
{{Columnscolumns|
* bla
* bla
}}
 
== Articles using Template ==
 
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
[[Category:Templates]]</noinclude>
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}
40,275

edits