Template:Infobox programming block/doc

From Omniversalis

Usage[edit]

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
Network {{{channel}}}
Launched {{{premiered}}}
Closed {{{closed}}}
Division of {{{division}}}
Country of origin {{{country}}}
Owner {{{parent}}}
Key people {{{key_people}}}
Headquarters {{{headquarters}}}
Major broadcasting contracts {{{major_contracts}}}
Formerly known as {{{formerly_known}}}
Sister network {{{sister}}}
Format {{{format}}}
Running time {{{runtime}}}
Original language(s) {{{language}}}
Voices of {{{voices}}}
Official website {{{website}}}
{{{footnotes}}}
{{Infobox programming block
| name            = 
| image           = 
| image_size      = 
| alt             = 
| caption         = 
| formerly_known  = 
| premiered       = <!-- {{Start date|YYYY|MM|DD}} -->
| closed          = <!-- {{End date|YYYY|MM|DD}} -->
| channel         = 
| division        = 
| country         = 
| key_people      = 
| headquarters    = 
| major_contracts = 
| parent          = 
| sister          = 
| format          = 
| runtime         = 
| website         = <!-- {{Official website|URL_goes_here}} -->
| language        = 
| footnotes       = 
}}

Parameters[edit]

Parameter Contents
name The name of the programming block, pagename is used as default.
image An image link to represent the programming block. For example: [[File:Example.jpg|200px]]
caption A caption for the image.
premiered The date the programming block was first broadcast, use Template:Start date.
closed The date the programming block was last broadcast, if it is currently airing, leave this parameter blank.
channel The channel that the programming block airs on.
country The country where the programming block airs.
format What genre of series the programming block airs.
runtime The day(s) of the week, and time of the programming block.

Example[edit]

Animation Domination
promotional logo
Network Fox Broadcasting Company
Launched May 1, 2005 (2005-05-01)
Closed May 31, 2015 (2015-05-31)
Country of origin United States
Format animated series
Running time Sundays 7:00–10:00pm
{{Infobox programming block
| name      = Animation Domination
| image     = [[File:FOX wordmark-orange.svg|200px]]
| caption   = promotional logo
| premiered = {{Start date|2005|5|1}}
| closed    = {{End date|2015|5|31}}
| channel   = [[Fox Broadcasting Company]]
| country   = United States
| format    = [[animated series]]
| runtime   = Sundays 7:00–10:00pm
}}

TemplateData[edit]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.

TemplateData for Infobox programming block

<templatedata> { "params": { "name": { "label": "Name", "description": "Name of programming block", "type": "content", "required": true }, "image": { "label": "Image", "description": "Logo or relevant image to represent the programming block.", "type": "wiki-file-name" }, "image_size": { "label": "Image size", "description": "Size of image in pixels", "example": "200px", "type": "string" }, "alt": { "label": "Alternative text for image", "type": "content" }, "caption": { "label": "Caption", "description": "Caption to appear under the logo or image.", "type": "content" }, "channel": { "label": "Channel", "description": "Channel on which the programming block airs.", "type": "content" }, "premiered": { "label": "Date premiered", "description": "Date on which the programming block first aired, using Template:Start date.", "example": " Expression error: Unrecognized word "dd"., YYYY (YYYY-MM-DD)", "type": "string" }, "closed": { "label": "Date closed", "description": "For defunct blocks only, the date on which the programming block last aired, using Template:End date.", "example": " Expression error: Unrecognized word "dd"., YYYY (YYYY-MM-DD)", "type": "string" }, "division": { "label": "Division of", "description": "Entity to which the programming block belongs.", "type": "content" }, "country": { "label": "Country", "description": "Country in which the programming block airs.", "type": "content", "suggested": true }, "parent": { "label": "Parent/owner", "description": "Owner of the programming block", "type": "content", "suggested": true }, "key_people": { "label": "Key people", "type": "content" }, "headquarters": { "label": "Headquarters", "description": "Headquarters of the programming block.", "type": "content" }, "major_contracts": { "label": "Major broadcasting contracts", "description": "Important contracts held by the programming block.", "type": "content" }, "formerly_known": { "label": "Former names", "description": "Former names of the programming block.", "type": "content" }, "sister": { "label": "Sister network", "type": "content" }, "format": { "label": "Format", "description": "The genre of series the programming block airs.", "type": "content" }, "runtime": { "label": "Runtime", "example": "The day(s) of the week and time slot of the programming block. ", "type": "content" }, "language": { "label": "Language", "description": "Language in which the programming block is broadcast.", "type": "content" }, "voices": { "label": "Voices of", "type": "content" }, "website": { "label": "Website", "example": "Official website", "type": "content", "suggested": true }, "footnotes": { "label": "Footnotes, if applicable", "type": "content" } }, "format": "block" } </templatedata>

See also[edit]