Infobox






<templatedata> {

   "params": {
       "title": {
           "label": "Title",
           "description": "Title displayed at the top. Defaults to the page name.",
           "type": "string",
           "suggested": true
       },
       "image": {
           "label": "Image",
           "description": "Image filename (e.g. Musket.png)",
           "type": "wiki-file-name",
           "suggested": true
       },
       "caption": {
           "label": "Caption",
           "description": "Caption text below the image",
           "type": "string"
       },
       "label1": { "label": "Label 1", "type": "string" },
       "data1":  { "label": "Data 1",  "type": "string" },
       "label2": { "label": "Label 2", "type": "string" },
       "data2":  { "label": "Data 2",  "type": "string" },
       "label3": { "label": "Label 3", "type": "string" },
       "data3":  { "label": "Data 3",  "type": "string" },
       "label4": { "label": "Label 4", "type": "string" },
       "data4":  { "label": "Data 4",  "type": "string" },
       "label5": { "label": "Label 5", "type": "string" },
       "data5":  { "label": "Data 5",  "type": "string" },
       "label6": { "label": "Label 6", "type": "string" },
       "data6":  { "label": "Data 6",  "type": "string" },
       "label7": { "label": "Label 7", "type": "string" },
       "data7":  { "label": "Data 7",  "type": "string" },
       "label8": { "label": "Label 8", "type": "string" },
       "data8":  { "label": "Data 8",  "type": "string" },
       "content": {
           "label": "Additional content",
           "description": "Free-form content at the bottom of the infobox",
           "type": "content"
       }
   },
   "description": "A right-side info panel for articles. Displays a title, image, key-value rows, and optional extra content.",
   "format": "block"

} </templatedata>