Template:StartCol: Difference between revisions
Template page
More actions
Created page with "<includeonly><templatestyles src="Template:Columns.css" /><div class="flex-row-col"></includeonly><noinclude> <templatedata> { "params": {}, "description": "Mark the beginning of a column." } </templatedata> Category:Templates </noinclude>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><templatestyles src="Template:Columns.css" /><div class="flex-row-col"></includeonly><noinclude> | <includeonly><templatestyles src="Template:Columns.css" /><div class="flex-row-col-{{{width|1}}}"></includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": {}, | "params": { | ||
"width": { | |||
"label": "Width", | |||
"description": "How many column-widths, proportionally, this column should take up.", | |||
"example": "1", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"5", | |||
"6", | |||
"7", | |||
"8", | |||
"9", | |||
"10", | |||
"11", | |||
"12", | |||
"13", | |||
"14", | |||
"15", | |||
"16" | |||
], | |||
"default": "1" | |||
} | |||
}, | |||
"description": "Mark the beginning of a column." | "description": "Mark the beginning of a column." | ||
} | } | ||
Latest revision as of 10:26, 24 October 2025
Mark the beginning of a column.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Width | width | How many column-widths, proportionally, this column should take up.
| Number | optional |