Difference between revisions of "Template:Columns/doc"
Jump to navigation
Jump to search
WikimanBot (talk | contribs) (template documentation) |
(No difference)
|
Latest revision as of 04: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