{{{label}}}

<templatedata> {

   "params": {
       "image": {
           "label": "Image",
           "description": "Image filename showing the uniform (e.g. British-Line-Infantry.png)",
           "type": "wiki-file-name",
           "required": true
       },
       "background": {
           "label": "Background Image",
           "description": "Optional faction background image filename shown behind the uniform.",
           "type": "wiki-file-name",
           "required": false
       },
       "crest": {
           "label": "Faction Crest",
           "description": "Optional faction crest filename shown beside the uniform label.",
           "type": "wiki-file-name",
           "required": false
       },
       "label": {
           "label": "Label",
           "description": "Text label shown below the image (e.g. British Line Infantry)",
           "type": "string",
           "required": true
       },
       "requirement": {
           "label": "Unlock Requirement",
           "description": "Optional unlock requirement shown below the label. Leave blank for uniforms unlocked by default.",
           "type": "string",
           "required": false
       },
       "era": {
           "label": "Era Tab",
           "description": "Optional era tag overlaid on top of the image (e.g. American Revolution).",
           "type": "string",
           "required": false
       }
   },

"description": "A small card displaying a class uniform image with a label. Use inside

{{{content}}}

for a grid layout.",

   "format": "inline"

} </templatedata>