Template:Infobox field hockey player

Usage
Up to 5 youth clubs, 10 senior clubs and 3 national teams may be specified.
If |child=yes
the result will be a child infobox suitable for use inside other infoboxes.
Blank infobox
{{Infobox field hockey player
| name =
| image =
| image_size =
| alt =
| caption =
| full_name = <!-- if different -->
| birth_name = <!-- if different -->
| birth_date = <!-- {{Birth date and age|YYYY|MM|DD|df=y}} -->
| birth_place =
| death_date = <!-- {{Death date and age|YYYY|MM|DD|df=y}} -->
| death_place =
| height = <!-- {{Convert| |cm|ftin|frac=2|abbr=on}} or {{Convert| |ft| |in|cm|abbr=on}} -->
| weight =
| spouse =
| position =
| currentclub =
| youthyears1 =
| youthclubs1 =
| youthyears2 =
| youthclubs2 =
| years1 =
| clubs1 =
| years2 =
| clubs2 =
| nationalyears1 =
| nationalteam1 =
| nationalcaps(goals)1 =
| nationalyears2 =
| nationalteam2 =
| nationalcaps(goals)2 =
| manageryears1 =
| managerclubs1 =
| manageryears2 =
| managerclubs2 =
| medaltemplates =
| updated =
}}
Separate caps/goals parameters
{{Infobox field hockey player
| name =
| image =
| image_size =
| alt =
| caption =
| full_name = <!-- if different -->
| birth_name = <!-- if different -->
| birth_date = <!-- {{Birth date and age|YYYY|MM|DD|df=y}} -->
| birth_place =
| death_date = <!-- {{Death date and age|YYYY|MM|DD|df=y}} -->
| death_place =
| height =
| weight =
| spouse =
| position =
| currentclub =
| youthyears1 =
| youthclubs1 =
| youthyears2 =
| youthclubs2 =
| years1 =
| clubs1 =
| years2 =
| clubs2 =
| nationalyears1 =
| nationalteam1 =
| nationalcaps1 =
| nationalgoals1 =
| nationalyears2 =
| nationalteam2 =
| nationalcaps2 =
| nationalgoals2 =
| manageryears1 =
| managerclubs1 =
| manageryears2 =
| managerclubs2 =
| medaltemplates =
| updated =
}}
- When filling in the updated parameter, use
{{subst:Date}}
or{{subst:Date|2=mdy}}
.
Use as a child template
The child or embed parameter is used when embedding this infobox into another.
This infobox may be used to create a genre-specific section within {{Infobox person}} (or similar biographical infobox templates) for cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see the Template:Infobox documentation which explains embedding and subboxes.
{{Infobox person
| name =
| image =
| caption =
| birth_date =
| birth_place =
| <!-- etc. -->
| module =
{{EMBEDDED TEMPLATE NAME | child=yes <!-- or embed=yes or subbox=yes -->
| parameter-1 =
| parameter-2 =
| parameter-3 =
| parameter-4 =
| <!-- etc. -->
}}
}}
Example
{{Infobox field hockey player
| name = Ellen Hoog
| image =
| caption =
| birth_date = {{Birth date and age|1986|3|26}}
| birth_place = [[Bloemendaal]], Netherlands
| height = {{convert|5|ft|7|in|cm|abbr=on}}
| position = Midfield
| clubs1 = [[Stichtse Cricket en Hockey Club|SCHC]]
| years1 = 2002-present
| nationalteam1 = [[Netherlands women's national field hockey team|Netherlands]]
| nationalyears1 = 2004-present
| nationalcaps(goals)1 = 34 (7)
| medaltemplates =
{{MedalSport|Women's [[field hockey]]}}
{{MedalCountry|the {{NED}}}}
{{MedalCompetition|[[Olympic Games]]}}
{{MedalGold|[[2008 Summer Olympics|2008 Beijing]]|[[Field hockey at the 2008 Summer Olympics – Women's tournament|Team competition]]}}
}}
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.