|
|
Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
| {{Documentation}}
| |
|
| |
| ==Usage Instructions==
| |
| This template is used to create an infobox for battles, displaying key information such as date, location, result, participants, leaders, and casualties. The fields for military dead, civilian dead, and total dead will only display if there is data entered for them.
| |
|
| |
| ===Parameters===
| |
| * **image**: Add an image of the battle (optional).
| |
| * **name**: The name of the battle.
| |
| * **caption**: A short caption for the image (optional).
| |
| * **date**: The date(s) of the battle.
| |
| * **location**: The location where the battle took place.
| |
| * **result**: The result of the battle.
| |
| * **allies**: The participants on the Allied side.
| |
| * **axis**: The participants on the Axis side.
| |
| * **allied_leaders**: The main leaders on the Allied side.
| |
| * **axis_leaders**: The main leaders on the Axis side.
| |
| * **military_dead_allies**: The number of military deaths on the Allied side (optional).
| |
| * **military_dead_axis**: The number of military deaths on the Axis side (optional).
| |
| * **civilian_dead_allies**: The number of civilian deaths on the Allied side (optional).
| |
| * **civilian_dead_axis**: The number of civilian deaths on the Axis side (optional).
| |
| * **total_dead_allies**: The total number of deaths on the Allied side (optional).
| |
| * **total_dead_axis**: The total number of deaths on the Axis side (optional).
| |
|
| |
| ===Example=== | | ===Example=== |
| <code>
| |
| {{Battle infobox | | {{Battle infobox |
| | name = Battle of Example | | | name = Battle of Example |
Line 43: |
Line 19: |
| | total_dead_axis = 275 | | | total_dead_axis = 275 |
| }} | | }} |
| </code>
| |
|
| |
| ===Notes===
| |
| * Ensure to fill out as many fields as possible for completeness.
| |
| * The "Military dead," "Civilian dead," and "Total dead" sections will only appear if there is data entered for those fields.
| |
|
| |
| </noinclude> | | </noinclude> |
|
| |
|