This template is used on approximately 160,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Preview message: Transclusion count updated automatically (see documentation). |
This template uses Lua: |
This template is used to generate an external link to a web page for a person in the Internet Movie Database. It is intended for use in the external links section of an article.
If the subject of the Wikipedia article is the same as the IMDb page, only ID number is required. The template then uses the Wikipedia article name as the anchor text.
To have the link text be other than the article name, use second parameter. This is necessary when adding an IMDb link to an article about somebody or something other than the linked person (for example, if you include the IMDb link for Bette Davis in the Joan Crawford article, you must specify Bette Davis's name as the text for the link).
The parameter |section=
can be set to award
(alternatively awards
) or bio
(alternatively biography
) to link to the awards or biography section for that person.
The ID number may be omitted if the article's Wikidata item includes property IMDb ID (P345).
https://www.imdb.com/find?q=Marlon+Brando&s=all
). This can also be done on the Wikipedia page by previewing {{IMDb name}}
and clicking that link ( https://www.imdb.com/find?q=Marlon+Brando&s=nm ).https://www.imdb.com/name/nm0000008/
)0000008
"), omitting the "nm
" but keep all the leading zeros.ID
" in the template code with the number
ID
" with the number and "Name
" with "Marlon Brando
"
* {{IMDb name | 0000008 | Marlon Brando }}
results in:
|section=
can be set to award
(alternatively awards
) or bio
(alternatively biography
) to link to the awards or biography section for that person.
* {{IMDb name | 0000008 | Marlon Brando | section= awards }}
gives:
* {{IMDb name | 0000008 | Marlon Brando | section= bio }}
gives:
TemplateData for IMDb name
This template is used to generate an external link to a web page for a person in the Internet Movie Database.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ID | id 1 | The IMDb ID for the target page. This parameter is optional if Wikidata property P345 contains an ID starting with nm, but required if not.
| Number | optional |
Name | name 2 | Name to be displayed as link text. Defaults to the Wikipedia article name, without any disambiguation such as (actor).
| String | optional |
Section | section | IMDb article section. Set to "award" or "awards" to link to the awards section. Set to "bio" or "biography" to link to the biography section. | String | optional |