Template:Infobox company/doc
Appearance
<templatedata> {
"description": "An infobox for companies.",
"params": {
"name": {
"label": "Company name",
"type": "string",
"description": "The full name of the company",
"required": true
},
"industry": {
"label": "Industry",
"type": "string",
"description": "The industry the company operates in",
"required": false
},
"founded": {
"label": "Founded",
"type": "string",
"description": "Date of founding",
"required": false
}
}
} </templatedata>