Template:Columns

From Pikipedia, the Pikmin wiki
Revision as of 05:56, April 6, 2015 by Espyo (talk | contribs)
Jump to navigation Jump to search
{{{1}}} {{{2}}}

Info

Use this to split a list of items into columns.

Parameter Mandatory Default Detailed description
1 - 2 Yes First and second columns.
3 - 4 No Third and fourth columns.
width No 90% How wide the entire "table" will be.

Skeleton

{{columns| width=<width>
|
<col 1>
|
<col 2>
|
<col 3>
|
<col 4>
}}

Examples

Code Result
{{columns
|
*Item 1
*Item 2
*Item 3
|
*Item 4
*Item 5
*Item 6
}}
  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5
  • Item 6