Template:Number of soldiers
Appearance
(Redirected from Template:Number of troops)
A template for creating a table row describing the number of troops in a country's armed forces.
Usage
[edit]{{Number of soldiers
| country=
| military=
| active=
| reserve=
| paramilitary=
| population=
| references=
}}
Parameters
[edit]All numeric parameters accept a number or empty string. Giving a numeric parameter a non-numeric input will produce an error.
- Country
- The name of the country.
- Military
- The name of the country's military.
- Active
- Number of active troops. (numeric)
- Reserve
- Number of reserve force. (numeric)
- Paramilitary
- Number of paramilitary troops. (numeric)
- Population
- Population of the country. Used to calculate total and active troops per 1000 citizens. (numeric)
- References
- References to sources.
Example
[edit]- Code
<!-- Table columns -->
{|class="wikitable" style="font-size:95%;"
!Flag
!State
!Active
!Reserve
!Paramilitary
!Total
!Total/1000
!Active/1000
<!-- Table rows -->
{{Number of soldiers
| country=Albania
| military=Military of Albania
| active=20000
| reserve=
| paramilitary=5000
| population=3170000
| references=<sup>[[Military of Albania|[1]]]</sup>
}}
{{Number of soldiers
| total=yes
| country=NATO
| military=NATO
| active=20000
| reserve=
| paramilitary=5000
| population=3170000
}}
<!-- Table end -->
|}
- Resulting table
Flag | State | Active | Reserve | Paramilitary | Total | Total/1000 | Active/1000 |
---|---|---|---|---|---|---|---|
Albania[1] | 20,000 | 5,000 | 25,000 | 7.9 | 6.3 | ||
NATO | 20,000 | 5,000 | 25,000 | 7.9 | 6.3 |