Template:Infobox military person: Difference between revisions

No edit summary
No edit summary
Line 57: Line 57:
| data15      = {{{other_work|Unknown}}}
| data15      = {{{other_work|Unknown}}}
}}
}}
<noinclude>
== Template documentation ==
This is the documentation for the `Infobox military person` template.
=== Parameters ===
Below are the available parameters:
{{TemplateData|Infobox military person
|description = A template for displaying information about a military person.
|params =
    name =
        description = The name of the military person.
        type = string
        required = true
    image =
        description = The name of the image file (e.g., `Example.jpg`).
        type = string
        required = false
    caption =
        description = A caption for the image.
        type = string
        required = false
    birth_date =
        description = The birth date of the person.
        type = string
        required = false
    birth_place =
        description = The place of birth of the person.
        type = string
        required = false
    death_date =
        description = The date of death.
        type = string
        required = false
    death_place =
        description = The place of death.
        type = string
        required = false
    resting_place =
        description = Where the person is buried or commemorated.
        type = string
        required = false
    branch =
        description = The military branch the person served in.
        type = string
        required = false
    service_years =
        description = The years the person served in the military.
        type = string
        required = false
    rank =
        description = The rank of the person in the military.
        type = string
        required = false
    units =
        description = The units the person served in.
        type = string
        required = false
    deployments =
        description = The deployments the person participated in.
        type = string
        required = false
    moss =
        description = Military Occupational Specialties (MOSs) of the person.
        type = string
        required = false
    commands =
        description = Commands held by the person.
        type = string
        required = false
    battles =
        description = The battles or wars the person participated in.
        type = string
        required = false
    awards =
        description = Awards and honors received by the person.
        type = string
        required = false
    spouse =
        description = The person's spouse(s).
        type = string
        required = false
    children =
        description = The number or names of the person's children.
        type = string
        required = false
    other_work =
        description = Other notable work or achievements of the person.
        type = string
        required = false
}}
</noinclude>