Template:Infobox person/doc

From annadreambrush.com/wiki
< Template:Infobox person
Revision as of 10:54, 14 June 2007 by imported>Pigsonthewing ({{merge|Infobox Biography}})
Jump to navigation Jump to search

Template:Template doc page viewed directly

Template:Mergefrom Template:Merge

Infobox Person may be used to summarize information about a person.

Also consider using one of the more specific templates such as {{Infobox actor}}, {{Infobox Officeholder}}, {{Infobox Military Person}}, etc. A list of some of these is available at Wikipedia:WikiProject Biography/Infoboxes; others not listed there can be found in Category:People infobox templates.

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.

{{Infobox Person
| name        = 
| image       = 
| image_size  = 
| caption     = 
| birth_name  = 
| birth_date  = 
| birth_place = 
| death_date  = 
| death_place = 
| death_cause = 
| residence   = 
| other_names = 
| known_for   = 
| education   = 
| employer    = 
| occupation  = 
| title       = 
| salary      = 
| networth    = 
| height      = 
| weight      = 
| term        = 
| predecessor = 
| successor   = 
| party       = 
| boards      = 
| religion    = 
| spouse      = 
| partner     = 
| children    = 
| parents     = 
| relatives   = 
| signature   = 
| website     = 
| footnotes   = 
}}

Parameters

Do not use all these parameters for any one person. The list is long to cover a wide range of people. Only use those parameters that describe why the person is notable. Any parameters left blank or omitted will not be displayed. If a data field has more than one parameter name which can be used, the preferred name is listed first in bold print.

Parameter Explanation
name
(subject_name)
Name of person (defaults to article name if left blank).
image
(image_name)
Image name: abc.jpg, xpz.png, 123.gif, etc.
image_size
(imagesize)
Size to display image: 200px (set width), or 200x300px (max width & max height). This defaults to 225px if empty or omitted.
caption
(image_caption)
Caption for image, if needed. Try to include date of photo and the photographer.
birth_name Name at birth, if different from name.
birth_date
(date_of_birth)
Date of birth: [[April 15]], [[1930]] or {{birth date and age|1930|1|15}} (if living) or {{birth date|1930|1|15}} (if dead).
birth_place
(place_of_birth)
Place of birth: city, state, country (or other location info, depending on local usage).
death_date
(date_of_death)
Date of death: [[October 9]], [[1995]] or {{death date and age|1995|10|9|1930|1|15}} (assuming birth_date in prior example).
death_place
(place_of_death)
Place of death: city, state, country (or other location info, depending on local usage).
death_cause Cause of death.
residence Location where the person resides, if notable.
other_names Other notable names for the person, if different from name and birth_name.
known_for
(known)
A brief description of why the person is notable.
education Education.
employer Employer.
occupation Occupation.
title Multiple uses:
salary Annual salary or compensation.
networth Current estimated net worth.
height If person was notable for their height.
weight If used, this should also include the date.
term Years the person held the title listed above.
predecessor Person who previously held the title listed above.
successor Person who subsequently held the title listed above.
party Field labeled Political party.
boards Field labeled Boards on. (No infoboxes using this parameter as of June 14, 2007.)
religion Field labeled Religious belief.
spouse Name of spouse(s), followed by years of marriage. Use the format Name (1950-present) for current spouse and Name (1970-1999) for former spouse(s). Separate entries with a line break (<br/>).
partner Use same format as spouse.
children Number of children (i.e. 3), or list of names if notable. Separate entries with a line break (<br/>).
parents Names of parents, if notable. Separate entries with a line break (<br/>).
relatives
(relations)
Names of siblings or other relatives, if notable. Include the relationship in parentheses after the name (sister, uncle, etc). Separate entries with a line break (<br/>).
signature An image of the person's signature. Image is displayed at a width of 128px, same format as {{Infobox Writer}}, {{Infobox Officeholder}} and {{Infobox Philosopher}}.
website Official website only. Unofficial websites should be placed under ==External links== in the body of the article.
footnotes Notes about any of the infobox data.

Microformats

The HTML markup produced by this template includes an hCard microformat, which makes the person's details parsable by computers, either acting automatically to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For more information about the use of microformats on Wikipedia, please see the microformat project.

Sub-templates

Date-of-birth ("bday") information will only be included in the microformat if {{birth date}}, or {{birth date and age}} are used in the infobox. (Do not use these if the date is before 1583). Be cautious about using these if the person is still living, per WP:DOB.

To include a URL, use {{URL}}.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • bday
  • birthplace
  • category
  • country-name
  • deathdate
  • deathplace
  • extended-address
  • family-name
  • fn (required)
  • given-name
  • honorific-prefix
  • honorific-suffix
  • label
  • locality
  • n
  • nickname
  • note
  • org
  • role
  • url
  • vcard

Please do not rename or remove these classes nor collapse nested elements which use them.