Template:NHL profile/doc

< Template:NHL profile

Template:NHL profile displays an external link to an ice hockey player's official National Hockey League (NHL) profile and statistics page. It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{NHL profile | ID }}
{{NHL profile | ID | NAME }}

Named parameters:

{{NHL profile | id= ID }}
{{NHL profile | id= ID | name= NAME }}

Using Wikidata property P3522:

{{NHL profile}}
{{NHL profile | name= NAME }}

Examples

Unnamed parameters

URLs:

http://www.nhl.com/ice/player.htm?id=8448974
https://www.nhl.com/player/eddie-shack-8448974
https://www.nhl.com/player/8448974

Usage:

{{NHL profile | 8448974 | Eddie Shack }}

Output:

Eddie Shack player profile at NHL.com

Named parameters

URLs:

http://www.nhl.com/ice/player.htm?id=8471675
https://www.nhl.com/player/sidney-crosby-8471675
https://www.nhl.com/player/8471675

Usage:

{{NHL profile | id= 8471675 | name= Sidney Crosby }}

Output:

Sidney Crosby player profile at NHL.com

No parameters and Wikidata property not defined

Usage:

{{NHL profile}}

Output:

NHL profile/doc player profile at NHL.com

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for NHL profile

<templatedata> {

 "description": "This template displays an external link to an ice hockey player's official National Hockey League (NHL) profile and statistics page. It is intended for use in the external links section of an article.",
 "params": {
   "id": {
     "label": "Player ID",
     "aliases": ["1"], 
     "description": "The \"id\" parameter (or unnamed parameter \"1\") should contain the ID portion of the URL for the player's profile. Example: 8448974 is the ID portion of http://www.nhl.com/ice/player.htm?id=8448974 or https://www.nhl.com/player/eddie-shack-8448974. This parameter is optional if Wikidata property P3522 exists, but required if not.",
     "type": "number",
     "required": false,
     "default": "Wikidata property P3522"
   },
   "name": {
     "label": "Player name",
     "aliases": ["2"], 
     "description": "The \"name\" parameter (or unnamed parameter \"2\") may be used to specify the link text, which should be the name of the player. This parameter is optional; it defaults to the Wikipedia article name, without any disambiguation such as \"(ice hockey)\".",
     "type": "string",
     "required": false,
     "default": "NHL profile/doc"
   }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>

See also

Ice hockey player external link templates:

External links