Jump to content

Template:Infobox bodybuilder/doc

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by WOSlinker (talk | contribs) at 10:32, 21 May 2023 (syntaxhighlight lang="wikitext"). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

[edit]
{{{name}}}
{{{role}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright=1]]
{{{caption}}}
Personal info
Nickname{{{nickname}}}
Full name{{{full_name}}}
Born{{{birth_date}}}
{{{birth_place}}}
Died{{{death_date}}}
{{{death_place}}}
Height{{{height}}}
Weight{{{weight}}}
Professional career
Pro-debut
  • {{{firstproshow}}}
  • {{{firstproshowyear}}}
Best win
  • {{{bestwin}}}
  • {{{bestwinyear}}}
Predecessor{{{predecessor}}}
Successor{{{successor}}}
Active{{{active}}}
{{Infobox bodybuilder
| name             = 
| gender           = 
| image            = 
| caption          = 
| nickname         = 
| full_name        = <!-- if different -->
| 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

[edit]
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
Height5 ft 8 in (173 cm)
Weight225 lb (102 kg)
Professional career
Pro-debut
  • Mr. World
  • 1966
Best win
  • IFBB Mr. Olympia 1967–1969, three consecutive times
  • 1968 uncontested and unchallenged
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

[edit]

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

Microformat

[edit]

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

[edit]

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

[edit]

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.