Template:Franchise/Store TV

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

This template defines the table "TelevisionShows". View table.

Purpose

This template is used to add TV shows and movies to Data:Franchise.

Usage

This template is used to store centralized data at Data:Franchise.

<!--
-->{{Franchise/Store TV
 |code= 
 |article= 
 |shortName= 
 |logo= 
 |releaseDate= 
 |canonicity= 
 |type= 
 |link= 
 |display= 
}}
ParameterStatusDescriptionAccepted values
coderequiredA string that uniquely identifies the TV show or movie. Usually an initialism of its title.
articlerequiredThe wiki page for the TV show or movie.
shortNamerequiredThe name for the TV show or movie used in categories such as Category:The Legend of Zelda (TV Series) Screenshots.
logorequiredFilename for the show's logo. If no such logo is available, use the show's title card.
releaseDateoptionalThe date of the TV series' first air date in North America, in YYYY-MM-DD format. If not released in North America, use the earliest release date of any region (most likely Japan).
canonicityrequiredThe title's canon status.
  • canon
  • ambiguous
  • non-canon
typeoptionalIdentifies the show as animated or live action.
  • animated
  • live-action
linkoptionalWikitext used when linking the show in articles. By default, this is derived from article and shortName. Should be left blank unless the link is a special case.
displayoptionalWikitext used when mentioning the show in articles, sans link. By default, this is derived from shortName. Should be left blank unless the display text is a special case.

This template is used to add TV shows and movies to [[Data:Franchise]].

Template parameters

ParameterDescriptionTypeStatus
codecode

A string that uniquely identifies the TV show or movie. Usually an initialism of its title.

Stringrequired
articlearticle

The wiki page for the TV show or movie.

Page namerequired
shortNameshortName

The name for the TV show or movie used in categories such as [[:Category:The Legend of Zelda (TV Series) Screenshots]].

Stringrequired
logologo

Filename for the show's logo. If no such logo is available, use the show's title card.

Filerequired
releaseDatereleaseDate

The date of the TV series' first air date in North America, in YYYY-MM-DD format. If not released in North America, use the earliest release date of any region (most likely Japan).

Dateoptional
canonicitycanonicity

The title's [[Guidelines:Canon|canon status]].

Stringrequired
typetype

Identifies the show as animated or live action.

Stringoptional
linklink

Wikitext used when linking the show in articles. By default, this is derived from <code>article</code> and <code>shortName</code>. Should be left blank unless the link is a special case.

Contentoptional
displaydisplay

Wikitext used when mentioning the show in articles, sans link. By default, this is derived from <code>shortName</code>. Should be left blank unless the display text is a special case.

Contentoptional

Examples

#Input
1
{{Franchise/Store TV
 |code= TLoZ (TV Series)
 |article= The Legend of Zelda (TV Series)
 |shortName= The Legend of Zelda TV Series
 |logo= File:TLoZ TV Series Logo.png
 |releaseDate= 1989-09-08
 |canonicity= non-canon
 |type= animated
 |link= [[The Legend of Zelda (TV Series)|''The Legend of Zelda'' TV series]]
 |display= ''The Legend of Zelda'' TV series
}}
2
{{Franchise/Store TV
 |code= TMoL
 |article= The Legend of Zelda: The Misadventures of Link
 |shortName= The Misadventures of Link
 |logo= File:Misadventures Link logo2.png
 |releaseDate= 2013-11-01
 |canonicity= non-canon
 |type= animated
 |link= 
 |display= 
}}