Template:Infobox programming block/doc
File:Edit-copy green.svg | This is a documentation subpage for Template:Infobox programming block. It may contain usage information, categories and other content that is not part of the original template page. |
Usage[change]
[[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}}} |
<syntaxhighlight lang="wikitext" style="overflow: auto;"> </syntaxhighlight>
Parameters[change]
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[change]
File:FOX wordmark-orange.svg promotional logo | |
Network | Fox Broadcasting Company |
---|---|
Launched | May 1, 2005 |
Closed | May 31, 2015 |
Country of origin | United States |
Format | animated series |
Running time | Sundays 7:00–10:00pm |
<syntaxhighlight lang="wikitext" style="overflow: auto;">
File:FOX wordmark-orange.svg promotional logo | |
Network | Fox Broadcasting Company |
---|---|
Launched | May 1, 2005 |
Closed | May 31, 2015 |
Country of origin | United States |
Format | animated series |
Running time | Sundays 7:00–10:00pm |
</syntaxhighlight>
TemplateData[change]
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 ", "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 ", "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[change]