Template:Infobox person: Difference between revisions
MassGaming25 (talk | contribs) No edit summary Tag: wikieditor |
MassGaming25 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Documentation}} | |||
<templatedata> | |||
< | { | ||
{{ | "description": "Infobox for characters or notable persons within the Commonwealth Archives.", | ||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "The 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> | |||
</noinclude> | |||
Revision as of 11:56, 1 November 2025
<templatedata> { "description": "Infobox for characters or notable persons within the Commonwealth Archives.", "params": { "title": { "label": "Title", "description": "The 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>