Actions

Template

Difference between revisions of "Multicol"

From NEC 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}}};...")
 
m (Text replacement - "{{PAGENAME}}" to "Category:Templates")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly><div style="-moz-column-count:{{{cols|2}}}; -webkit-column-count:{{{cols|2}}}; column-count:{{{cols|2}}}; {{#if:{{{colwidth|}}}|-moz-column-width:{{{colwidth}}}; -webkit-column-width:{{{colwidth}}}; column-width:{{{colwidth}}} | }}">
+
<includeonly><div class="mobile-columns" style="-moz-column-count:{{{cols|2}}}; -webkit-column-count:{{{cols|2}}}; column-count:{{{cols|2}}}; {{#if:{{{colwidth|}}}|-moz-column-width:{{{colwidth}}}; -webkit-column-width:{{{colwidth}}}; column-width:{{{colwidth}}} | }}">{{{1}}}</div></includeonly><noinclude>
{{{1}}}
 
</div></includeonly><noinclude>
 
 
This is a template to split long lists up into columns.
 
This is a template to split long lists up into columns.
  
Line 13: Line 11:
 
</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:NEC Retro templates|{{PAGENAME}}]]
+
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 00:03, 25 June 2023

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.