Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

The Neptunia Wiki needs your help expanding this wiki! Please visit our community portal for all the tasks needed to help this wiki grow, and check out the wiki to-do list on the forums.

Description

This template displays a list in columns.

Examples

Cols

{{columns|3|
*text A
*text B
*text C
*text D
*text E
*text F
*text G
*text H
}}

will output as...

  • text A
  • text B
  • text C
  • text D
  • text E
  • text F
  • text G
  • text H

Colwidth

{{columns|colwidth=10em|content=
*text A
*text B
*text C
*text D
*text E
*text F
*text G
*text H
}}

will output as...

  • text A
  • text B
  • text C
  • text D
  • text E
  • text F
  • text G
  • text H

Colwidth with rules

{{columns|colwidth=10em|rules=yes|content=
*text A
*text B
*text C
*text D
*text E
*text F
*text G
*text H
}}

will output as...

  • text A
  • text B
  • text C
  • text D
  • text E
  • text F
  • text G
  • text H

TemplateData

Displays a list in columns.

Template parameters

ParameterDescriptionTypeStatus
Number of columns1 cols

The number of columns that can be displayed.

Numbersuggested
Column widthcolwidth

Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting.

Default
30em
Stringoptional
Rulesrules

Produces vertical rules between the columns if set to yes.

Stringoptional
Gap sizegap

Specifies the space between the content of adjacent columns.

Example
2em
Stringoptional
HTML classclass

Specifies any class or multiple space-delimited classes.

Example
plainlist nowrap
Stringoptional
CSS stylestyle

Specifies any custom styling.

Stringoptional
List2 content

The list that will be split into the number of columns specified.

Contentsuggested
Small fontsmall

If set to 'yes', use a smaller font size (90%).

Stringoptional

See also