Template:Football squad/doc

< Template:Football squad

Usage

{{Football squad/doc}} is designed to be used within squad list templates (typically placed at the bottom of a player page) in order to make editing and standardisation easier. If you want to use this template first set up a new template for your squad, typically called something like Template:(team name) squad.

Templates useful for formatting the list are:

  • {{football squad manager}} - takes the parameter "name" (manager name) and the optional parameter "title" (defaults to Manager, other commonly assigned values are Coach and Head Coach). Has no bullet mark afterward, use only as the last entry on a list.
{{football squad
| name = {{subst:PAGENAME}}
| teamname = Norwich City F.C.
| bgcolor = yellow
| textcolor = green
| bordercolor = green
| list = <div>
{{football squad2 player|no=1|name=[[Robert Green|Green]]}}
{{football squad2 player|no=2|name=[[Mattieu Louis-Jean|Louis-Jean]]}}
{{football squad2 player|no=3|name=[[Adam Drury|Drury]]}}
{{football squad2 player|no=4|name=[[Jason Shackell|Shackell]]}}
{{football squad2 player|no=5|name=[[Craig Fleming|Fleming]]}}
{{football squad2 player|no=6|name=[[Darren Huckerby|Huckerby]]}}
{{football squad2 player|no=8|name=[[Peter Thorne|Thorne]]}}
{{football squad2 player|no=10|name=[[Robert Earnshaw|Earnshaw]]}}
{{football squad manager|name=[[Glenn Roeder|Roeder]]}}
</div>
}}

produces:

Microformat

The HTML mark up produced by this template includes an hCard microformat, which makes the organisation's details parsable by computers, either acting automatically to catalogue article 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.

Sub-templates

  • If the organisation has an "established", "founded", "opened" or similar date, use {{Start date}} (unless the date is before 1583 CE).
  • If the organisation has a URL, use {{URL}}.
  • If the organisation has a "coordinates" field, use {{Coord}} to include a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • category
  • country-name
  • extended-address
  • fn
  • geo
  • label
  • latitude
  • locality
  • longitude
  • nickname
  • note
  • org
  • region
  • street-address
  • url
  • vcard

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