Template:Listcol
Jump to navigation
Jump to search
This template splits lists up into even columns, which is handy for ordered lists. The first unnamed parameter is optional and is for setting the number of columns. If omitted, the list will be split into two columns by default. The mandatory parameter |list=
takes the list. Be sure to use <br>
to split lines instead of double-line breaks
- Examples
Simple two-column list:
{{listcol|list= one<br>two<br>three<br>four}}
one
two
three
four
two
three
four
Three-column list:
{{listcol|3|list= one<br>two<br>three}}
one
two
three
four
two
three
four