More actions
imported>MechanicalDog No edit summary |
mNo edit summary |
||
| Line 55: | Line 55: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"image1": { | |||
"aliases": [ | |||
"image1" | |||
], | |||
"label": "Image from the conflict.", | |||
"description": "An image from the conflict, or one of the major battles.", | |||
"type": "wiki-file-name" | |||
}, | |||
"conflict": { | |||
"aliases": [ | |||
"conflict" | |||
], | |||
"label": "Conflict", | |||
"description": "Placeholder.", | |||
"type": "string" | |||
}, | |||
"time": { | |||
"aliases": [ | |||
"time" | |||
], | |||
"label": "Time", | |||
"description": "Placeholder.", | |||
"type": "string" | |||
}, | |||
"location": { | |||
"aliases": [ | |||
"location" | |||
], | |||
"label": "Location", | |||
"description": "Where did the conflict take place?.", | |||
"type": "string" | |||
}, | |||
"result": { | |||
"aliases": [ | |||
"result" | |||
], | |||
"label": "Result", | |||
"description": "Ultimate result of the conflict.", | |||
"type": "string" | |||
}, | |||
"side1": { | |||
"aliases": [ | |||
"side1" | |||
], | |||
"label": "Side one", | |||
"description": "Factions on one side of the conflict.", | |||
"type": "string" | |||
}, | |||
"side2": { | |||
"aliases": [ | |||
"side2" | |||
], | |||
"label": "Side two", | |||
"description": "Factions on the opposing side of the conflict.", | |||
"type": "string" | |||
}, | |||
"commanders1": { | |||
"aliases": [ | |||
"commanders1" | |||
], | |||
"label": "Commanders One", | |||
"description": "The military leaders of side one.", | |||
"type": "string" | |||
}, | |||
"commanders2": { | |||
"aliases": [ | |||
"commanders2" | |||
], | |||
"label": "Commanders Two", | |||
"description": "The military leaders of side two.", | |||
"type": "string" | |||
}, | |||
"strength1": { | |||
"aliases": [ | |||
"strength1" | |||
], | |||
"label": "Strength One", | |||
"description": "For side one, a list of the military detachments involved, including specific branches or units.", | |||
"type": "string" | |||
}, | |||
"strength2": { | |||
"aliases": [ | |||
"strength2" | |||
], | |||
"label": "Strength Two", | |||
"description": "For side two, a list of the military detachments involved, including specific branches or units.", | |||
"type": "string" | |||
}, | |||
"casualties1": { | |||
"aliases": [ | |||
"casualties1" | |||
], | |||
"label": "Casualties One", | |||
"description": "Number of casualties for side one.", | |||
"type": "string" | |||
}, | |||
"casualties2": { | |||
"aliases": [ | |||
"casualties2" | |||
], | |||
"label": "Casualties Two", | |||
"description": "Number of casualties for side two.", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Infobox for RP conflicts." | |||
} | |||
</templatedata> | |||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
Revision as of 21:45, 13 October 2025
Infobox for RP conflicts.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image from the conflict. | image1 image1 | An image from the conflict, or one of the major battles. | File | optional |
| Conflict | conflict conflict | Placeholder. | String | optional |
| Time | time time | Placeholder. | String | optional |
| Location | location location | Where did the conflict take place?. | String | optional |
| Result | result result | Ultimate result of the conflict. | String | optional |
| Side one | side1 side1 | Factions on one side of the conflict. | String | optional |
| Side two | side2 side2 | Factions on the opposing side of the conflict. | String | optional |
| Commanders One | commanders1 commanders1 | The military leaders of side one. | String | optional |
| Commanders Two | commanders2 commanders2 | The military leaders of side two. | String | optional |
| Strength One | strength1 strength1 | For side one, a list of the military detachments involved, including specific branches or units. | String | optional |
| Strength Two | strength2 strength2 | For side two, a list of the military detachments involved, including specific branches or units. | String | optional |
| Casualties One | casualties1 casualties1 | Number of casualties for side one. | String | optional |
| Casualties Two | casualties2 casualties2 | Number of casualties for side two. | String | optional |
Example usage:
{{Battles
|title1=Example
|image1=Example
|conflict=Example
|result=Example
|date=the time this shit went down yo
|location=Location
|commanders1= commanders on this side
|commanders2= commanders on this side 2
|side1=Side 1 in the war
|side2=Side 2 in the war
|strength1 = Infantry divisions armies and weapons on side 1
|strength2 = Infantry divisions armies and weapons on side 2
|casualties1 = who got harmed on this side
|casualties2 = who got harmed on THIS side
}}
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |