Difference between revisions of "Template:IMDb event/doc"

From blackwiki
Jump to navigation Jump to search
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
imported>Danski454
(document year parameter)
 
(One intermediate revision by one other user not shown)
Line 21: Line 21:
 
<pre>
 
<pre>
 
* {{IMDb event|ID|Event}}
 
* {{IMDb event|ID|Event}}
 +
</pre>
 +
You can also include the year of an event using {{para|year}} (the event name is optional):
 +
<pre>
 +
* {{IMDb event|ID|Event|year=2019}}
 
</pre>
 
</pre>
  
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.  
+
 
 +
Note that the options include the "<code>*</code>" for a bulleted list since this is most likely to be used in an "External links" section.  
  
 
==Detailed instructions==
 
==Detailed instructions==
 
# Copy and paste one of the options above into the article
 
# Copy and paste one of the options above into the article
 
# Go to https://www.imdb.com and search for the event you want (say, MTV Movie Awards)
 
# Go to https://www.imdb.com and search for the event you want (say, MTV Movie Awards)
# You then reach the page with [[URL]] looking like <tt>https://www.imdb.com/event/ev0000453/</tt> (or other 7-digit number)
+
# You then reach the page with [[URL]] looking like <code>https://www.imdb.com/event/ev0000453/</code> (or other 7-digit number)
 
# Copy '''only''' that number (here, "<code>0005073</code>"), omitting the "<code>ev</code>" but keep all the leading zeros (though IMDb currently seems to be able to add them as needed)
 
# Copy '''only''' that number (here, "<code>0005073</code>"), omitting the "<code>ev</code>" but keep all the leading zeros (though IMDb currently seems to be able to add them as needed)
# Replace "<tt>ID</tt>" in the template code with the number
+
# 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 event|0000453}}</nowiki></tt> resulting in:
+
##: <code><nowiki>* {{IMDb event|0000453}}</nowiki></code> resulting in:
 
##* {{IMDb event|0000453}}
 
##* {{IMDb event|0000453}}
 
##: Note that the link text is the same as the title of the page the template is used on; outside the page "MTV Movie Awards", use the second option:
 
##: Note that the link text is the same as the title of the page the template is used on; outside the page "MTV Movie Awards", use the second option:
## Replace "<tt>ID</tt>" with the number ''and'' "<tt>Event</tt>" with "<tt>MTV Movie Awards</tt>"
+
## Replace "<code>ID</code>" with the number ''and'' "<code>Event</code>" with "<code>MTV Movie Awards</code>"
##: <tt><nowiki>* {{IMDb event|0000453|MTV Movie Awards}}</nowiki></tt> results in:
+
##: <code><nowiki>* {{IMDb event|0000453|MTV Movie Awards}}</nowiki></code> results in:
 
##:* {{IMDb event|0000453|MTV Movie Awards}}
 
##:* {{IMDb event|0000453|MTV Movie Awards}}
  

Latest revision as of 00:24, 24 December 2020

This is a template to generate links to Internet Movie Database, used exclusively for EVENTS.

To link a work (film/movie, TV or Web program/series, video game, etc.), use {{IMDb title}} instead.
To link a person (actor, actress, etc.), use {{IMDb name}} instead.
To link a specific TV episode or Web series episode, use {{IMDb episode}} instead.
To link an episode list, use {{IMDb episodes}} instead.

Options

The required parameter is just the ID number (for backward compatibility, the parameter can be named id) and the template then uses the article title as the anchor text:

* {{IMDb event|ID}}

To have the link text be other than the article name, use second parameter (for backward compatibility, it can be named name):

* {{IMDb event|ID|Event}}

You can also include the year of an event using |year= (the event name is optional):

* {{IMDb event|ID|Event|year=2019}}


Note that the options include the "*" for a bulleted list since this is most likely to be used in an "External links" section.

Detailed instructions

  1. Copy and paste one of the options above into the article
  2. Go to https://www.imdb.com and search for the event you want (say, MTV Movie Awards)
  3. You then reach the page with URL looking like https://www.imdb.com/event/ev0000453/ (or other 7-digit number)
  4. Copy only that number (here, "0005073"), omitting the "ev" but keep all the leading zeros (though IMDb currently seems to be able to add them as needed)
  5. Replace "ID" in the template code with the number
    1. For the first option above, you'll then have
      * {{IMDb event|0000453}} resulting in:
      Note that the link text is the same as the title of the page the template is used on; outside the page "MTV Movie Awards", use the second option:
    2. Replace "ID" with the number and "Event" with "MTV Movie Awards"
      * {{IMDb event|0000453|MTV Movie Awards}} results in:

See also