Difference between revisions of "Template:Hockey-reference/doc"

From blackwiki
Jump to navigation Jump to search
imported>Zyxw
(→‎Examples: update)
imported>Jonesey95
m (Fix Linter errors using AutoEd)
 
Line 23: Line 23:
 
=== Unnamed parameters ===
 
=== Unnamed parameters ===
 
''URL:''
 
''URL:''
: <tt>[https://www.hockey-reference.com/players/k/kanepa01.html https://www.hockey-reference.com/players/{{hilite|k/kanepa01}}.html]</tt>
+
: <code>[https://www.hockey-reference.com/players/k/kanepa01.html https://www.hockey-reference.com/players/{{hilite|k/kanepa01}}.html]</code>
 
''Usage:''
 
''Usage:''
 
: <code><nowiki>* {{</nowiki>{{BASEPAGENAME}} | k/kanepa01 | Patrick Kane }}</code>
 
: <code><nowiki>* {{</nowiki>{{BASEPAGENAME}} | k/kanepa01 | Patrick Kane }}</code>
Line 31: Line 31:
 
=== Named parameters ===
 
=== Named parameters ===
 
''URL:''
 
''URL:''
: <tt>[https://www.hockey-reference.com/players/s/staaler01.html https://www.hockey-reference.com/players/{{hilite|s/staaler01}}.html]</tt>
+
: <code>[https://www.hockey-reference.com/players/s/staaler01.html https://www.hockey-reference.com/players/{{hilite|s/staaler01}}.html]</code>
 
''Usage:''
 
''Usage:''
 
: <code><nowiki>* {{</nowiki>{{BASEPAGENAME}} | id= s/staaler01 | name= Eric Staal <nowiki>}}</nowiki></code>
 
: <code><nowiki>* {{</nowiki>{{BASEPAGENAME}} | id= s/staaler01 | name= Eric Staal <nowiki>}}</nowiki></code>

Latest revision as of 02:08, 3 June 2020

Template:Uses Wikidata

Template:Hockey-reference displays an external link to an ice hockey player's profile at Hockey-Reference.com. It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{Hockey-reference | ID }}
{{Hockey-reference | ID | NAME }}

Named parameters:

{{Hockey-reference | id= ID }}
{{Hockey-reference | id= ID | name= NAME }}

Using Wikidata property P3598:

{{Hockey-reference}}
{{Hockey-reference | name= NAME }}

Examples

Unnamed parameters

URL:

https://www.hockey-reference.com/players/k/kanepa01.html

Usage:

* {{Hockey-reference | k/kanepa01 | Patrick Kane }}

Output:

Named parameters

URL:

https://www.hockey-reference.com/players/s/staaler01.html

Usage:

* {{Hockey-reference | id= s/staaler01 | name= Eric Staal }}

Output:

No parameters and Wikidata property not defined

Usage:

* {{Hockey-reference}}

Output:

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 Hockey-reference

This template displays an external link to an ice hockey player's profile at Hockey-Reference.com. It is intended for use in the external links section of an article.

Template parameters

ParameterDescriptionTypeStatus
Player IDid 1

The "id" parameter (or unnamed parameter "1") should contain the ID portion of the URL for the player's profile. Example: k/kanepa01 is the ID portion of https://www.hockey-reference.com/players/k/kanepa01.html. This parameter is optional if Wikidata property P3598 exists, but required if not.

Default
Wikidata property P3598
Stringoptional
Player namename 2

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)".

Default
{{PAGENAMEBASE}}
Stringoptional

See also