Template:Columns

From Pikipedia, the Pikmin wiki
Revision as of 06:07, April 6, 2015 by Espyo (talk | contribs) (Picky.)
Jump to navigation Jump to search


Info

Use this to split a list of items into columns.

Parameter Mandatory Default Detailed description
1 Yes Number of columns.
2 Yes Content to be split.
width No How wide the entire box of content will be.

Skeleton

{{columns|<cols>|<content>}}

Examples

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