Jump to content

Template:Infobox Per/doc: Difference between revisions

Created page with "{{Documentation subpage}} <div style="border:1px solid #a2a9b1; background:#f8f9fa; padding:10px; margin:10px 0;"> <h2 style="margin-top:0;">Usage</h2> <p>Copy and paste the code below into a page:</p> <pre style="background:#eee; padding:10px; border:1px solid #ccc; overflow:auto;"> {{Infobox person | name = | honorific_prefix = | honorific_suffix = | image = | image_size = | alt = | caption = | native_name..."
 
m Protected "Template:Infobox Per/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
(No difference)

Revision as of 13:26, 15 May 2026

   
   This is a documentation subpage for doc.
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

Dependencies

None. This template uses only HTML. No Lua or Scribunto required.