Template:Netflix title/doc
This is a documentation subpage for Template:Netflix title. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template is used to make a link to a webpage on the Netflix website.
Note: This template should only be added to articles about Netflix original programs, original films and original stand-up comedy specials.
Usage
Unnamed parameters:
{{Netflix title | ID }}
{{Netflix title | ID | TITLE }}
Named parameters:
{{Netflix title | id= ID }}
{{Netflix title | id= ID | title= TITLE }}
Using Wikidata property (P1874):
{{Netflix title}}
{{Netflix title | title = TITLE }}
Instructions
- Go to netflix.com and search for the title you want.
- Move your mouse cursor to the thumbnail of the title and click on the white arrow.
- The page URL should look like this:
https://www.netflix.com/search?q=Title%20Name&jbv=########
- Copy the
########
numbers that appear after&jbv=
in the URL. - Add one of these lines to the external links section of the article:
{{Netflix title | ######## }}
{{Netflix title | ######## | Title Name }}
{{Netflix title | id= ######## }}
{{Netflix title | id= ######## | title= Title Name }}
########
are the numbers you've copied andTitle Name
is the title of the movie or show.
- Note: This is a list item in the other websites section so you should add a "*" in front of the template.
Examples
Parameter: id (1)
- Go to netflix.com and search for Arrested Development.
- Move your mouse cursor to the thumbnail for "Arrested Development" and click on the white arrow. The Netflix page URL is:
https://www.netflix.com/search?q=Arrested%20Development&jbv=70140358
- Copy
70140358
and add it to the template.
Example: {{Netflix title | 70140358 }}
- Result: Netflix title/doc on Netflix
Example: {{Netflix title | id= 70140358 }}
- Result: Netflix title/doc on Netflix
Parameter: title (2)
Example: {{Netflix title | 70140358 | Arrested Development }}
- Result: Arrested Development on Netflix
Example: {{Netflix title | id= 70140358 | title= Arrested Development }}
- Result: Arrested Development on Netflix
Template data
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for Netflix title
<templatedata> {
"description": "This is a template to generate links to Netflix.", "params": { "id": { "label": "Title number", "description": "Number of the Netflix title, taken from the numbers at the end of its Netflix URL.", "type": "number", "required": false, "default": "Wikidata property P1874", "aliases" : [ "1" ] }, "title": { "label": "Title name", "description": "Name of the production, which may include the year made (in parentheses).", "type": "string", "required": false, "default": "Netflix title/doc", "aliases" : [ "2" ] } }
} </templatedata>
Tracking categories