Difference between revisions of "Template:Columns/doc"

From Underrail Wiki
Jump to navigation Jump to search
(template documentation)
 
(No difference)

Latest revision as of 05:53, 16 August 2014

Description
This template is used for splitting sections like long bulleted lists into columns
Syntax
Insert this template using {{columns|<number of columns>|<your text>}}
Example
{{columns|2|
* List item 1
* List item 2
* List item 3
* List item 4
}}

results in

  • List item 1
  • List item 2
  • List item 3
  • List item 4