Шаблон:Обзор серий
{{Series overview}} easily creates a series overview table (as per en:WP:TVOVERVIEW) for television series' that require it, in either a simple format (i.e. just episodes and dates) or with extra information (e.g. networks, ratings, etc).
When a "Series overview" header is not present in the article, set |id = y to set the table's HTML ID to "Series overview" so it can be directly linked to via #Series overview.
Usage
Basic example
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
Alternate link text with caption and raw link text
{{Series overview
| caption = Series overview
| color1 = #74E387
| link1 = #Season 1
| linkT1 = Chapter One
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| linkT2 = Chapter Two
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| linkT3 = Chapter Three
| linkR3 = {{dummy ref|1}}
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
| Сезон | Серии | Даты показа | ||
|---|---|---|---|---|
| Первая серия | Последняя серия | |||
| Chapter One | 26 | сентябрь 8, 2012 | июнь 15, 2013 | |
| Chapter Two | 26 | сентябрь 13, 2013 | июнь 21, 2014 | |
| Chapter Three[1] | 26 | сентябрь 19, 2014 | июнь 26, 2015 | |
Series or Season and "DD MM YYYY" dates
The top-left cell displays either Series or Season, determined if the |df = parameter of the first {{Start date}} template is set. If it is included (|df = y), the cell will display Series, otherwise the cell will display Season. This can be overridden by setting either |seriesT = or |seasonT = to custom text.
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8|df=y}}
| end1 = {{End date|2013|6|15|df=y}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13|df=y}}
| end2 = {{End date|2014|6|21|df=y}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19|df=y}}
| end3 = {{End date|2015|6|26|df=y}}
}}
Split season
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| link3 = #Season 3
| episodes3 = 38
| color3A = #000000
| episodes3A = 13
| start3A = {{Start date|2014|9|19}}
| end3A = {{End date|2014|12|24}}
| color3B = #00004A
| episodes3B = 12
| start3B = {{Start date|2015|2|15}}
| end3B = {{End date|2015|6|26}}
| color3C = #00008A
| episodes3C = 13
| start3C = {{Start date|2015|11|4}}
| end3C = {{End date|2016|1|31}}
}}
Setting episodes=hide
And with the |episodes = hide.
Setting episodesA=hide
And with the |episodesA = hide.
Specials
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
| color3S = #00004A
| link3S = #Special
| linkT3S = S
| episodes3S = 1
| released3S = {{Start date|2015|10|21}}
}}
Without the episodes parameter
And with the |episodes = parameter removed and the link text changed.
Multiple specials in a row
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
| color3SA = #00004A
| link3SA = #Special
| linkT3SA = Special 1
| released3SA = {{Start date|2015|10|21}}
| color3SB = #7487E3
| link3SB = #Special
| linkT3SB = Special 2
| released3SB = {{Start date|2016|1|22}}
}}
Special first, followed by season one
{{Series overview
| color0S = #00004A
| link0S = #Special
| linkT0S = S
| episodes0S = 1
| released0S = {{Start date|2011|10|21}}
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
Extra information and country-based header
{{Series overview
| infoA = Rank
| infoB = Rating
| infoC = Average viewership (in millions)
| country = U.S.
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| infoA1 = 55
| infoB1 = 11.8
| infoC1 = 3.2
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| infoA2 = 65
| infoB2 = 9.2
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
| infoA3 = 63
}}
Multiple networks
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| network1 = [[The WB]]
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
| network3 = [[The CW]]
}}
Auxiliary columns
{{Series overview
| auxA = Title
| auxB = Stories
| color1 = #74E387
| link1 = #Season 1
| auxA1 = ''First''
| auxB1 = 13
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| auxA2 = ''Second''
| auxB2 = 14
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| auxA3 = ''Third''
| auxB3 = 15
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
Using aux and postaux
And with a combination of |aux = and |postaux = parameters.
{{Series overview
| auxA = Title
| postauxA = Stories
| color1 = #74E387
| link1 = #Season 1
| auxA1 = ''First''
| episodes1 = 26
| postauxA1 = 13
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| color2 = #004000
| link2 = #Season 2
| auxA2 = ''Second''
| episodes2 = 26
| postauxA2 = 14
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| auxA3 = ''Third''
| episodes3 = 26
| postauxA3 = 15
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
Released
{{Series overview
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| released1 = {{Start date|2012|9|8}}
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| released3 = {{Start date|2014|9|19}}
}}
Using release dates
Start and End dates not used; entirely Release dates used.
Multi-series franchise and part subheaders
Part subheaders, such as those shown below, can be inserted using {{Series overview/part}}; as this particular sub-template is simply a redirect of {{Episode table/part}}, the documentation and correct parameter usage can be viewed at Template:Episode table § Parted seasons.
{{Series overview
| width = 75%
| infoA = [[Showrunner]]
| infoB = Status
| multiseries =
{{Series overview/part|c=#ccf|subtitle=Live-action series}}
{{Series overview
| series = ''Series A''
| infoA = y
| infoB = y
| color1 = #74E387
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2012|9|8}}
| end1 = {{End date|2013|6|15}}
| infoA1 = John Smith
| infoB1 = Released
| infoB1span = 4
| color2 = #004000
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2013|9|13}}
| end2 = {{End date|2014|6|21}}
| color3 = #000000
| link3 = #Season 3
| episodes3 = 26
| start3 = {{Start date|2014|9|19}}
| end3 = {{End date|2015|6|26}}
}}
{{Series overview
| series = ''Series B''
| infoA = y
| infoB = y
| color1 = #7487E3
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2015|9|21}}
| end1 = {{End date|2016|6|11}}
| infoA1 = Jane Doe
| color2 = #000040
| link2 = #Season 2
| episodes2 = 26
| start2 = {{Start date|2016|9|17}}
| end2 = {{End date|2017|6|30}}
| infoB2 = Airing
}}
{{Series overview/part|c=#ccf|subtitle=Animated series}}
{{Series overview
| series = ''Series C''
| infoA = y
| infoB = y
| color1 = #D6D955
| link1 = #Season 1
| episodes1 = 26
| start1 = {{Start date|2017|9|9}}
| end1 = {{End date|2018|6|18}}
| infoA1 = Richard Roe
| infoB1 = Post-production
}}
}}
| Сериал | Сезон | Серии | Даты показа | Showrunner | Status | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Первая серия | Последняя серия | |||||||||||
| Live-action series | ||||||||||||
| Series A | 1 | 26 | сентябрь 8, 2012 | июнь 15, 2013 | John Smith | Released | ||||||
| 2 | 26 | сентябрь 13, 2013 | июнь 21, 2014 | |||||||||
| 3 | 26 | сентябрь 19, 2014 | июнь 26, 2015 | |||||||||
| Series B | 1 | 26 | сентябрь 21, 2015 | июнь 11, 2016 | Jane Doe | |||||||
| 2 | 26 | сентябрь 17, 2016 | июнь 30, 2017 | Airing | ||||||||
| Animated series | ||||||||||||
| Series C | 1 | 26 | сентябрь 9, 2017 | июнь 18, 2018 | Richard Roe | Post-production | ||||||
The following is an example of an alternate franchise overview table, where the entries per row are condensed by series rather than season; if a separate "List of [franchise] television series" article exists, these are typically used in the parent franchise article, with the more-detailed above example used in the list article.
{{Series overview
| width = 50%
| seasonT = Seasons
| network = y
| multiseries =
{{Series overview
| series = ''Series A''
| episodes3 = 78
| start3 = {{Start date|2012|9|8}}
| end3 = {{End date|2015|6|26}}
| network3 = [[American Broadcasting Company|ABC]]
| network3span = 2
}}
{{Series overview
| series = ''Series B''
| episodes2 = 52
| start2 = {{Start date|2015|9|21}}
| end2 = {{End date|2017|6|30}}
}}
{{Series overview
| series = ''Series C''
| episodes1 = 26
| start1 = {{Start date|2017|9|9}}
| end1 = {{End date|2018|6|18}}
| network1 = [[Disney+]]
}}
}}
Parameters
|
Key for alternate rows: |
Parameter available for split seasons as {parameter}* and {parameter}*{A–Z} |
Parameter available for split seasons only as {parameter}*{A–Z} |
Parameter available for specials as {parameter}*S or {parameter}*S{A–Z} |
A * next to parameters below indicates any number that is a positive integer, starting from one for regular/split seasons, and zero for specials.
| Parameter | Description | Type | Status | ||
|---|---|---|---|---|---|
| Caption | caption | An appropriate caption for the table, normally something like "Series overview", which uses {{Screen reader-only}} to not be displayed in a browser but be voiced by a screen reader for accessibility. Required for proper accessibility. When a caption is not required on the page where the table is located, but is on a page where the table is transcluded, the caption may be wrapped in <includeonly></includeonly>. |
Text | Required | |
| HTML ID | id | When a "Series overview" header is not present in the article, set |id = y to set the table's HTML ID to "Series overview" so it can be directly linked to via #Series overview. |
Text | Optional | |
| Header titles | Season/Series | seasonT |
|
Text | Optional |
| Info sub-headers | info{A-Z} |
|
Text | Optional | |
| Auxiliary | aux{A-Z} |
|
Text | Optional | |
| postaux{A-Z} | |||||
| Country | country |
|
Text | Optional | |
| Network | network | The network that multiple seasons have been released by, if a series has been released on two or more networks. Only use as a header title in multi-series franchises, in the initial declaration of the template, not the season-specific networks and set to "y" in this case. | Text | Optional | |
| Transclusion display | info{A-Z}_transclude | Gives the option to toggle the display of certain columns (network and info columns are the only ones supported so far) when transcluding the overview. This parameter takes one of two values: 1) "onlyinclude", so the column is only included in the table when transcluded (i.e. not shown on the origin page), or 2) "noinclude", so the column is only included in the table on the origin page (i.e. not shown on the transcluding page). For the template to determine what the original article is, the original article title must be included as the first unnamed parameter (e.g. as {{Series overview|PAGE NAME}} or {{Series overview|1=PAGE NAME}}). |
Text | Optional | |
| network_transclude | |||||
| Franchises | Multiple series | multiseries | The individual series overviews that make up a multi-series franchise table. Use in the first series overview that declares the headers. The parameter value should be the separate series overviews. Set to "y" when "dontclose" is declared. | Series overviews | Optional |
| Series | series | The linked, italicized title of the series when used in a multi-series franchise. Use in each separate series overview. | Link | Required when multiseries is set | |
| Don't Close | dontclose | Set this parameter to "y" to be able to close the initial wikicode declaration of the multi-series franchise header overview, but to be able to continue displaying the separate series and rows after the header but outside of the initial declaration. Particularly useful for when the individual rows have to be transcluded outside of the article and thus must be outside of a template. To close the initial declaration, {{Series overview/end}} must be used. {{End}} is deprecated due to lint errors. | Text | Optional | |
| Season specifics | Part | part* |
|
Template | Optional |
| Color | color* |
|
Color | Required | |
| Link | link* |
|
Text | Required | |
| Link Text | linkT* |
|
Text | Optional | |
| Raw Link Text | linkR* |
|
Text | Optional | |
| Auxiliary | aux{A-Z}* |
|
Text | Optional | |
| postaux{A-Z}* | |||||
| Episodes | episodes* |
|
Number / Text | Optional | |
| Released date | released* |
|
Date | Required (when used instead of start) | |
| Start date | start* |
|
Date | Required (when used instead of released) | |
| End date | end* | Date/Text | Optional | ||
| Network | network* |
|
Text | Optional | |
| Info | info{A-Z}* |
|
Text | Optional | |
| Spanning cells | aux{A-Z}*[{A-Z}]span |
|
Number | Optional | |
| postaux{A-Z}*[{A-Z}]span | |||||
| network*{A-Z}span | |||||
| info{A-Z}*span | |||||
TemplateData
Нет описания.
| Параметр | Описание | Тип | Статус | |
|---|---|---|---|---|
| caption | caption | без описания | Неизвестно | необязательный |
| id | id | без описания | Неизвестно | необязательный |
| seasonT | seasonT seriesT | без описания | Неизвестно | необязательный |
| infoA | infoA | без описания | Неизвестно | необязательный |
| infoB | infoB | без описания | Неизвестно | необязательный |
| infoC | infoC | без описания | Неизвестно | необязательный |
| auxA | auxA | без описания | Неизвестно | необязательный |
| auxB | auxB | без описания | Неизвестно | необязательный |
| auxC | auxC | без описания | Неизвестно | необязательный |
| postauxA | postauxA | без описания | Неизвестно | необязательный |
| postauxB | postauxB | без описания | Неизвестно | необязательный |
| postauxC | postauxC | без описания | Неизвестно | необязательный |
| country | country | без описания | Неизвестно | необязательный |
| network | network | без описания | Неизвестно | необязательный |
| infoA_transclude | infoA_transclude | без описания
| Неизвестно | необязательный |
| network_transclude | network_transclude | без описания
| Неизвестно | необязательный |
| multiseries | multiseries | без описания | Неизвестно | необязательный |
| series | series | без описания | Неизвестно | необязательный |
| dontclose | dontclose | без описания
| Логическое значение | необязательный |
| color1 | color1 | без описания | Неизвестно | необязательный |
| link1 | link1 | без описания | Неизвестно | необязательный |
| linkT1 | linkT1 | без описания | Неизвестно | необязательный |
| linkR1 | linkR1 | без описания | Неизвестно | необязательный |
| auxA1 | auxA1 | без описания | Неизвестно | необязательный |
| postauxA1 | postauxA1 | без описания | Неизвестно | необязательный |
| episodes1 | episodes1 | без описания | Неизвестно | необязательный |
| released1 | released1 | без описания | Неизвестно | необязательный |
| start1 | start1 | без описания | Неизвестно | необязательный |
| end1 | end1 | без описания | Неизвестно | необязательный |
| network1 | network1 | без описания | Неизвестно | необязательный |
| infoA1 | infoA1 | без описания | Неизвестно | необязательный |
| color2 | color2 | без описания | Неизвестно | необязательный |
| link2 | link2 | без описания | Неизвестно | необязательный |
| episodes2 | episodes2 | без описания | Неизвестно | необязательный |
| released2 | released2 | без описания | Неизвестно | необязательный |
| start2 | start2 | без описания | Неизвестно | необязательный |
| end2 | end2 | без описания | Неизвестно | необязательный |
| color3 | color3 | без описания | Неизвестно | необязательный |
| link3 | link3 | без описания | Неизвестно | необязательный |
| episodes3 | episodes3 | без описания | Неизвестно | необязательный |
| released3 | released3 | без описания | Неизвестно | необязательный |
| start3 | start3 | без описания | Неизвестно | необязательный |
| end3 | end3 | без описания | Неизвестно | необязательный |
| color4 | color4 | без описания | Неизвестно | необязательный |
| link4 | link4 | без описания | Неизвестно | необязательный |
| episodes4 | episodes4 | без описания | Неизвестно | необязательный |
| released4 | released4 | без описания | Неизвестно | необязательный |
| start4 | start4 | без описания | Неизвестно | необязательный |
| end4 | end4 | без описания | Неизвестно | необязательный |
| color5 | color5 | без описания | Неизвестно | необязательный |
| link5 | link5 | без описания | Неизвестно | необязательный |
| episodes5 | episodes5 | без описания | Неизвестно | необязательный |
| released5 | released5 | без описания | Неизвестно | необязательный |
| start5 | start5 | без описания | Неизвестно | необязательный |
| end5 | end5 | без описания | Неизвестно | необязательный |
| color6 | color6 | без описания | Неизвестно | необязательный |
| link6 | link6 | без описания | Неизвестно | необязательный |
| episodes6 | episodes6 | без описания | Неизвестно | необязательный |
| released6 | released6 | без описания | Неизвестно | необязательный |
| start6 | start6 | без описания | Неизвестно | необязательный |
| end6 | end6 | без описания | Неизвестно | необязательный |
| color7 | color7 | без описания | Неизвестно | необязательный |
| link7 | link7 | без описания | Неизвестно | необязательный |
| episodes7 | episodes7 | без описания | Неизвестно | необязательный |
| released7 | released7 | без описания | Неизвестно | необязательный |
| start7 | start7 | без описания | Неизвестно | необязательный |
| end7 | end7 | без описания | Неизвестно | необязательный |
| color8 | color8 | без описания | Неизвестно | необязательный |
| link8 | link8 | без описания | Неизвестно | необязательный |
| episodes8 | episodes8 | без описания | Неизвестно | необязательный |
| released8 | released8 | без описания | Неизвестно | необязательный |
| start8 | start8 | без описания | Неизвестно | необязательный |
| end8 | end8 | без описания | Неизвестно | необязательный |
| color9 | color9 | без описания | Неизвестно | необязательный |
| link9 | link9 | без описания | Неизвестно | необязательный |
| episodes9 | episodes9 | без описания | Неизвестно | необязательный |
| released9 | released9 | без описания | Неизвестно | необязательный |
| start9 | start9 | без описания | Неизвестно | необязательный |
| end9 | end9 | без описания | Неизвестно | необязательный |
| color10 | color10 | без описания | Неизвестно | необязательный |
| link10 | link10 | без описания | Неизвестно | необязательный |
| episodes10 | episodes10 | без описания | Неизвестно | необязательный |
| released10 | released10 | без описания | Неизвестно | необязательный |
| start10 | start10 | без описания | Неизвестно | необязательный |
| end10 | end10 | без описания | Неизвестно | необязательный |
| width | width | без описания | Неизвестно | необязательный |
Tracking categories
- Страницы с неизвестными параметрами шаблона Обзор серий
- Статьи, использующие шаблон Обзор серий с устаревшим форматом параметра start — добавляется, когда используется устаревший формат заполнения параметров
start - Статьи, использующие шаблон Обзор серий с одной строкой — добавляется, когда в таблице только один сезон