Template:Infobox person: Difference between revisions

From PRIME Universe Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 73: Line 73:


<noinclude>
<noinclude>
==Usage==
== Usage ==
Use this template for people or characters. 
Copy this example to create a new infobox:
 
<pre>
<pre>
{{Infobox
{{Infobox
Line 96: Line 99:
  | spouse      = Jane Doe
  | spouse      = Jane Doe
  | children    = Jack Doe
  | children    = Jack Doe
  | residence    = Commonwealth Habitat-4
  | residence    = Habitat-4
  | religion    = Secular
  | religion    = Secular
  | awards      = Medal of Innovation
  | awards      = Medal of Innovation
Line 103: Line 106:
</pre>
</pre>


<templatedata>
'''Parameters'''
{
* <code>title</code> – Main display name (required)
"description": "Infobox for characters or notable persons within the Commonwealth Archives.",
* <code>image</code> – Optional profile image
"params": {
* <code>species</code> – Species or race
"title": {"label": "Title","description": "Name of the person or character.","type": "string","required": true},
* <code>birth</code> / <code>birthplace</code> – Birth information
"image": {"label": "Image","description": "Profile or representative image.","type": "wiki-file-name"},
* <code>death</code> / <code>deathplace</code> / <code>deathcause</code> – Death details
"species": {"label": "Species / Race","description": "The species or race of the person.","type": "string"},
* <code>age</code> – Current or final age
"birth": {"label": "Birth Date","description": "Date of birth.","type": "date"},
* <code>nationality</code> – Citizenship or faction
"birthplace": {"label": "Birth Place","description": "Where the person was born.","type": "string"},
* <code>occupation</code> – Job or role
"death": {"label": "Death Date","description": "Date of death, if applicable.","type": "date"},
* <code>yearsactive</code> – Active years
"deathplace": {"label": "Death Place","description": "Where the person died, if applicable.","type": "string"},
* <code>knownfor</code> – Achievements or notability
"deathcause": {"label": "Cause of Death","description": "How the person died, if applicable.","type": "string"},
* <code>education</code> – Schools or academies
"age": {"label": "Age","description": "Current or final age.","type": "number"},
* <code>affiliations</code> – Alliances or factions
"nationality": {"label": "Nationality","description": "Nationality or citizenship.","type": "string"},
* <code>organisation</code> – Employer or main group
"occupation": {"label": "Occupation","description": "Profession, role, or job.","type": "string"},
* <code>title2</code> – Rank or formal title
"yearsactive": {"label": "Years Active","description": "Years the person was active in their role or profession.","type": "string"},
* <code>family</code> / <code>spouse</code> / <code>children</code> – Family members
"knownfor": {"label": "Known For","description": "What the person is known for.","type": "string"},
* <code>residence</code> – Current or last known home
"education": {"label": "Education","description": "Educational background.","type": "string"},
* <code>religion</code> – Beliefs or practices
"affiliations": {"label": "Affiliations","description": "Groups, factions, or organizations the person is associated with.","type": "string"},
* <code>awards</code> – Medals, honors
"organisation": {"label": "Organisation","description": "Primary organization or employer.","type": "string"},
* <code>status</code> – Alive, deceased, etc.
"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>
</noinclude>

Revision as of 11:59, 1 November 2025

Infobox Title
Example image
Species / Race Unknown
Birth Date Unknown
Birth Place Unknown
Death Date
Death Place
Cause of Death
Age Unknown
Nationality Unknown
Occupation Unknown
Years Active Unknown
Known For Unknown
Education None
Affiliations
Organisation
Title
Family None
Spouse
Children
Residence Unknown
Religion None
Awards
Status Unknown


Usage

Use this template for people or characters. Copy this example to create a new infobox:

{{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    = Habitat-4
 | religion     = Secular
 | awards       = Medal of Innovation
 | status       = Deceased
}}

Parameters

  • title – Main display name (required)
  • image – Optional profile image
  • species – Species or race
  • birth / birthplace – Birth information
  • death / deathplace / deathcause – Death details
  • age – Current or final age
  • nationality – Citizenship or faction
  • occupation – Job or role
  • yearsactive – Active years
  • knownfor – Achievements or notability
  • education – Schools or academies
  • affiliations – Alliances or factions
  • organisation – Employer or main group
  • title2 – Rank or formal title
  • family / spouse / children – Family members
  • residence – Current or last known home
  • religion – Beliefs or practices
  • awards – Medals, honors
  • status – Alive, deceased, etc.