Jump to content

Template:Infobox company/doc

From TheOpenRoad Support

<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> Template:Documentation