Template:Robotics
Appearance
{{#invoke:Infobox|infobox}}
<templatedata> { "params": { "name": { "label": "Name", "description": "The name of the robotics team.", "required": true }, "created": { "label": "Creation Date", "description": "The date the robotics team was created.", "type": "string" }, "code": { "label": "Team Number", "description": "The FTC Team number for the Robotics Team", "example": "772", "type": "number", "required": true } }, "paramOrder": [ "name", "created", "code" ], "description": "A template for Robotics Teams." } </templatedata>