More actions
imported>Oracle9 No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<image source="image1"> | <image source="image1"> | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | |||
<image source="image2"> | |||
<caption source="caption2"/> | |||
</image> | </image> | ||
<data source="row1"> | <data source="row1"> | ||
Line 43: | Line 46: | ||
Example usage:<pre> | Example usage:<pre> | ||
{{TCH Military Power Infobox | {{TCH Military Power Infobox | ||
|title1= | |title1=Full Name | ||
|image1=Example | |image1=Example.png | ||
| | |image2=Example.png | ||
|row1=Example | |row1=Established | ||
| | |row2=Service branches | ||
|headquarters=Example | |||
|commander-in-chief=Example | |||
|active_personnel=Example | |||
|reserve_personnel=Example | |||
|budget=Example | |||
|suppliers=Example | |||
|conflicts=Example | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"title1": { | |||
"aliases": [ | |||
"title1" | |||
], | |||
"label": "Name of Military Force", | |||
"type": "string" | |||
}, | |||
"image1": { | |||
"aliases": [ | |||
"image1" | |||
], | |||
"label": "Logo", | |||
"description": "Logo or flag of the military force.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image2": { | |||
"aliases": [ | |||
"image2" | |||
], | |||
"label": "Image 2", | |||
"description": "For showing the military force in action, other images...", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption1": { | |||
"label": "Logo Caption", | |||
"type": "string" | |||
}, | |||
"caption2": { | |||
"aliases": [ | |||
"caption2" | |||
], | |||
"label": "Image 2 Caption", | |||
"type": "string" | |||
}, | |||
"row1": { | |||
"aliases": [ | |||
"row1" | |||
], | |||
"label": "Established", | |||
"type": "date" | |||
}, | |||
"row2": { | |||
"aliases": [ | |||
"row2" | |||
], | |||
"label": "Service Branches", | |||
"type": "string" | |||
}, | |||
"headquarters": { | |||
"aliases": [ | |||
"headquarters" | |||
], | |||
"label": "Headquarters", | |||
"description": "Where are the headquarters located?", | |||
"type": "string" | |||
}, | |||
"commander-in-chief": { | |||
"aliases": [ | |||
"commander-in-chief" | |||
], | |||
"label": "Commander in Chief", | |||
"type": "string" | |||
}, | |||
"active_personnel": { | |||
"aliases": [ | |||
"active_personnel" | |||
], | |||
"label": "Number of Active Personnel", | |||
"type": "string" | |||
}, | |||
"reserve_personnel": { | |||
"aliases": [ | |||
"reserve_personnel" | |||
], | |||
"label": "Number of Reserve Personnel", | |||
"type": "string" | |||
}, | |||
"suppliers": { | |||
"aliases": [ | |||
"suppliers" | |||
], | |||
"label": "Suppliers", | |||
"description": "Corporations or other nations that supply this military force with weapons/vehicles.", | |||
"type": "string" | |||
}, | |||
"conflicts": { | |||
"aliases": [ | |||
"conflicts" | |||
], | |||
"label": "Conflicts", | |||
"type": "string" | |||
}, | |||
"budget": { | |||
"aliases": [ | |||
"budget" | |||
], | |||
"label": "Budget", | |||
"description": "Budget in CM", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"image1", | |||
"caption1", | |||
"image2", | |||
"caption2", | |||
"row1", | |||
"row2", | |||
"headquarters", | |||
"commander-in-chief", | |||
"active_personnel", | |||
"reserve_personnel", | |||
"suppliers", | |||
"conflicts", | |||
"budget" | |||
] | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 17:00, 23 July 2023
Example usage:
{{TCH Military Power Infobox |title1=Full Name |image1=Example.png |image2=Example.png |row1=Established |row2=Service branches |headquarters=Example |commander-in-chief=Example |active_personnel=Example |reserve_personnel=Example |budget=Example |suppliers=Example |conflicts=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name of Military Force | title1 title1 | no description | String | optional |
Logo | image1 image1 | Logo or flag of the military force. | File | optional |
Logo Caption | caption1 | no description | String | optional |
Image 2 | image2 image2 | For showing the military force in action, other images... | File | optional |
Image 2 Caption | caption2 caption2 | no description | String | optional |
Established | row1 row1 | no description | Date | optional |
Service Branches | row2 row2 | no description | String | optional |
Headquarters | headquarters headquarters | Where are the headquarters located? | String | optional |
Commander in Chief | commander-in-chief commander-in-chief | no description | String | optional |
Number of Active Personnel | active_personnel active_personnel | no description | String | optional |
Number of Reserve Personnel | reserve_personnel reserve_personnel | no description | String | optional |
Suppliers | suppliers suppliers | Corporations or other nations that supply this military force with weapons/vehicles. | String | optional |
Conflicts | conflicts conflicts | no description | String | optional |
Budget | budget budget | Budget in CM | String | optional |