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.
- Examples
Simple two-column list:
{{listcol|list= # one # two # three # four}}
# one
- two
- three
- four
Three-column list:
{{listcol|3|list= # one # two # three}}
# one
- two
- three