Template:Infobox bodybuilder/doc: Difference between revisions

From The Global Wiki
Jump to navigation Jump to search
en>FeRDNYC
m (Align example parameters)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 01:10, 18 January 2023

The infobox may be added by pasting the template as shown below into an article and then filling in the fields. The only required fields are: name, birthdate/birthplace, and bestwin/bestwinyear.

Usage

Script error: No such module "Parameter names example".

{{Infobox bodybuilder
| name             = 
| gender           = 
| image            = 
| caption          = 
| nickname         = 
| birth_date       = {{Birth date and age|YYYY|MM|DD}}
| birth_place      = 
| death_date       = <!-- {{Death date and age|2017|08|20|1941|07|04}} -->
| death_place      = 
| height           = <!-- "X cm" 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) -->
| firstproshow     = 
| firstproshowyear = 
| bestwin          = 
| bestwinyear      = 
| predecessor      = 
| successor        = 
| active           = 
}}

Example

Sergio Oliva
Bodybuilder
Personal info
NicknameThe Myth
Born(1941-07-04)July 4, 1941
Cuba
DiedNovember 12, 2012(2012-11-12) (aged 71)
Chicago, Illinois, United States
HeightScript error: No such module "person height".
WeightScript error: No such module "Person weight".
Professional career
Pro-debutScript error: No such module "Cslist".
Best winScript error: No such module "Cslist".
PredecessorLarry Scott
SuccessorArnold Schwarzenegger
Active1962–1985
{{Infobox bodybuilder
| name             = Sergio Oliva
| nickname         = The Myth
| birth_date       = {{birth date|1941|07|04}}
| birth_place      = [[Cuba]]
| death_date       = {{death date and age|2012|11|12|1941|07|04}}
| death_place      = [[Chicago]], [[Illinois]], [[United States]]
| height           = 5 ft 8 in
| weight           = 225 lb
| firstproshow     = Mr. World
| firstproshowyear = 1966
| bestwin          = IFBB Mr. Olympia 1967–1969, three consecutive times
| bestwinyear      = 1968 uncontested and unchallenged
| predecessor      = [[Larry Scott (bodybuilder)|Larry Scott]]
| successor        = [[Arnold Schwarzenegger#Bodybuilding career|Arnold Schwarzenegger]]
| active           = 1962–1985
}}

Parameter aliases

The template accepts |yesorretiredyear= as a legacy alias for the |active= parameter.

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 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.