Template:J.League player

{{{name}}} at J.League (in Japanese)

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

Template:J.League player displays an external link to an association football (soccer) player's profile at the J.League (Japan Professional Football League) data site: data.j-league.or.jp. It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{J.League player | ID }}
{{J.League player | ID | NAME }}

Named parameters:

{{J.League player | id= ID }}
{{J.League player | id= ID | name= NAME }}

Using Wikidata property P3565:

{{J.League player}}
{{J.League player | name= NAME }}

Examples

Unnamed parameters

URL:

https://data.j-league.or.jp/SFIX04/?player_id=19690

Usage:

{{J.League player | 19690 | Takefusa Kubo }}

Output:

Takefusa Kubo at J.League (in Japanese)

Named parameters

URL:

https://data.j-league.or.jp/SFIX04/?player_id=1

Usage:

{{J.League player | id= 1 | name= Masaaki Furukawa }}

Output:

Masaaki Furukawa at J.League (in Japanese)

No parameters and Wikidata property not defined

Usage:

{{J.League player}}

Output:

J.League player at J.League (in Japanese)

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 J.League player

<templatedata> {

 "description": "This template displays an external link to an association football (soccer) player's profile at the J.League (Japan Professional Football League) data site: data.j-league.or.jp. 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: 19690 is the ID portion of https://data.j-league.or.jp/SFIX04/?player_id=19690. This parameter is optional if Wikidata property P3565 exists, but required if not.",
     "type": "number",
     "required": false,
     "default": "Wikidata property P3565"
   },
   "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 player. This parameter is optional; it defaults to the Wikipedia article name, without any disambiguation such as \"(footballer)\" or \"(soccer)\".",
     "type": "string",
     "required": false,
     "default": "J.League player"
    }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>

Tracking categories

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