Template:Multicol

From MegaDrive Wiki
Revision as of 15:42, 10 December 2011 by Tristanseifert (talk | contribs) (Created page with "<includeonly><div style="-moz-column-count:{{{cols|2}}}; -webkit-column-count:{{{cols|2}}}; column-count:{{{cols|2}}}; {{#if:{{{colwidth|}}}|-moz-column-width:{{{colwidth}}}; -we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a template to split long lists up into columns.

Usage

{{Multicol|
* List contents go here
| cols=
| colwidth=
}}

cols and colwidth are optional, but must be placed after the list contents. Default is 2 cols.