Template:Cols
Jump to navigation
Jump to search
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit the template documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
Usage
{{Cols}}
is a template for separating content into columns.
Syntax
{{Cols|Count|Content}}
Examples
{{Cols|2|
<p>This</p>
<p>Will</p>
<p>Be</p>
<p>Separated</p>
}}
This
Will
Be
Separated
{{Cols|2|
* {{NPC|Badruu}}
* {{NPC|Delaila}}
* {{NPC|Auni}}
* {{NPC|Nai'o}}
}}
{{Cols|3|
* {{NPC|Badruu}}
* {{NPC|Delaila}}
* {{NPC|Auni}}
* {{NPC|Nai'o}}
* {{NPC|Kenyatta}}
}}