Template:FedCup player/doc

< Template:FedCup player

Template:FedCup player displays an external link to a tennis player's profile at the Fed Cup website (www.fedcup.com). It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{FedCup player | ID }}
{{FedCup player | ID | NAME }}

Named parameters:

{{FedCup player | id= ID }}
{{FedCup player | id= ID | name= NAME }}

Using Wikidata property P2642:

{{FedCup player}}
{{FedCup player | name= NAME }}

Examples

Unnamed parameters

URL:

https://www.fedcup.com/en/players/player.aspx?id=800182335

Usage:

{{FedCup player | 800182335 | Lindsay Davenport }}

Output:

Lindsay Davenport at the Fed Cup

Named parameters

URL:

https://www.fedcup.com/en/players/player.aspx?id=800242696

Usage:

{{FedCup player | id= 800242696 | name= Zhang Shuai }}

Output:

Zhang Shuai at the Fed Cup

No parameters and Wikidata property not defined

Usage:

{{FedCup player}}

Output:

FedCup player/doc at the Fed Cup

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 FedCup player

<templatedata> {

 "description": "This template displays an external link to a tennis player's profile at the Fed Cup website (www.fedcup.com). It is intended for use in the external links section of an article.",
 "params": {
   "id": {
     "label": "id",
     "aliases": ["1"], 
     "description": "The \"id\" parameter (or unnamed parameter \"1\") should contain the ID portion of the URL. Example: 800182335 is the ID portion of https://www.fedcup.com/en/players/player.aspx?id=800182335. This parameter is optional if Wikidata property P2642 exists, but required if not.",
     "type": "number",
     "required": false,
     "default": "Wikidata property P2642"
   },
   "name": {
     "label": "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 tennis player. This parameter is optional; it defaults to the Wikipedia article name, without any disambiguation such as \"(tennis))\".",
     "type": "string",
     "required": false,
     "default": "FedCup player/doc"
   }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>

Tracking categories

"id" parameter exists
"id" parameter does not exist

See also