Template:Multicol

Revision as of 01:40, 7 June 2020 by Banri (talk | contribs) (Created page with "<includeonly><div><!-- Do not remove this DIV: it prevents the Wiki code from inserting an extra linebreak above this table. --> {| width="{{{1|100%}}}" border="0" cellspacing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation
This documentation is transcluded from Template:Multicol/doc. [edit] [purge]

This template starts a list with multiple columns. It works like so:

{{Multicol}}
*Text in the first column
*Text in the first column
{{Multicol-break}}
*Text in the second column
*Text in the second column
{{Multicol-end}}

It must be closed with {{Multicol-end}}. The columns will be equally spaced, and there is not a limit to number of columns, although more than three is not advised.

The source codes of this template and the related {{Multicol-break}} and {{Multicol-end}} were taken from Template:Multicol, Template:Multicol-break and Template:Multicol-end, respectively.