Template:Television Rotten Tomatoes scores
Usage
[edit]The purpose of the {{Television Rotten Tomatoes scores}} template is to add a formatted graph to display the Rotten Tomatoes score for each episode of a season of a television series, should they be available. This template accommodates seasons with up to twenty-five episodes.
Syntax
[edit]{{Television Rotten Tomatoes scores
| title = TEXT
| label = TEXT
| year = NUMBER
| color = COLOR
| ref = REFERENCE
| align = left/right
| yAxisMin = NUMBER (from 0–60)
| {1–25} = NUMBER
| nolower = yes/no
}}
Example
[edit]Code
|
---|
{{Television Rotten Tomatoes scores
| title = Game of Thrones
| label = Season 1
| year = 2011
| color = #295354
| ref = {{dummy ref}}
| 100
| 100
| 80
| 100
| 92
| 100
| 100
| 100
| 100
| 100
}}
|
Season 1 (2011): Percentage of positive critics' reviews tracked by the website Rotten Tomatoes[1] |
Parameters
[edit]No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | The title of the series that the season being graphed belongs to.
| Unknown | required |
label | label | The label of the season, including season/series/cycle/etc, and the number. If not included, will default to the title parameter.
| Unknown | optional |
year | year | The year(s) that the season in question being graphed was aired.
| Unknown | required |
color | color | The color for the text and the graph in question. This should conform to the color used for the season in other articles. Format should be in either three- or six-digit hexadecimal format, hash optional.
| Unknown | required |
ref | ref | The reference for the scores, in regular reference format. Required to verify scores.
| Unknown | required |
align | align | Direction to align the table (left or right). Aligning will float the table, excluding will center the table. | Unknown | optional |
yAxisMin | yAxisMin | Sets the minimum value of the Y axis. By default, this lower bound is set at 60—numbers higher than 60 are ignored. Avoid misleading the reader by using this parameter to emphasize or deemphasize the severity of fluctuations in score. Series with relatively flat and stable scores can leave this parameter at default but those with patterns may benefit from a lower bound at 0 to better illustrate the trajectory. | Unknown | optional |
1, 2, 3... | 1, 2, 3... | Unnamed/numbered parameters for the scores. One parameter for each episode, and parameters may be included but not set - these will include an entry on the episode axis for the episode, but the entry for the episode will remain empty (i.e. for currently-airing seasons). | Unknown | required |
nolower | nolower | Removes the Title/|label= text at the bottom next to the reference text. | Unknown | optional |