Template:Infobox Model
From Wikipedia, the free encyclopedia
Infobox Model | |
Date of birth | {{{birthdate}}} |
An Infobox Model may be used to summarize information on a person who is a model.
[edit] Usage
The infobox may be added by pasting the template as shown below into an article. Only the name and birthdate parameters are required. For an example, see Cindy Crawford.
{{Infobox Model | bgcolour = | name = | image = | imagesize = | caption = | birthname = | birthdate = | location = | deathdate = | deathplace = | height = {{height|ft=x|in=x}} or {{height|m=x}} | haircolor = | eyecolor = | measurements = | weight = | dress size = | shoesize = | agency = | alias(es) = | spouse = | homepage = }}
[edit] Parameters
Those parameters in bold italics are required.
bgcolour | background colouring (e.g. as used in associated colours/projects) |
name | model's name; usually the article's page name (i.e. the model's common name) |
image | an image of the model, in the form: "Example.jpg" |
imagesize * | in the form "Npx", resizes the image to a width of N pixels; default is 220px |
caption * | caption for the image |
birthname | model's name at birth |
birthdate | model's date of birth, in the form: Month Date, Year. Use {{Birth date and age}} when possible. |
location | model's place of birth |
deathdate | model's date of death (in form already given) |
deathplace | model's place of death |
height | model's height |
haircolor | model's hair color |
eyecolor | model's eye color |
measurements | model's measurements |
weight | model's weight |
dress size | model's dress size |
shoesize | model's shoe size |
agency | agency/agencies for which the model currently works |
alias | aliases or nicknames for the model |
spouse | if applicable, name(s) of the model's spouse(s), in the form: Name (Year[hyphen]Year) [or] (Year to date) |
homepage | model's website |
* Only used if the {{{image}}} parameter used. |
[edit] Microformat
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. For more information about the use of microformats on Wikipedia, please see the microformat project.
Date-of-birth ("bday") parameters will only be included in the microformat if {{Birth date}} or {{Birth date and age}} are used in the infobox.
hCard uses HTML classes including:
- adr
- bday
- county-name
- fn (required)
- honorific-prefix
- honorific-suffix
- label
- locality
- nickname
- note
- org
- role
- vcard
Please do not rename or remove these classes.