Template:Infobox Per
Appearance
📄 Template documentation
This is a documentation subpage for Template:Infobox Per.
It contains usage information, categories, and other content that is not part of the original template page.
Usage
Copy and paste the code below into a page:
{{Infobox person
| name =
| honorific_prefix =
| honorific_suffix =
| image =
| image_size =
| alt =
| caption =
| native_name =
| pronunciation =
| birth_name =
| birth_date =
| birth_place =
| death_date =
| death_place =
| death_cause =
| resting_place =
| nationality =
| citizenship =
| education =
| alma_mater =
| occupation =
| years_active =
| era =
| employer =
| organization =
| known_for =
| notable_works =
| title =
| term =
| predecessor =
| successor =
| party =
| movement =
| opponents =
| boards =
| spouse =
| partner =
| children =
| parents =
| relatives =
| family =
| awards =
| website =
| signature =
| module =
| module2 =
| module3 =
| module4 =
| module5 =
}}
Example
{{Infobox person
| name = John Doe
| image = Example.jpg
| caption = John Doe in 2024
| birth_date = 1 January 1980
| birth_place = New York City, USA
| occupation = Software Developer
| known_for = Creating infobox templates
| website = https://example.com
}}
Parameters
| Parameter | Description |
|---|---|
| name | Full name (defaults to page name) |
| honorific_prefix | Titles such as Dr., Sir, Prof. |
| honorific_suffix | Post-nominals such as PhD, OBE |
| image | Image filename (without File: prefix) |
| image_size | Width (e.g., 200px) |
| alt | Alternative text for the image |
| caption | Text displayed below the image |
| birth_date | Date of birth |
| birth_place | Place of birth |
| death_date | Date of death |
| death_place | Place of death |
| occupation | Job or profession |
| known_for | What the person is known for |
| spouse | Spouse name(s) |
| children | Children names |
| website | Official website URL |