Template:IMDb name/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Malyctenar
(cs:Šablona:Imdb osoba; instructions combined with example (even wikipedians writing about movies don't need that much dumbing down, do they?))
m (122 revisions imported)
 
(115 intermediate revisions by 77 users not shown)
Line 1: Line 1:
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{High-use}}
This is a template to generate links to [[Internet Movie Database]], '''used exclusively for ''PEOPLE'''''.
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). -->
{{Uses Wikidata|P345}}
{{Lua|Module:EditAtWikidata}}


To link a movie, use {{tl|imdb title}} instead.
This template is used to generate an external link to a web page for a person in the [[IMDb|Internet Movie Database]]. It is intended for use in the [[Wikipedia:External links|external links]] section of an article.


=== Options ===
: ''For a work (film/movie, TV or Web program/series, video game, etc.), use {{Tl|IMDb title}}.''
The required parameter is just the ID number (for backward compatibility, the parameter can be named <code>id</code>) and the template then uses the article title as the [[anchor text]]:
: ''For a specific TV episode or Web series episode, use {{Tl|IMDb episode}}.''
<pre>
: ''For an episode list, use {{Tl|IMDb episodes}}.''
* {{imdb name|ID}}
: ''For a company, use {{Tl|IMDb company}}.''
</pre>
: ''For an event, use {{Tl|IMDb event}}.''
To have the link text be other than the article name, use second parameter (for backward compatibility, it can be named <code>name</code>):
<pre>
* {{imdb name|ID|Name}}
</pre>


This can be used when the Wikipedia page name contains disambiguation brackets; for example at the page [[José Molina (writer)]] use <nowiki>{{</nowiki>imdb&nbsp;name|0596711|José Molina}} to have "{{imdb name|0596711| José Molina}}" rather than "{{imdb name|0596711| José Molina (writer)}}". This is also necessary should you need to add 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 using this option).
== Usage ==
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]].
* {{tlcw|{{BASEPAGENAME}} | <var>ID</var> }}
* {{tlcw|{{BASEPAGENAME}} | id{{=}} <var>ID</var> }}


Note that the options include the "<tt>*</tt>" for a bulleted list since this is most likely to be used in an "External links" section.
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).
* {{tlcw|{{BASEPAGENAME}} | <var>ID</var> | <var>NAME</var> }}
* {{tlcw|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | name{{=}} <var>NAME</var> }}


== Detailed instructions ==
The parameter {{Para|section}} can be set to <code>award</code> (alternatively <code>awards</code>) or <code>bio</code> (alternatively <code>biography</code>) to link to the awards or biography section for that person.
# Copy and paste one of the options above into the article
* {{tlcw|{{BASEPAGENAME}} | <var>ID</var> | <var>NAME</var> | section{{=}} <var>SECTION</var> }}
# Go to http://www.imdb.com and search for the person you want (say, Jack Nicholson; you'll reach <code>http://www.imdb.com/find?s=all&q=Jack+Nicholson</code>)
* {{tlcw|{{BASEPAGENAME}} | id{{=}} <var>ID</var> | name{{=}} <var>NAME</var> | section{{=}} <var>SECTION</var>}}
# Click on the correct Jack Nicholson in the list:
 
## <code>[http://www.imdb.com/name/nm0000197/ Jack Nicholson](Actor, [http://www.imdb.com/title/tt0073486/ One Flew Over the Cuckoo's Nest] (1975))</code>
The ID number may be omitted if the article's [[Wikidata]] item includes property {{Property|345}}.
# You then reach the page with [[URL]] looking like <tt>http://www.imdb.com/name/nm0000197/</tt> (or other 7-digit number)
* {{tlcw|{{BASEPAGENAME}}}}
# Copy '''only''' that number (here, "<code>0000197</code>"), omitting the "<code>nm</code>" but keep all the leading zeros (though IMDB currently seems to be able to add them as needed)
* {{tlcw|{{BASEPAGENAME}} | name{{=}} <var>NAME</var> }}
# Replace "<tt>ID</tt>" in the template code with the number
* {{tlcw|{{BASEPAGENAME}} | name{{=}} <var>NAME</var> | section{{=}} <var>SECTION</var>}}
 
== Instructions and examples ==
{{See also|Wikipedia:External links/Perennial websites#IMDb}}
 
# Go to [https://www.imdb.com/ IMDb.com] and search for the person you want (say, Marlon Brando; you'll reach <code>https://www.imdb.com/find?q=Marlon+Brando&s=all</code>). This can also be done on the Wikipedia page by previewing <code><nowiki>{{IMDb name}}</nowiki></code> and clicking that link ( https://www.imdb.com/find?q=Marlon+Brando&s=nm ).
# Click on the correct name in the list (for the actor [[Marlon Brando]], this will bring up the page <code>https://www.imdb.com/name/nm0000008/</code>)
# Copy {{em|only}} the 7- or 8-digit number (here, "<code>0000008</code>"), omitting the "<code>nm</code>" but keep all the leading zeros.
# Replace "<code>ID</code>" in the template code with the number
## For the first option above, you'll then have
## For the first option above, you'll then have
##: <tt><nowiki>* {{imdb name|0000197}}</nowiki></tt> resulting in:
##: <code><nowiki>* {{IMDb name | 0000008 }}</nowiki></code> resulting in:
##* {{imdb name|0000197}}
##:* {{IMDb name | 0000008 }}
##: Note that the link text is the same as the title of the page the template is used on; outside the page "Jack Nicholson", use the second option:
##: Note that the link text is the same as the name of the Wikipedia page the template is used on; outside the page "Marlon Brando", use the second option:
## Replace "<tt>ID</tt>" with the number ''and'' "<tt>Name</tt>" with "<tt>Jack Nicholson</tt>"
## Replace "<code>ID</code>" with the number ''and'' "<code>Name</code>" with "<code>Marlon Brando</code>"
##: <tt><nowiki>* {{imdb name|0000197|Jack Nicholson}}</nowiki></tt> results in:
##: <code><nowiki>* {{IMDb name | 0000008 | Marlon Brando }}</nowiki></code> results in:
##:* {{imdb name|0000197|Jack Nicholson}}  
##:* {{IMDb name | 0000008 | Marlon Brando }}
## The parameter {{Para|section}} can be set to <code>award</code> (alternatively <code>awards</code>) or <code>bio</code> (alternatively <code>biography</code>) to link to the awards or biography section for that person.
##: <code><nowiki>* {{IMDb name | 0000008 | Marlon Brando | section= awards }}</nowiki></code> gives:
##:* {{IMDb name | 0000008 | Marlon Brando | section= awards }}
##: <code><nowiki>* {{IMDb name | 0000008 | Marlon Brando | section= bio }}</nowiki></code> gives:
##:* {{IMDb name | 0000008 | Marlon Brando | section= bio }}
 
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"description": "This template is used to generate an external link to a web page for a person in the Internet Movie Database.",
"params": {
"id": {
"label": "ID",
"aliases": [ "1" ],
                        "description": "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.",
                        "type": "number",
                        "required": false,
                        "default": "Wikidata property P345 or IMDb search URL"
},
"name": {
"label": "Name",
"aliases": ["2"],
                        "description": "Name to be displayed as link text. Defaults to the Wikipedia article name, without any disambiguation such as (actor).",
                        "type": "string",
                        "required": false,
                        "default": "{{PAGENAMEBASE}}"
},
"section": {
"label": "Section",
"description": "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.",
"type": "string",
"required": false
}
}
}
</templatedata>
 
== Tracking categories ==
* {{clc|IMDb template with no id set}}
* {{clc|IMDb template with invalid id set}}


If you still have any doubts or questions about the use of the template, you can ask at [[User talk:Kieff]] or [[User talk:Chidom]].
== See also ==
* [[:Template:IMDb]], a list of related templates
* [[Wikipedia:IMDb]]


<includeonly>
=== Similar person templates ===
<!-- ADD CATEGORIES BELOW THIS LINE -->
* {{Tl|AllMovie name}}
[[Category:External link templates|Imdb name]]
* {{Tl|TCMDb name}}
[[Category:Television templates|Imdb name]]
* {{tl|BFI}}
[[Category:Film templates|Imdb name]]


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<includeonly>{{Sandbox other||
[[bg:Шаблон:Imdb name]]
<!-- Categories go below this line, please; interwikis go to Wikidata, thank you! -->
[[cs:Šablona:Imdb osoba]]
[[Category:Film external link templates]]
[[da:Skabelon:Imdb navn]]
[[Category:People and person external link templates]]
[[de:Vorlage:IMDb Name]]
[[Category:Television external link templates]]
[[pt:Imdb nome]]
[[Category:Templates using data from Wikidata]]
[[es:Plantilla:Imdb nombre]]
[[Category:Templates that add a tracking category]]
[[fi:Malline:IMDb-h]]
[[Category:External link templates using Wikidata]]
[[fr:Modèle:Imdb name]]
}}</includeonly>
[[id:Templat:Imdb nama]]
[[it:Template:Imdb nome]]
[[hu:Sablon:Imdb név]]
[[nl:Sjabloon:IMDb naam]]
[[no:Mal:Imdb navn]]
[[pl:Szablon:Imdb]]
[[ru:Шаблон:Imdb name]]
[[sl:Template:Imdb name]]
[[sv:Mall:Imdb namn]]
[[vi:Tiêu bản:Imdb name]]
[[zh:Template:Imdb name]]
</includeonly>

Latest revision as of 04:34, 3 September 2020

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.

For a work (film/movie, TV or Web program/series, video game, etc.), use {{IMDb title}}.
For a specific TV episode or Web series episode, use {{IMDb episode}}.
For an episode list, use {{IMDb episodes}}.
For a company, use {{IMDb company}}.
For an event, use {{IMDb event}}.

Usage

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.

  • {{IMDb name | ID }}
  • {{IMDb name | id= ID }}

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).

  • {{IMDb name | ID | NAME }}
  • {{IMDb name | id= ID | name= NAME }}

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.

  • {{IMDb name | ID | NAME | section= SECTION }}
  • {{IMDb name | id= ID | name= NAME | section= SECTION }}

The ID number may be omitted if the article's Wikidata item includes property (P345).

  • {{IMDb name}}
  • {{IMDb name | name= NAME }}
  • {{IMDb name | name= NAME | section= SECTION }}

Instructions and examples

  1. Go to IMDb.com and search for the person you want (say, Marlon Brando; you'll reach 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 ).
  2. Click on the correct name in the list (for the actor Marlon Brando, this will bring up the page https://www.imdb.com/name/nm0000008/)
  3. Copy only the 7- or 8-digit number (here, "0000008"), omitting the "nm" but keep all the leading zeros.
  4. Replace "ID" in the template code with the number
    1. For the first option above, you'll then have
      * {{IMDb name | 0000008 }} resulting in:
      Note that the link text is the same as the name of the Wikipedia page the template is used on; outside the page "Marlon Brando", use the second option:
    2. Replace "ID" with the number and "Name" with "Marlon Brando"
      * {{IMDb name | 0000008 | Marlon Brando }} results in:
    3. 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.
      * {{IMDb name | 0000008 | Marlon Brando | section= awards }} gives:
      * {{IMDb name | 0000008 | Marlon Brando | section= bio }} gives:

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for this template in articles based on this TemplateData.

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.

Template parameters

ParameterDescriptionTypeStatus
IDid 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.

Default
Wikidata property P345 or IMDb search URL
Numberoptional
Namename 2

Name to be displayed as link text. Defaults to the Wikipedia article name, without any disambiguation such as (actor).

Default
{{PAGENAMEBASE}}
Stringoptional
Sectionsection

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.

Stringoptional

Tracking categories

See also

Similar person templates