Template:Col-begin/TemplateData
TemplateData
{{TemplateData header}}
{
"description": "This template starts a multi-column table.",
"params": {
"width": {
"label": "Table width",
"type": "string",
"description": "The width of the complete table as a percentage",
"example": "auto to display with minimum width; 50%, typically no more than 95%"
},
"bgcolor": {
"aliases": [
"bgColor"
],
"label": "Background color",
"description": "Set the background color of the table",
"example": "bgcolour=linen",
"type": "string"
},
"style": {
"label": "CSS style",
"type": "string",
"description": "Extra CSS"
},
"class": {
"label": "CSS class",
"type": "string",
"description": "Extra class beyond \"col-begin\""
},
"small": {
"label": "Small text",
"type": "string",
"description": "Set for smaller text"
},
"border": {
"label": "Border style",
"type": "string",
"description": "CSS border style"
}
},
"paramOrder": [
"width",
"bgcolor",
"class",
"style",
"border",
"small"
],
"format": "inline"
}