Difference between revisions of "Multicol"

From Sega Retro

(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…')
 
m (Text replace - "Sega Retro Templates" to "Sega Retro templates")
Line 13: Line 13:
 
</pre>
 
</pre>
 
cols and colwidth are optional, but must be placed '''after''' the list contents. Default is 2 cols.
 
cols and colwidth are optional, but must be placed '''after''' the list contents. Default is 2 cols.
[[Category:Sega Retro Templates|{{PAGENAME}}]]
+
[[Category:Sega Retro templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 13:02, 24 November 2013

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.