Template:Sambafoot manager

{{{name}}} manager profile at Sambafoot

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

Template:Sambafoot manager displays an external link to an association football (soccer) manager's profile at the Sambafoot.com website. It is intended for use in the external links section of an article.

Usage

Unnamed parameters:

{{Sambafoot manager | ID }}
{{Sambafoot manager | ID | NAME }}

Named parameters:

{{Sambafoot manager | id= ID }}
{{Sambafoot manager | id= ID | name= NAME }}

Examples

Unnamed parameters

Usage:

* {{Sambafoot manager | 127_Abel_Braga | Abel Braga }}

Output:

Current URLs:

http://www.sambafoot.com/en/coaches/127_Abel_Braga.html
http://www.sambafoot.com/pt/treinadores/127_Abel_Braga.html
http://www.sambafoot.com/fr/entraineurs/127_Abel_Braga.html
http://www.sambafoot.com/es/entrenadores/127_Abel_Braga.html

Named parameters

Usage:

* {{Sambafoot manager | id= 8700_marquinhos_santos | name= Marquinhos Santos }}

Output:

Current URLs:

http://www.sambafoot.com/en/coaches/8700_marquinhos_santos.html
http://www.sambafoot.com/pt/treinadores/8700_marquinhos_santos.html
http://www.sambafoot.com/fr/entraineurs/8700_marquinhos_santos.html
http://www.sambafoot.com/es/entrenadores/8700_marquinhos_santos.html

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 Sambafoot manager

<templatedata> {

 "description": "This template displays an external link to an association football (soccer) player's profile at the Sambafoot.com 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: 48_roberto_carlos is the ID portion of http://www.sambafoot.com/en/players/48_roberto_carlos.html. This parameter is optional if Wikidata property P3668 exists, but required if not.",
     "type": "string",
     "required": false,
     "default": "Wikidata property P3668"
   },
   "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": "Sambafoot manager"
    }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>