Template:Infobox programming block/doc
{{documentation subpage}}
Usage
{{Parameter names example|_template=|name|image|image_size|alt|caption|formerly_known|premiered|closed|channel|division|country|key_people|headquarters|major_contracts|parent|sister|format|runtime|language|website|voices|footnotes}}
{{Infobox programming block
| name =
| image =
| image_size =
| alt =
| caption =
| formerly_known =
| premiered =
| closed =
| channel =
| division =
| country =
| key_people =
| headquarters =
| major_contracts =
| parent =
| sister =
| format =
| runtime =
| website =
| language =
| footnotes =
}}
Parameters
class="wikitable" |
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: |
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
{{Infobox programming block
| name = Animation Domination
| image = 200px
| caption = promotional logo
| premiered = {{start date|2005|5|1}}
| closed = {{start date|2015|5|31}}
| channel = Fox Broadcasting Company
| country = United States
| format = animated series
| runtime = Sundays 7:00–10:00pm
}}
{{Infobox programming block
| name = Animation Domination
| image = 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
{{TemplateData header}}
{
"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": "{{Start date|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": "{{End date|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|URL goes here}}",
"type": "content",
"suggested": true
},
"footnotes": {
"label": "Footnotes, if applicable",
"type": "content"
}
},
"format": "block"
}
See also
{{Film- and television-related infobox templates}}
simple:Template:Infobox programming block
}}