Difference between revisions of "Template:Infobox programming block/doc"

From blackwiki
Jump to navigation Jump to search
imported>DocWatson42
(→‎Usage: Deleted an apostrophe.)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
Line 92: Line 92:
 
{{Film- and television-related infobox templates}}
 
{{Film- and television-related infobox templates}}
  
<includeonly>
+
<includeonly>{{Sandbox other||
 
[[simple:Template:Infobox programming block]]
 
[[simple:Template:Infobox programming block]]
 
[[Category:Television infobox templates|Programming block]]
 
[[Category:Television infobox templates|Programming block]]
</includeonly>
+
}}</includeonly>

Revision as of 20:59, 25 April 2020

Usage

Template:Parameter names example

{{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

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

Animation Domination
FOX wordmark-orange.svg
promotional logo
NetworkFox Broadcasting Company
LaunchedMay 1, 2005 (2005-05-01)
ClosedMay 31, 2015 (2015-05-31)
Country of originUnited States
Formatanimated series
Running timeSundays 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
}}

See also