Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:StartCol: Difference between revisions

Template page
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
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."
}
}

Revision as of 10:26, 24 October 2025

Mark the beginning of a column.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Widthwidth

How many column-widths, proportionally, this column should take up.

Suggested values
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Default
1
Example
1
Numberoptional