Template:Soccerbase/doc

来自Local Chinese Wikipedia
跳转到导航 跳转到搜索

Template:Soccerbase displays an external link to an association football (soccer) player's page at the Soccerbase英语Soccerbase website. It is intended for use in the external links section of an article.

Usage[编辑]

Unnamed parameters:

Named parameters:

Using Wikidata property 無本頁之數據:

Examples[编辑]

Unnamed parameters[编辑]

Usage

Output

Current URL

Former URL

  • https://www.soccerbase.com/players_details.sd?playerid=547 (archive)

Named parameters[编辑]

Usage

Output

Current URL

Former URL

  • https://www.soccerbase.com/players_details.sd?playerid=31692 (archive)

No parameters and Wikidata property not defined[编辑]

Usage

Output

  • {{Soccerbase}} template missing ID and not present in Wikidata.

Instructions[编辑]

  1. Go to the Soccerbase website and search for a player.
  2. Click on the correct link to go to the player's page. Be sure is the correct right person.
  3. The page URL should look like https://www.soccerbase.com/players/player.sd?player_id=#####, where "#####" indicates a number.
  4. Copy ONLY that number
  5. Add that ID to the Wikidata item about the player, using P2193
  6. Add to the external links section the text:
    {{Soccerbase}}

Alternative method[编辑]

  1. Add to the external links section the text:
    {{Soccerbase|id=#####|name=Name}}
    where "#####" is the number you've copied, and "Name" is the person's name
  2. Searching for "David Beckham", you'll reach this page: https://www.soccerbase.com/players/player.sd?player_id=547
  3. Copy "547" and then write: {{Soccerbase|id=547|name=David Beckham}}

Note that, since this will almost certainly go on the external link section, you should add a * before the template text to include it as a list item.

TemplateData[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

Soccerbase模板数据

<templatedata> {

 "description": "This template displays an external link to an association football (soccer) player's page at the Soccerbase website. It is intended for use in the external links section of an article.",
 "params": {
   "id": {
     "label": "ID",
     "aliases": ["1"], 
     "description": "The ID portion of the URL. Example: 547 is the ID portion of https://www.soccerbase.com/players/player.sd?player_id=547. This parameter is optional if Wikidata property P2193 exists, but required if not.",
     "type": "number",
     "required": false,
     "default": "Wikidata property P2193"
   },
   "name": {
     "label": "Name",
     "aliases": ["2"], 
     "description": "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": "Soccerbase/doc"
   }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>

Tracking categories[编辑]

See also[编辑]

External links[编辑]