Template:DFB

{{{name}}} at DFB (also available in German)

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

Template:DFB displays an external link to a profile of an association football (soccer) player, coach, or referee at the official website of the German Football Association (Deutscher Fußball-Bund or DFB), the national sport governing body for association football in Germany. It is intended for use in the external links section of an article.

Usage

Article name as link text:

{{DFB | ID }}
{{DFB | id= ID }}
{{DFB | id= ID | type= TYPE }}

Parameter as link text:

{{DFB | ID | NAME }}
{{DFB | id= ID | name= NAME }}
{{DFB | id= ID | name= NAME | type= TYPE }}

Using Wikidata property (P4023):

{{DFB}}
{{DFB | name= NAME }}
{{DFB | name= NAME | type= TYPE }}

The |type= parameter can be used to specify a specific profile (player, coach or referee) in the case that multiple exist for the same person.

Examples

Player

Usage:

* {{DFB | dzsenifer-marozsan | Dzsenifer Marozsán }}
* {{DFB | id= 106623 | name= Dzsenifer Marozsán }}

Output:

URLs (English website):

https://datencenter.dfb.de/en/profile/dzsenifer-marozsan
https://datencenter.dfb.de/en/profile/106623
https://www.dfb.de/en/data-center/people/dzsenifer-marozsan/player
https://www.dfb.de/en/data-center/people/106623/player

URLs (German website):

https://datencenter.dfb.de/profil/dzsenifer-marozsan
https://datencenter.dfb.de/profil/106623
https://www.dfb.de/datencenter/personen/dzsenifer-marozsan/spielerin
https://www.dfb.de/datencenter/personen/106623/spielerin

Note: The German URLs use "spieler" for male players and "spielerin" for female players.

Coach

This is an example of a person with two different alpha IDs: uwe-rosler (English website) and uwe-roesler (German website). Use the numeric ID instead, which works for either website.

Usage:

* {{DFB | uwe-rosler | Uwe Rösler }}
* {{DFB | id= 28733 | name= Uwe Rösler }}

Output:

URLs (English website):

https://datencenter.dfb.de/en/profile/uwe-rosler
https://datencenter.dfb.de/en/profile/28733
https://www.dfb.de/en/data-center/people/uwe-rosler/coach
https://www.dfb.de/en/data-center/people/28733/coach

URLs (German website):

https://datencenter.dfb.de/profil/uwe-roesler
https://datencenter.dfb.de/profil/28733
https://www.dfb.de/datencenter/personen/uwe-roesler/trainer
https://www.dfb.de/datencenter/personen/28733/trainer

Note: The German URLs use "trainer" for male coaches and "trainerin" for female coaches.

Referee

Usage:

* {{DFB | bibiana-steinhaus | Bibiana Steinhaus }}
* {{DFB | id= 48991 | name= Bibiana Steinhaus }}

Output:

URLs (English website):

https://datencenter.dfb.de/en/profile/bibiana-steinhaus
https://datencenter.dfb.de/en/profile/48991
https://www.dfb.de/en/data-center/people/bibiana-steinhaus/referee
https://www.dfb.de/en/data-center/people/48991/referee

URLs (German website):

https://datencenter.dfb.de/profil/bibiana-steinhaus
https://datencenter.dfb.de/profil/48991
https://www.dfb.de/datencenter/personen/bibiana-steinhaus/schiedsrichterin
https://www.dfb.de/datencenter/personen/48991/schiedsrichterin

Note: The German URLs use "schiedsrichter" for male referees and "schiedsrichterin" for female referees.

No parameters and Wikidata property not defined

Usage:

* {{DFB}}

Output:

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 DFB

<templatedata> {

 "description": "This template displays an external link to a profile of an association football (soccer) player, coach, or referee at the official website of the German Football Association (Deutscher Fußball-Bund or DFB), the national sport governing body for association football in Germany. 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. Examples: 106623 in https://datencenter.dfb.de/en/profile/106623 or https://www.dfb.de/en/data-center/people/106623/player, dzsenifer-marozsan in https://datencenter.dfb.de/en/profile/dzsenifer-marozsan or https://www.dfb.de/en/data-center/people/dzsenifer-marozsan/player. This parameter is optional if Wikidata property P4023 exists, but required if not.",
     "type": "string",
     "required": false,
     "default": "Wikidata property P4023"
   },
   "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": "DFB"
   },
   "type": {
     "label": "type",
     "description": "The \"type\" parameter may be used to specify the type of profile to display (if multiple apply to the same person): \"player\", \"coach\" or \"referee\".",
     "type": "string",
     "required": false
   }
 },
 "paramOrder": [
   "id",
   "name",
   "type"
 ]

} </templatedata>

Other websites