Template:Infobox person

Template page
Infobox person



Usage

The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.

Blank template with basic parameters

{{Infobox person
| name          = 
| image         = 
| alt           = 
| caption       = 
| birth_name    = 
| birth_date    =  <!-- {{birth date and age|YYYY|MM|DD}} for living people. For people who have died, use {{Birth date|YYYY|MM|DD}}. -->
| birth_place   = 
| death_date    = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} (death date then birth date) -->
| death_place   = 
| nationality   = 
| other_names   = 
| occupation    = 
| years_active  = 
| known_for     = 
| notable_works = 
}}

Blank template with all parameters

Please remove unused parameters, and do not insert trivia or dubious assertions in an attempt to fill all parameters. Only the most pertinent information should be included.

{{Infobox person
| honorific_prefix   = 
| name               =  <!-- include middle initial, if not specified in birth_name -->
| honorific_suffix   = 
| image              =  <!-- filename only, no "File:" or "Image:" prefix, and no enclosing [[brackets]] -->
| image_upright =
| image_size = <!-- DISCOURAGED per WP:IMGSIZE. Use image_upright. -->
| alt                = 
| caption            = 
| native_name        = 
| native_name_lang   = 
| pronunciation      = 
| birth_name         =  <!-- only use if different from name above -->
| birth_date         =  <!-- {{birth date and age|YYYY|MM|DD}} for living people supply only the year with {{Birth year and age|YYYY}} unless the exact date is already widely published, as per [[WP:DOB]]. For people who have died, use {{Birth date|YYYY|MM|DD}}. -->
| birth_place        = 
| baptised           =  <!-- will not display if birth_date is entered -->
| disappeared_date   =  <!-- {{disappeared date and age|YYYY|MM|DD|YYYY|MM|DD}} (disappeared date then birth date) -->
| disappeared_place  = 
| disappeared_status = 
| death_date         =  <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} (death date then birth date) -->
| death_place        = 
| death_cause        = 
| body_discovered    = 
| resting_place      = 
| resting_place_coordinates =  <!-- {{coord|LAT|LONG|type:landmark|display=inline}} -->
| burial_place       =  <!-- may be used instead of resting_place and resting_place_coordinates (displays "Burial place" as label) -->
| burial_coordinates =  <!-- {{coord|LAT|LONG|type:landmark|display=inline}} -->
| monuments          = 
| residence          = 
| nationality        = 
| other_names        = 
| ethnicity          =
| citizenship        = 
| education          = 
| alma_mater         = 
| occupation         = 
| years_active       = 
| era                = 
| employer           = 
| organization       = 
| agent              =  <!-- Discouraged in most cases, specifically when promotional, and requiring a reliable source -->
| known_for          = 
| notable_works      =  <!-- produces label "Notable work"; may be overridden by |credits=, which produces label "Notable credit(s)"; or by |works=, which produces label "Works" -->
| style              = 
| home_town          = 
| salary             = 
| net_worth          =  <!-- Net worth should be supported with a citation from a reliable source -->
| height             =  <!-- "X cm", "X m"  or "X ft Y in" plus optional reference (conversions are automatic) -->
| weight             =  <!-- "X kg", "X lb" or "X st Y lb" plus optional reference (conversions are automatic) -->
| television         = 
| title              = 
| term               = 
| predecessor        = 
| successor          = 
| party              = 
| movement           = 
| opponents          = 
| boards             = 
| religion           =  <!-- Religion should be supported with a citation from a reliable source; do not add a religious denomination here -->
| denomination       =  <!-- Denomination should be supported with a citation from a reliable source -->
| criminal_charge    =  <!-- Criminality parameters should be supported with citations from reliable sources -->
| criminal_penalty   = 
| criminal_status    = 
| spouse             =  <!-- Use article title or common name -->
| partner            =  <!-- (unmarried long-term partner) -->
| children           = 
| parents            =  <!-- overrides mother and father parameters -->
| mother             =  <!-- may be used (optionally with father parameter) in place of parents parameter (displays "Parent(s)" as label) -->
| father             =  <!-- may be used (optionally with mother parameter) in place of parents parameter (displays "Parent(s)" as label) -->
| relatives          = 
| family             = 
| callsign           = 
| awards             = 
| website            =  <!-- {{URL|example.com}} -->
| module             = 
| module2            = 
| module3            = 
| module4            = 
| module5            = 
| module6            = 
| signature          = 
| signature_size     = 
| signature_alt      = 
| footnotes          = 
}}

Parameters

Please see: Wikipedia:Template:Infobox_person/doc#Parameters.