Jump to content

Template:Infobox company/doc: Difference between revisions

From TheOpenRoad Support
Replaced content with "<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", "descrip..."
Tag: Replaced
mNo edit summary
 
Line 24: Line 24:
}
}
</templatedata>
</templatedata>
{{documentation}}

Latest revision as of 15:45, 19 June 2025

<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