Template:Infobox battle
[[File:|250px|alt=]] | |
Date | |
---|---|
Location | |
Result | |
Combatant 1 | |
Combatant 2 | |
Commander 1 | |
Commander 2 | |
Strength | vs |
Casualties and losses | vs |
{
"description": "Infobox for battles", "params": { "name": { "label": "Name", "description": "The name of the battle", "type": "string", "required": true }, "image": { "label": "Image", "description": "An image representing the battle", "type": "string", "required": false }, "image_alt": { "label": "Image alt text", "description": "Alt text for the image", "type": "string", "required": false }, "image_caption": { "label": "Image caption", "description": "Caption for the image", "type": "string", "required": false }, "date": { "label": "Date", "description": "The date of the battle", "type": "string", "required": false }, "location": { "label": "Location", "description": "The location of the battle", "type": "string", "required": false }, "result": { "label": "Result", "description": "The result of the battle", "type": "string", "required": false }, "combatant1": { "label": "Combatant 1", "description": "The first combatant", "type": "string", "required": false }, "combatant2": { "label": "Combatant 2", "description": "The second combatant", "type": "string", "required": false }, "commander1": { "label": "Commander 1", "description": "Commander of the first combatant", "type": "string", "required": false }, "commander2": { "label": "Commander 2", "description": "Commander of the second combatant", "type": "string", "required": false }, "strength1": { "label": "Strength 1", "description": "Strength of the first combatant", "type": "string", "required": false }, "strength2": { "label": "Strength 2", "description": "Strength of the second combatant", "type": "string", "required": false }, "casualties1": { "label": "Casualties 1", "description": "Casualties and losses of the first combatant", "type": "string", "required": false }, "casualties2": { "label": "Casualties 2", "description": "Casualties and losses of the second combatant", "type": "string", "required": false } }
}