Template:IMDb name: Difference between revisions
From Good Old TV Fan Wiki
Adminpeter (talk | contribs) m (1 revision imported) |
Adminpeter (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
[https://www.imdb.com/ | * <span class="plainlinks">[https://www.imdb.com/name/{{{1}}} {{{2}}}at] [https://en.wikipedia.org/wiki/IMDb IMDb]</span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"id" | |||
], | |||
"label": "IMDb id", | |||
"description": "Name id from IMDb URL", | |||
"example": "\"nm0920171\" (For: https://www.imdb.com/name/nm0920171/ which is page for Dawn Wells)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"Name" | |||
], | |||
"label": "Name", | |||
"description": "Name of Person that IMDb page is about", | |||
"example": "\"Dawn Wells\" (For: https://www.imdb.com/name/nm0920171/ which is page for Dawn Wells)", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Returns external link to a person on IMDb website and link to Wikipedia IMDb page." | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 03:42, 14 March 2021
Returns external link to a person on IMDb website and link to Wikipedia IMDb page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| IMDb id | 1 id | Name id from IMDb URL
| String | required |
| Name | 2 Name | Name of Person that IMDb page is about
| String | required |