Difference between revisions of "Template:ESPN NFL/doc"
imported>Zyxw m (Since <tt> is obsolete in HTML5, replace it with <kbd> – see HTML element#tt, Wikipedia:HTML5, and mw:Help:Extension:Linter/obsolete-tag. using AWB) |
imported>Zyxw (note module used, move examples) |
||
| Line 2: | Line 2: | ||
<!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> | <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> | ||
{{Uses Wikidata|P3686}} | {{Uses Wikidata|P3686}} | ||
| + | {{Lua|Module:EditAtWikidata}} | ||
'''{{NAMESPACE}}:{{BASEPAGENAME}}''' displays an external link to a [[National Football League]] (NFL) player's profile at [http://www.espn.com/ ESPN.com]. It is intended for use in the [[Wikipedia:External links|external links]] section of an article. | '''{{NAMESPACE}}:{{BASEPAGENAME}}''' displays an external link to a [[National Football League]] (NFL) player's profile at [http://www.espn.com/ ESPN.com]. It is intended for use in the [[Wikipedia:External links|external links]] section of an article. | ||
| Line 14: | Line 15: | ||
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | id= ''ID'' | name= ''NAME'' }}</code> | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | id= ''ID'' | name= ''NAME'' }}</code> | ||
| − | Using [[Wikidata]] property | + | Using [[Wikidata]] property {{Property|3686}}: |
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code> | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code> | ||
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | name= ''NAME'' }}</code> | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | name= ''NAME'' }}</code> | ||
| + | |||
| + | == Examples == | ||
| + | |||
| + | === Unnamed parameters === | ||
| + | ''URL:'' | ||
| + | : <kbd>[http://www.espn.com/nfl/player/stats/_/id/10536 http://www.espn.com/nfl/player/stats/_/id/{{hilite|10536}}]</kbd> | ||
| + | |||
| + | ''Usage:'' | ||
| + | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | 10536 | Trent Edwards }}</code> | ||
| + | |||
| + | ''Output:'' | ||
| + | : {{{{BASEPAGENAME}} | 10536 | Trent Edwards }} | ||
| + | |||
| + | === Named parameters === | ||
| + | ''URL:'' | ||
| + | : <kbd>[http://www.espn.com/nfl/player/stats/_/id/15994 http://www.espn.com/nfl/player/stats/_/id/{{hilite|15994}}]</kbd> | ||
| + | |||
| + | ''Usage:'' | ||
| + | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | id= 15994 | name= Theo Riddick }}</code> | ||
| + | |||
| + | ''Output:'' | ||
| + | : {{{{BASEPAGENAME}} | id= 15994 | name= Theo Riddick }} | ||
| + | |||
| + | === No parameters and Wikidata property not defined === | ||
| + | ''Usage:'' | ||
| + | : <code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code> | ||
| + | |||
| + | ''Output:'' | ||
| + | : {{ {{BASEPAGENAME}} }} | ||
== TemplateData == | == TemplateData == | ||
| Line 43: | Line 73: | ||
} | } | ||
</templatedata> | </templatedata> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== See also == | == See also == | ||
| Line 83: | Line 87: | ||
[[Category:American football external link templates]] | [[Category:American football external link templates]] | ||
[[Category:National Football League templates]] | [[Category:National Football League templates]] | ||
| − | |||
[[Category:External link templates using Wikidata]] | [[Category:External link templates using Wikidata]] | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 12:00, 12 October 2018
| 40px | This is a documentation subpage for Template:ESPN NFL. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
Template:ESPN NFL displays an external link to a National Football League (NFL) player's profile at ESPN.com. It is intended for use in the external links section of an article.
Contents
Usage
Unnamed parameters:
{{ESPN NFL | ID }}{{ESPN NFL | ID | NAME }}
Named parameters:
{{ESPN NFL | id= ID }}{{ESPN NFL | id= ID | name= NAME }}
Using Wikidata property Template:Property:
{{ESPN NFL}}{{ESPN NFL | name= NAME }}
Examples
Unnamed parameters
URL:
Usage:
{{ESPN NFL | 10536 | Trent Edwards }}
Output:
- Trent Edwards at ESPN.comScript error: No such module "EditAtWikidata".
Named parameters
URL:
Usage:
{{ESPN NFL | id= 15994 | name= Theo Riddick }}
Output:
- Theo Riddick at ESPN.comScript error: No such module "EditAtWikidata".
No parameters and Wikidata property not defined
Usage:
{{ESPN NFL}}
Output:
- Template:PAGENAMEBASE at ESPN.comScript error: No such module "EditAtWikidata".
TemplateData
TemplateData for ESPN NFL
This template displays an external link to a National Football League (NFL) player's profile at ESPN.com. It is intended for use in the external links section of an article.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Player ID | id 1 | The "id" parameter (or unnamed parameter "1") should contain the ID portion of the URL for the player's profile. Example: 15994 is the ID portion of http://www.espn.com/nfl/player/stats/_/id/15994. This parameter is optional if Wikidata property P3686 exists, but required if not.
| Number | required |
| Player name | name 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 "(football player)".
| String | optional |
See also
- {{Footballstats}}
Other ESPN external link templates:
- {{ESPN NHL}}
- {{ESPN FC}}
- {{ESPNcricinfo}}
- {{ESPNscrum}}