Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Template:Columns

From Paragon Wiki Archive
Jump to: navigation, search
[edit] [purge] Documentation

Usage

Use this to make a block of text show up as being in multiple columns. Useful for long lists with short items.

{{columns|number of columns|
text (usually a list)
}}

This does not work on some browsers, including MS Internet Explorer. Do not use this template in places where multiple columns are required. Use it only in places that would still work with a single column, but benefit from multiple columns when they are available.

Examples

{{columns|2|
* A
* B
* C
* D
* E
* F
}}
  • A
  • B
  • C
  • D
  • E
  • F
{{columns|3|
* A
* B
* C
* D
* E
* F
}}
  • A
  • B
  • C
  • D
  • E
  • F