Jump to content

Template:IMDb title/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Restored revision 1235033155 by Zyxw (talk)
 
(7 intermediate revisions by 5 users not shown)
Line 12: Line 12:
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> | <var>DESCRIPTION</var> }}
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> | <var>DESCRIPTION</var> }}
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> | <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var> }}
* {{tlx|{{BASEPAGENAME}} | <var>ID</var> | <var>TITLE</var> | <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var> | qid{{=}} <var>QID</var>}}


Named parameters:
Named parameters:
Line 19: Line 17:
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var>}}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var>}}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var>}}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var> | qid{{=}} <var>QID</var>}}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | quotes{{=}} yes }}
* {{tlx|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | quotes{{=}} yes }}


Line 27: Line 23:
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> }}
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var>}}
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var>}}
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var>}}
* {{tlx|{{BASEPAGENAME}} | title{{=}} <var>TITLE</var> | description{{=}} <var>DESCRIPTION</var> | section{{=}} <var>SECTION</var> | qid{{=}} <var>QID</var>}}
* {{tlx|{{BASEPAGENAME}} | quotes{{=}} yes }}
* {{tlx|{{BASEPAGENAME}} | quotes{{=}} yes }}


Line 45: Line 39:
# (Optional) If you want to add an additional description to distinguish this film/show from another that may be on the same page with the same name, use the following text:
# (Optional) If you want to add an additional description to distinguish this film/show from another that may be on the same page with the same name, use the following text:
#: {{tlx|IMDb title|#######|''Title''|''Description''}}
#: {{tlx|IMDb title|#######|''Title''|''Description''}}
#: where <code>#######</code> is the number you've copied, <code>''Title''</code> is the title of the movie or show, and <code>''Description''</code> is the description of the show, in parentheses.
#: where <code>#######</code> is the number you've copied, <code>''Title''</code> is the title of the movie or show, and <code>''Description''</code> is the description of the show, in parentheses. The description is rendered outside the automatic quote marks or italic formatting.
# (Optional) There is also the {{para|section}} parameter which can be set to {{para|section|awards}} or {{para|section|cast}} to link to the Awards or Cast and Crew sections of the site.


== Examples ==
== Examples ==
Line 67: Line 60:
* {{tlx|IMDb title|0106117|Route 66|(1993 TV series)|_show_result=y}}
* {{tlx|IMDb title|0106117|Route 66|(1993 TV series)|_show_result=y}}
* {{tlx|IMDb title|id{{=}}0106117|title{{=}}Route 66|description{{=}}(1993 TV series)|_show_result=y}}
* {{tlx|IMDb title|id{{=}}0106117|title{{=}}Route 66|description{{=}}(1993 TV series)|_show_result=y}}

=== Parameter: section ===
* {{tlx|IMDb title|0111282|Stargate|section= awards|_show_result=y}}
* {{tlx|IMDb title|id{{=}}0111282|title{{=}}Stargate|description{{=}}(1994 film)|section{{=}}awards|_show_result=y}}
* {{tlx|IMDb title|0111282|Stargate|section{{=}}cast|_show_result=y}}


=== Parameter: qid ===
=== Parameter: qid ===
Using Wikidata property {{Prop|345}} from Wikidata item {{Q|105801}}:
* {{tlx|IMDb title|qid{{=}}Q105801|title{{=}}Stargate|_show_result=y}}
* {{tlx|IMDb title|qid{{=}}Q105801|title{{=}}Stargate|_show_result=y}}

* {{tlx|IMDb title|qid{{=}}Q105801|title{{=}}Stargate|description{{=}}(1994 film)|section{{=}}awards|_show_result=y}}
=== No parameters ===
Usage in Wikipedia article [[Stargate (film)|''Stargate'' (film)]]:
* {{tlx|IMDb title}} → {{IMDb title|qid=Q105801|title=Stargate}}


==TemplateData==
==TemplateData==
Line 109: Line 101:
],
],
"description": "Description of the production, such as the year made (in parentheses).",
"description": "Description of the production, such as the year made (in parentheses).",
"type": "string",
"required": false
},
"section": {
"label": "Section",
"description": "Can be 'award' or 'awards' which makes a link to the awards page, or 'cast' to link to the cast and crew page. Other values are ignored.",
"type": "string",
"type": "string",
"required": false
"required": false
Line 138: Line 124:


The second parameter for the film title override is still available to handle differences between article titles and film titles (e.g. due to [[Wikipedia:Disambiguation|disambiguation]] wording in the title). The first parameter may be left blank to default from Wikidata – for example <nowiki>{{IMDb title||Film title}}</nowiki>.
The second parameter for the film title override is still available to handle differences between article titles and film titles (e.g. due to [[Wikipedia:Disambiguation|disambiguation]] wording in the title). The first parameter may be left blank to default from Wikidata – for example <nowiki>{{IMDb title||Film title}}</nowiki>.

== Sections ==
The template will automatically change when the template is used on lists of awards, characters, or soundtracks. The url is made more specific to reflect the articles scope. This is done by identifying the articles type through Wikidata.


== Linksearch ==
== Linksearch ==
Line 146: Line 135:


== Tracking categories ==
== Tracking categories ==
<section begin=Tracking/>
* {{Category link with count|IMDb template with no id set}}
* {{Category link with count|IMDb template with invalid id set}}
* {{Category link with count|IMDb template with invalid id set}}
* {{Category link with count|Pages using IMDb title with no id set}}
* {{Category link with count|Pages using IMDb title instead of IMDb episode}}
* {{Category link with count|Pages using IMDb title instead of IMDb episode}}
* {{Category link with count|Pages using IMDb title instead of IMDb episodes}}
* {{Category link with count|Pages using IMDb title instead of IMDb episodes}}
* {{Category link with count|Pages using IMDb title with unknown parameters}}
* {{Category link with count|Pages using IMDb title with unknown parameters}}
* {{Category link with count|IMDb title ID different from Wikidata}}
* {{Category link with count|IMDb title ID different from Wikidata}}
* {{Category link with count|IMDb title ID not in Wikidata}}
* {{Category link with count|IMDb title ID not in Wikidata}}<section end=Tracking/>


== See also ==
== See also ==

Latest revision as of 23:17, 5 August 2024

This template is used to generate an external link to a web page at IMDb. It should be used exclusively for TITLES—movies, TV series, games, etc.—and is intended for use in the external links section of an article.

Usage

[edit]

Unnamed parameters:

Named parameters:

Using Wikidata property IMDb ID (P345):

Instructions

[edit]
  1. Search on IMDb.com for the title you want. On the Wikipedia page of the film concerned this can often be done with the link produced by previewing {{IMDb title}} (this may not work if the page title is more than just the film title).
  2. Click on the correct link to go to the movie's page (or whatever you're looking for). Be sure you're getting on the correct title page.
  3. The page URL should look like this:
    https://www.imdb.com/title/tt######/
    where ###### indicates a number.
  4. Copy the 7- or 8-digit ID number that appears after tt in the URL. The leading "tt" is not required, but the template will still work if it is included. The leading zeros in the number are recommended for Linksearch uniformity.
  5. Add the following to the external links section of the article:
    {{IMDb title|######|Film Name}} or {{IMDb title|id=######|title=Film Name}}
    where ###### is the number you've copied, and Film Name is the title of the movie or show.
  6. (Optional) If you want to add an additional description to distinguish this film/show from another that may be on the same page with the same name, use the following text:
    {{IMDb title|#######|Title|Description}}
    where ####### is the number you've copied, Title is the title of the movie or show, and Description is the description of the show, in parentheses. The description is rendered outside the automatic quote marks or italic formatting.

Examples

[edit]

Parameter: id (1)

[edit]
  1. Search on IMDb.com for the title Alpha Dog. This can also be done on the Wikipedia page by previewing {{IMDb title}} and clicking that link (https://www.imdb.com/find?q=Alpha+Dog&s=tt).
  2. On the IMDb search results page, click the link for "Alpha Dog (2006)". That IMDb page URL is:
    https://www.imdb.com/title/tt0426883/ or http://www.imdb.com/title/tt0426883/
  3. Copy 0426883 and add it to the template:

Typically this is a list item in the external links section (even if there is only one link), so you should add "*" in front.

Parameter: title (2)

[edit]

Parameter: description (3)

[edit]

Parameter: qid

[edit]

Using Wikidata property IMDb ID (P345) from Wikidata item Stargate (Q105801):

No parameters

[edit]

Usage in Wikipedia article Stargate (film):

TemplateData

[edit]
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:IMDb title in articles based on its TemplateData.

TemplateData for IMDb title

This is a template to generate links to Internet Movie Database.

Template parameters

ParameterDescriptionTypeStatus
IDid 1

Number of the IMDb title, taken from the numbers at the end of its IMDb URL. This parameter is optional if Wikidata property P345 contains an ID starting with tt or the qid paramter is used, but required if not.

Default
Wikidata property P345 or IMDb search URL
Numberoptional
Titletitle 2

Title of the production. Defaults to the Wikipedia article name, without any disambiguation such as (film).

Default
{{PAGENAMEBASE}}
Stringoptional
Descriptiondescription 3

Description of the production, such as the year made (in parentheses).

Stringoptional
qidqid

Retrieves the id stored at a specific WikiData item, this can be used to get an id stored in another item without using the 'id' parameter.

Unknownoptional
link_hidelink_hide

If parameter is used and has something other than blank, IMDb will not be wikilinked

Unknownoptional

Wikidata

[edit]

The Wikidata project provides a central collection of information and parameters for articles for the various Wikimedia Foundation projects. This includes the IMDB title codes for films. For example, the film Space Milkshake has a corresponding Wikidata item (Q7572422), which in turn includes an IMDb identifier. If {{IMDb title}} is invoked in an article without the "id" parameter, and if Wikidata has an IMDb identifier specified for that article's corresponding item, the IMDb link with its title code will be included automatically.

For new film articles, the IMDb identifier property (and the film title item itself) may need to be added at Wikidata first, so that the default IMDb link can be available for use on Wikipedia and other Wikimedia projects.

This Wikidata capability was implemented on the English Wikipedia as of April 2013.

Note that the title code (first parameter) can still be specified as before and this will override the Wikidata default e.g. where this template is used to link to a film whose title does not correspond to the subject of the article (for example, in the case of a single article about a film and its sequels).

The second parameter for the film title override is still available to handle differences between article titles and film titles (e.g. due to disambiguation wording in the title). The first parameter may be left blank to default from Wikidata – for example {{IMDb title||Film title}}.

Sections

[edit]

The template will automatically change when the template is used on lists of awards, characters, or soundtracks. The url is made more specific to reflect the articles scope. This is done by identifying the articles type through Wikidata.

Linksearch

[edit]

For a given link target (or first part of that) the pages from where there are links are found by a link such as this:

Tracking categories

[edit]

See also

[edit]

Similar television title template:

Similar film title templates: