Template:IMDb title: 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/title/{{{1}}} {{{2}}}at] [https://en.wikipedia.org/wiki/IMDb IMDb]</span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"id" | |||
], | |||
"label": "IMDb id", | |||
"description": "Title id from IMDb URL", | |||
"example": "\"tt0057751\" (For: https://www.imdb.com/title/tt0057751/ which is page for Gilligan's Island)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"Title" | |||
], | |||
"label": "Title", | |||
"description": "Title of TV Series or Movie that IMDb page is about", | |||
"example": "\"Gilligan's Island\" (For: https://www.imdb.com/title/tt0057751/ which is page for Gilligan's Island)", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Returns external link to a title on IMDb website and link to Wikipedia IMDb page." | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 03:43, 14 March 2021
Returns external link to a title on IMDb website and link to Wikipedia IMDb page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| IMDb id | 1 id | Title id from IMDb URL
| String | required |
| Title | 2 Title | Title of TV Series or Movie that IMDb page is about
| String | required |