Template:ITF junior profile

{{{name}}} at the International Tennis Federation Junior Profile

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

Template:ITF junior profile displays an external link to a junior tennis player's profile at the International Tennis Federation (ITF) website.

Usage

Unnamed parameters:

  • {{ITF junior profile|ID}}
  • {{ITF junior profile|ID|NAME}}

Named parameters:

  • {{ITF junior profile|id=ID}}
  • {{ITF junior profile|id=ID|name=NAME}}

TemplateData

This is the TemplateData documentation for the template used by the new VisualEditor.

ITF junior profile

<templatedata>{ "description": "This template displays an external link to a junior tennis player's profile at the International Tennis Federation (ITF) website.", "params": {

 "1": {
   "label": "ID",
   "aliases": ["id","number"], 
   "description": "Player's ID number in the URL. Example: 100167491 is the ID in http://www.itftennis.com/juniors/players/player/profile.aspx?playerid=100167491",
   "type": "string",
   "default": "",
   "required": true
 },
 "2": {
   "label": "Name",
   "aliases": ["name"], 
   "description": "Name of tennis player. If not given it defaults to the Wikipedia article name, without any disambiguation such as (tennis).",
   "type": "string",
   "default": "ITF junior profile",
   "required": false
 }

}}</templatedata>

Examples

Unnamed parameters

Usage:

  • {{ITF junior profile | 100167491 | Alexander Zverev }}

Output:

URL:

Named parameters

id

Usage:

  • {{ITF junior profile |id= 100153112 |name= Belinda Bencic }}

Output:

URL:

number

Usage:

  • {{ITF junior profile |number= 100119096 |name= Laura Robson }}

Output:

URL:

See also