Template:Cols: Difference between revisions
From Space Station 14 Wiki
(Created page with "<includeonly><div style="column-count: {{{1}}};">{{{2}}}</div></includeonly><noinclude> {{documentation}}</noinclude>") |
(template data) |
||
Line 1: | Line 1: | ||
<includeonly><div style="column-count: {{{1}}};">{{{2}}}</div></includeonly><noinclude> | <includeonly><div style="column-count: {{{1}}};">{{{2}}}</div></includeonly><noinclude> | ||
{{documentation}}</noinclude> | {{documentation}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Columns", | |||
"description": "Number of columns.", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Content", | |||
"description": "Content to distribute.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Automatically distributes items into specified number of columns.", | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 13:34, 18 September 2024
Example
{{cols
↓
item 1
item 2
item 3
item 4
item 5
Automatically distributes items into specified number of columns.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Columns | 1 | Number of columns. | Number | required |
Content | 2 | Content to distribute. | String | required |