Template:Wereld van Oranje

(Redirected from Template:WVO)

{{{name}}} at Wereld van Oranje (in Dutch)

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

Template:Wereld van Oranje displays an external link to an association football (soccer) player's page at the Wereld van Oranje (Dutch for "World of Orange") website. It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{Wereld van Oranje | ID }}
{{Wereld van Oranje | ID | NAME }}

Named parameters:

{{Wereld van Oranje | id= ID }}
{{Wereld van Oranje | id= ID | name= NAME }}

Using Wikidata property P3677:

{{Wereld van Oranje}}
{{Wereld van Oranje | name= NAME }}

Examples

Unnamed parameters

URL:

http://www.wereldvanoranje.nl/profielen/profiel.php?id=467

Usage:

{{Wereld van Oranje | 467 | Ruud van Nistelrooy }}

Output:

Ruud van Nistelrooy at Wereld van Oranje (in Dutch)

Named parameters

URL:

http://www.wereldvanoranje.nl/profielen/profiel.php?id=1073

Usage:

{{Wereld van Oranje | id= 1073 | name= Dennis Bergkamp }}

Output:

Dennis Bergkamp at Wereld van Oranje (in Dutch)

No parameters and Wikidata property not defined

Usage:

{{Wereld van Oranje}}

Output:

Wereld van Oranje at Wereld van Oranje (in Dutch)

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 Wereld van Oranje

<templatedata> {

 "description": "This template displays an external link to an association football (soccer) player's page at the Wereld van Oranje (Dutch for \"World of Orange\") website. 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: 467 is the ID portion of http://www.wereldvanoranje.nl/profielen/profiel.php?id=467. This parameter is optional if Wikidata property P3677 exists, but required if not.",
     "type": "number",
     "required": false,
     "default": "Wikidata property P3677"
   },
   "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": "Wereld van Oranje"
    }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>