Template:Television home release/doc

From English Wikipedia @ Freddythechick

Usage

The purpose of the {{Television home release}} template is to add a formatted table to a television series' page concerning the release dates, set details and special features of a Home Media release for a television series and/or its respective seasons.

Syntax

<syntaxhighlight lang="wikitext"> |+TEXT |- style="background-color: #COLOR; color: ;" | scope="col" colspan="6" | TEXT |- ! scope="col" colspan="2" | Set details ! scope="col" colspan="4" | Special features |- style="vertical-align: top;" | colspan="2" style="text-align: left;" | TEXT | colspan="4" style="text-align: left;" | TEXT |- ! scope="col" colspan="6" | DVD release dates |- ! scope="col" colspan="2" | Region 1 ! scope="col" colspan="2" | Region 2 ! scope="col" colspan="2" | Region 4 |- | scope="col" colspan="2" style="width: 33%;" | DATE | scope="col" colspan="2" style="width: 33%;" | DATE | scope="col" colspan="2" style="width: 34%;" | DATE |-|- ! scope="col" colspan="6" | Blu-ray release dates |- ! scope="col" colspan="3" | Region A ! scope="col" colspan="3" | Region B |- | scope="col" colspan="3" style="width: 50%;" | DATE | scope="col" colspan="3" style="width: 50%;" | DATE </syntaxhighlight>

Examples

Code

<syntaxhighlight lang="wikitext">

Home media releases for Doctor Who, series 8
Doctor Who: The Complete Eighth Series
Set details Special features
  • 12 episodes
  • 5-disc set
  • 16:9 aspect ratio
  • Subtitles: English
DVD release dates
Region 1 Region 2 Region 4
9 December 2014[1] 24 November 2014[2] 19 November 2014[3]
</syntaxhighlight>


Home media releases for Doctor Who, series 8
Doctor Who: The Complete Eighth Series
Set details Special features
  • 12 episodes
  • 5-disc set
  • 16:9 aspect ratio
  • Subtitles: English
DVD release dates
Region 1 Region 2 Region 4
9 December 2014[1] 24 November 2014[2] 19 November 2014[3]

Parameters

Template parameters
Parameter Description Type Status
Caption caption A table caption
Format: TV Show, season x home media releases
Text Required
Color color The colour of the header row in which the title is included. Do not include the #.
Format: AC1D29
Hex-code Color Required
Title title The title of the home media release.
Format: Doctor Who: The Complete Eighth Series
Text Required
Set Details set_details The set details of the home media release.
Format:
  • 12 episodes
  • 5-disc set
  • 16:9 aspect ratio
Text, List Required
Special Features special_features The special features of the home media release.
Format:
Text, List Required
Region 1 Date region1 The release date of the home media for DVD Region 1. Displays TBA when excluded.
Format: Plain-format date
Date Optional
Region 2 Date region2 The release date of the home media for DVD Region 2. Displays TBA when excluded.
Format: Plain-format date
Date Optional
Region 4 Date region4 The release date of the home media for DVD Region 4. Displays TBA when excluded.
Format: Plain-format date
Date Optional
Region A Date regionA The release date of the home media for BluRay Region A. Displays TBA when excluded.
Format: Plain-format date
Date Optional
Region B Date regionB The release date of the home media for BluRay Region B. Displays TBA when excluded.
Format: Plain-format date
Date Optional
No Start no_start Set to not include the opening table line {|, to merge conensutive tables with each other. Only required for tables after the first one.
Format: y
Text Optional
No End no_end Set to not include the closing table line |}, to merge conensutive tables with each other. Only required for tables before the last one.
Format: y
Text Optional

Supporting template