Template:MC/Infobox attribute/doc
More actions
Template:Documentation header This template provides an infobox for an attribute.
Usage
<templatedata> { "params": { "title": { "label": "Title", "description": "Override the default title of the infobox.", "type": "string" }, "id": { "label": "ID", "description": "ID of the attribute. Also determines the title of the infobox if not set.", "type": "string", "required": true }, "default": { "label": "Default value", "description": "The default value of the attribute.", "type": "string", "required": true }, "min": { "label": "Minimum value", "description": "The minimum value of the attribute.", "type": "string", "required": true }, "max": { "label": "Maximum value", "description": "The maximum value of the attribute.", "type": "string", "required": true }, "template": { "label": "Template", "description": "Template in which the arguments of 'default', 'min', and 'max' are wrapped.", "type": "string" }, "notes": { "label": "Additional notes", "type": "content" }, "footertitle": {} }, "description": "An infobox for a attributes.", "format": "block" } </templatedata>
See also