Template:Rotten Tomatoes person

Rotten Tomatoes person at Rotten Tomatoes

Documentation icon Template documentation[view] [edit] [history] [purge]

This template generates an external link to a page for a person at the Rotten Tomatoes website.

Note: The Rotten Tomatoes website doesn't have a numerical "ID" in way that IMDb does. In this case, the "ID" the instructions below refers to: the person's name (as listed on Rotten Tomatoes), in lower case, separated by an underscore.

Usage

One parameter:

{{Rotten Tomatoes person | ID }}
{{Rotten Tomatoes person | id= ID }}

Two parameters:

{{Rotten Tomatoes person | ID | NAME }}
{{Rotten Tomatoes person | id= ID | name= NAME }}

Examples

http://www.rottentomatoes.com/celebrity/clint_eastwood

One parameter:

  1. {{Rotten Tomatoes person | clint_eastwood }}
    Clint Eastwood at Rotten Tomatoes
  2. {{Rotten Tomatoes person | id= clint_eastwood }}
    Clint Eastwood at Rotten Tomatoes

Two parameters:

  1. {{Rotten Tomatoes person | clint_eastwood | Clint Eastwood }}
    Clint Eastwood at Rotten Tomatoes
  2. {{Rotten Tomatoes person | id= clint_eastwood | name= Clint Eastwood }}
    Clint Eastwood at Rotten Tomatoes

Template data

This is the TemplateData documentation for the template used by the new VisualEditor.

Rotten Tomatoes person

<templatedata> {

       "description": "This template generates an external link to a page for a person at the Rotten Tomatoes website.",

"params": { "1": { "label": "ID", "description": "ID string used in the URL.", "type": "string", "required": true, "aliases": [ "id" ] }, "2": { "label": "Name", "description": "Name displayed as the link text. If not specified it defaults to the article's Rotten Tomatoes person, without disambiguation.", "type": "string",

                       "required": false,

"aliases": [ "name", "title" ] } } } </templatedata>

See also