Template:AFL player/sandbox

From blackwiki
Jump to navigation Jump to search

{{{name}}}'s profile on the official website of the Australian Football League

Template documentation[view] [edit] [history] [purge]

Template:AFL player displays an external link to an Australian rules football player's page at the website for a club in the Australian Football League (AFL). This template is used to implement other templates for specific AFL teams such as Template:Adelplayer (Adelaide Football Club) and Template:Brisplayer (Brisbane Lions) which can be used in the external links sections of the player's Wikipedia article.

Usage

With Club parameter only:

{{AFL player | Club= }}

With id and name parameters:

{{AFL player | Club= | id= }}
{{AFL player | Club= | name= }}
{{AFL player | Club= | id= | name= }}

With link and alt parameters:

{{AFL player | Club= | link= }}
{{AFL player | Club= | alt= }}
{{AFL player | Club= | link= | alt= }}

Parameters

Required: Club parameter

|Club= Name Website Template
ADE Adelaide Football Club www.afc.com.au {{Adelplayer}}
BRI Brisbane Lions www.lions.com.au {{Brisplayer}}
CAR Carlton Football Club www.carltonfc.com.au {{Carlplayer}}
COL Collingwood Football Club www.collingwoodfc.com.au {{Collplayer}}
ESS Essendon Football Club www.essendonfc.com.au {{Essplayer}}
FRE Fremantle Football Club www.fremantlefc.com.au {{Fremplayer}}
GC Gold Coast Suns www.goldcoastfc.com.au {{GCplayer}}
GEE Geelong Football Club www.geelongcats.com.au {{Geelplayer}}
GWS Greater Western Sydney Giants www.gwsgiants.com.au {{GWSplayer}}
HAW Hawthorn Football Club www.hawthornfc.com.au {{Hawplayer}}
MEL Melbourne Football Club www.melbournefc.com.au {{Melbplayer}}
NM North Melbourne Football Club www.nmfc.com.au {{NMplayer}}
POR Port Adelaide Football Club www.portadelaidefc.com.au {{Portplayer}}
RIC Richmond Football Club www.richmondfc.com.au {{Richplayer}}
STK St Kilda Football Club www.saints.com.au {{Stkplayer}}
SYD Sydney Swans www.sydneyswans.com.au {{Sydplayer}}
WBD Western Bulldogs www.westernbulldogs.com.au {{Wbplayer}}
WCE West Coast Eagles www.westcoasteagles.com.au {{Wceplayer}}

Optional: id or link parameters

This parameter may be used specify the portion of the URL specific to an individual player, such as tom-jonas in http://www.portadelaidefc.com.au/player-profile/tom-jonas. It defaults to the Wikipedia article name, without any disambiguation such as "(footballer)", converted to lower case and with a hyphen added after the first word. If used in the article for Tom Jonas, the default value is tom-jonas (which is correct, therefore this parameter would be optional). If used in the article for Cam Ellis-Yolmen, the default value is cam-ellis-yolmen (which is not correct, so the template must be called with |id=cameron-ellisyolmen or |link=cameron-ellisyolmen).

Optional: name or alt parameters

This parameter may be used to specify the anchor text used for the external link, which should be the name of the player. It defaults to the Wikipedia article name, without any disambiguation such as "(footballer)". If used in an article named "Tom Jonas (footballer)", the default would be Tom Jonas. This parameter is always optional unless the anchor text should be different than the article name. For example, in the article "Cam Ellis-Yolmen" the template could be called with |name=Cameron Ellis-Yolmen or |alt=Cameron Ellis-Yolmen.

Examples

Using id and name parameters

URL:

http://www.portadelaidefc.com.au/player-profile/tom-jonas

Possible usage:

* {{AFL player | Club = POR | id= tom-jonas | name= Tom Jonas }}

Suggested usage:

* {{Portplayer | id= tom-jonas | name= Tom Jonas }}

Using link and alt parameters

URL:

http://www.afc.com.au/player-profile/cameron-ellisyolmen

Possible usage:

* {{AFL player | Club = ADE | link= cameron-ellisyolmen | alt= Cameron Ellis-Yolmen }}
  • Template:PAGENAMEBASE Cameron Ellis-Yolmen's profile on the official website of the Adelaide Football Club

Suggested usage:

* {{Adelplayer | link= cameron-ellisyolmen | alt= Cameron Ellis-Yolmen }}

Using default values

If used in the article for Tom Jonas, this template automatically generates the correct ID tom-jonas and the following links would work:

Possible usage:
* {{AFL player|Club=POR}}
Suggested usage:
* {{Portplayer}}

If used in the article for Cam Ellis-Yolmen, this template automatically generates an incorrect ID cam-ellis-yolmen. The correct ID cameron-ellisyolmen must be specified via the "id" or "link" parameters:

Possible usage:
* {{AFL player|Club=ADE|id=cameron-ellisyolmen}}
* {{AFL player|Club=ADE|link=cameron-ellisyolmen}}
Suggested usage:
* {{Adelplayer|id=cameron-ellisyolmen}}
* {{Adelplayer|link=cameron-ellisyolmen}}

Templates and modules used