Template:Infobox person
Usage
{{Infobox
| title = John Doe
| image = [[File:Example.jpg|250px]]
| species = Human
| birth = 1990
| birthplace = Earth
| death = 2060
| deathplace = Mars Colony
| deathcause = Radiation poisoning
| age = 70
| nationality = Terran
| occupation = Engineer
| yearsactive = 2010–2055
| knownfor = Terraforming project
| education = Commonwealth Institute
| affiliations = Terran Commonwealth
| organisation = MassTek Industries
| title2 = Chief Engineer
| family = Doe family
| spouse = Jane Doe
| children = Jack Doe
| residence = Commonwealth Habitat-4
| religion = Secular
| awards = Medal of Innovation
| status = Deceased
}}
<templatedata> { "description": "Infobox for characters or notable persons within the Commonwealth Archives.", "params": { "title": {"label": "Title","description": "Name of the person or character.","type": "string","required": true}, "image": {"label": "Image","description": "Profile or representative image.","type": "wiki-file-name"}, "species": {"label": "Species / Race","description": "The species or race of the person.","type": "string"}, "birth": {"label": "Birth Date","description": "Date of birth.","type": "date"}, "birthplace": {"label": "Birth Place","description": "Where the person was born.","type": "string"}, "death": {"label": "Death Date","description": "Date of death, if applicable.","type": "date"}, "deathplace": {"label": "Death Place","description": "Where the person died, if applicable.","type": "string"}, "deathcause": {"label": "Cause of Death","description": "How the person died, if applicable.","type": "string"}, "age": {"label": "Age","description": "Current or final age.","type": "number"}, "nationality": {"label": "Nationality","description": "Nationality or citizenship.","type": "string"}, "occupation": {"label": "Occupation","description": "Profession, role, or job.","type": "string"}, "yearsactive": {"label": "Years Active","description": "Years the person was active in their role or profession.","type": "string"}, "knownfor": {"label": "Known For","description": "What the person is known for.","type": "string"}, "education": {"label": "Education","description": "Educational background.","type": "string"}, "affiliations": {"label": "Affiliations","description": "Groups, factions, or organizations the person is associated with.","type": "string"}, "organisation": {"label": "Organisation","description": "Primary organization or employer.","type": "string"}, "title2": {"label": "Title / Rank","description": "Formal or noble title.","type": "string"}, "family": {"label": "Family","description": "Notable family members or relatives.","type": "string"}, "spouse": {"label": "Spouse","description": "Name of spouse(s).","type": "string"}, "children": {"label": "Children","description": "Names of children.","type": "string"}, "residence": {"label": "Residence","description": "Current or last known place of residence.","type": "string"}, "religion": {"label": "Religion","description": "Religious beliefs or affiliations.","type": "string"}, "awards": {"label": "Awards","description": "Honors, medals, or awards received.","type": "string"}, "status": {"label": "Status","description": "Alive, deceased, missing, etc.","type": "string"} } } </templatedata>