Columns
From Dragon Mania Legends (DML) Wiki
{{{1}}}
Example
{{Columns| * one * two * three * four * five * six }}
- one
- two
- three
- four
- five
- six
- Or
{{Columns|count=2| # one # two # three # four # five # six }}
- one
- two
- three
- four
- five
- six
- Or
{{Columns|count=2| Anything<br> two<br> three<br> four<br> five<br> six<br> }}
Anything
two
three
four
five
six
For in-paragraph or in-article columns (mediawiki line breaks, or <br> required to force contents into column divisions)
Parameter | Description | Type | Status | |
---|---|---|---|---|
text (with linebreaks to split into columns) | 1 | the items (with line breaks) to be broken into columns. | String | optional |
Class (optional) | class | Enter the names of existing css classes to add to the div | String | optional |
column count | count | Enter the number for the number of columns you wish to appear
| Number | optional |
Style | style | no description
| String | optional |