Open main menu

Changes

Template:Infobox podcast/doc

11,377 bytes added, 06:42, 20 December 2023
→‎Usage: added info about the wikidata option
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) -->
{{Auto italic title}}
{{Auto short description}}
{{Lua|Module:Check for unknown parameters|Module:Infobox/dates|Module:InfoboxImage}}

'''Infobox podcast''' is used to create an [[WP:Infobox|infobox]] which summarizes the main information of a particular podcast.

== Usage ==
{{Parameter names example
| italic_title = no | title | image | image_size | alt | caption | hosting | starring | genre | format | creator | developer | writer | director | creative_director | voices | narrated | judges | language | language_other | updates | length | country | camera | direction | production | preceded_by | followed_by | theme_music_composer | opentheme | endtheme | composer | motion_graphics | picture_format | video format | audio format | num_seasons | num_episodes | list_episodes | began | ended | ratings | cited_for | cited_as | provider | license | related_shows | adaptations | website | module }}

<syntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox podcast
| title =
| image = <!-- Image.ext without File: or Image: -->
| image_size =
| alt =
| caption = <!-- Caption for the image (if needed) -->
| hosting = <!-- or 'host' -->
| starring =
| genre =
| format =
| creator =
| developer =
| writer =
| director =
| creative_director =
| voices =
| narrated =
| judges =
| language =
| language_other = <!-- If the podcast also made in other languages, list here -->
| updates = <!-- or 'status' -->
| length =
| country =
| camera = <!-- For camerawork credits -->
| direction = <!-- For direction credits -->
| production = <!-- For production credits -->
| preceded_by =
| followed_by =
| theme_music_composer =
| opentheme =
| endtheme =
| composer =
| motion_graphics =
| picture_format =
| video format =
| audio format =
| num_seasons =
| num_episodes = <!-- actual number of episodes, if known -->
| list_episodes = <!-- Wikipedia "List of" article (( don't include [[ ]]).-->
| began = <!-- or 'debut'; date of first airing -->
| ended = <!-- or 'final'; date of last airing (if applicable) -->
| ratings =
| cited_for = <!-- Any awards, -->
| cited_as = <!-- honors, recognitions, etc. -->
| provider = <!-- or 'network'; Media provider or network e.g. BBC, Revision 3, etc.-->
| license = <!-- License under which podcast falls -->
| related_shows =
| adaptations = <!-- Any adaptations of the podcast -->
| website = <!-- or 'url' -->
| module = <!-- Embed a sub-infobox. For an audio sample, use {{Listen|embed=yes|filename=recording_name.extension|title=description}} -->
| fetchwikidata = ALL <!-- try to retrieve some of the missing info from Wikidata -->
}}
</syntaxhighlight>
{{clear}}

== Example ==
{{Infobox podcast
| italic_title = no
| title = The Example Podcast
| image = Example-serious.jpg
| caption = Example
| host = Zoe Example
| genre = Hypothetical
| updates = Daily
| began = 1984
| ended = 2061
| ratings = i listeners
| provider = Example
| license = CC-BY-SA
| website = {{URL|example.org}}
| module = {{Listen|embed=yes|filename=Accordion chords-01.ogg|title=Chords being played on an accordion}}
}}

The following template code produced the infobox to the right.
<syntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox podcast
| title = The Example Podcast
| image = Example-serious.jpg
| caption = Example
| host = Zoe Example
| genre = Hypothetical
| updates = Daily
| began = 1984
| ended = 2061
| ratings = i listeners
| provider = Example
| license = CC-BY-SA
| website = {{URL|example.org}}
| module = {{Listen|embed=yes|filename=Accordion chords-01.ogg|title=Chords being played on an accordion}}
}}
</syntaxhighlight>

{{clear}}

==TemplateData==
{{Collapse top|title=[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}}
{{TemplateData header|noheader=1}}
<templatedata>
{
"params": {
"italic_title": {
"aliases": [
"italic title"
],
"label": "Italicize page title?",
"description": "Whether to italicize the page title",
"type": "boolean"
},
"italic": {
"label": "Italicize infobox name?",
"description": "Italicize the name that appears on top of the infobox",
"type": "boolean",
"default": "yes"
},
"title": {
"label": "Title",
"type": "string",
"default": "Article title"
},
"image": {
"label": "Image",
"description": "Image file name. Use without prefixes `File:` or `Image:`",
"example": "abc.jpg, xpz.png, 123.gif",
"type": "wiki-file-name",
"suggested": true
},
"image_size": {
"label": "Image size",
"type": "string"
},
"alt": {
"label": "Alt text",
"description": "Alt text for image, for visually impaired readers. See WP:ALT for more details.",
"type": "string"
},
"caption": {
"label": "Image caption",
"description": "Caption for the image",
"type": "string"
},
"host": {
"aliases": [
"hosting",
"presenter"
],
"label": "Host",
"suggested": true
},
"starring": {
"label": "Starring",
"type": "content"
},
"genre": {
"label": "Genre",
"type": "content",
"suggested": true
},
"format": {
"label": "Format",
"type": "content",
"suggested": true
},
"creator": {
"label": "Created by",
"type": "content",
"suggested": true
},
"developer": {
"label": "Developed by",
"type": "content"
},
"writer": {
"label": "Written by",
"type": "content"
},
"director": {
"label": "Directed by",
"type": "content"
},
"creative_director": {
"label": "Creative director",
"type": "content"
},
"voices": {
"label": "Voices",
"type": "content"
},
"narrated": {
"label": "Narrated by",
"type": "content"
},
"judges": {
"label": "Judges",
"type": "content"
},
"language": {
"label": "Language",
"type": "content",
"suggested": true
},
"adapted": {
"label": "Adapted",
"type": "content"
},
"language_other": {
"label": "Other languages",
"description": "If the podcast also made in other languages, list here"
},
"updates": {
"aliases": [
"status"
],
"label": "Status",
"description": "When the podcast updates, or a note that it doesn't",
"example": "Wednesdays",
"type": "content"
},
"length": {
"label": "Length",
"description": "Duration of a typical episode",
"example": "30–45 minutes",
"suggested": true
},
"country": {
"label": "Country of origin",
"example": "United States",
"suggested": true
},
"camera": {
"label": "Camera",
"description": "Camerawork credit",
"type": "content"
},
"direction": {
"label": "Direction",
"description": "Direction credit"
},
"production": {
"label": "Production",
"description": "Production credit"
},
"theme_music_composer": {
"label": "Theme music composer"
},
"opentheme": {
"label": "Opening theme"
},
"endtheme": {
"label": "Ending theme"
},
"composer": {
"label": "Composed by"
},
"motion_graphics": {
"label": "Motion graphics"
},
"picture_format": {
"aliases": [
"picture format"
],
"label": "Picture format"
},
"video_format": {
"aliases": [
"video format"
],
"label": "Video format"
},
"audio_format": {
"aliases": [
"audio format"
],
"label": "Audio format"
},
"num_seasons": {
"label": "Number of seasons",
"type": "number"
},
"num_episodes": {
"label": "Number of episodes",
"type": "number"
},
"list_episodes": {
"label": "Episode list article",
"description": "The title of a Wikipedia list article listing episodes. Don't include [[ ]], it will automatically become a link.",
"example": "List of Radiolab episodes",
"type": "wiki-page-name"
},
"began": {
"aliases": [
"debut",
"first_aired"
],
"label": "Start date",
"type": "date",
"description": "'Debut'; date of first airing",
"suggested": true
},
"ended": {
"aliases": [
"final",
"last_aired"
],
"label": "End date",
"type": "date",
"description": "'Final'; date of last airing (if applicable)"
},
"ratings": {
"label": "Ratings"
},
"cited_for": {
"label": "Cited for",
"description": "Awards the podcast has won",
"example": "2017 Peabody Award"
},
"cited_as": {
"label": "Cited as",
"description": "The particular reason for an award nomination",
"example": "\"Transcending the [crime story] genre and advancing its scope of possibility\"",
"type": "content"
},
"provider": {
"aliases": [
"network"
],
"label": "Provider/network",
"example": "BBC, Revision 3"
},
"license": {
"label": "License",
"description": "Copyright license of episodes",
"example": "CC-BY-SA 3.0"
},
"preceded_by": {
"label": "Preceded by"
},
"followed_by": {
"label": "Followed by"
},
"related_shows": {
"label": "Related shows"
},
"adaptations": {
"label": "Adaptations"
},
"website": {
"aliases": [
"url"
],
"label": "Website",
"description": "The main website of the podcast; not a platform link unless there is no main website",
"example": "{{URL|http://example.com}}"
},
"module": {
"label": "Module",
"description": "Space for infobox to embed a sub-infobox, such as {{Listen}}",
"type": "content"
}
},
"paramOrder": [
"italic_title",
"italic",
"title",
"image",
"image_size",
"alt",
"caption",
"host",
"starring",
"genre",
"format",
"creator",
"developer",
"writer",
"director",
"creative_director",
"voices",
"narrated",
"judges",
"language",
"adapted",
"language_other",
"updates",
"length",
"country",
"camera",
"direction",
"production",
"theme_music_composer",
"opentheme",
"endtheme",
"composer",
"motion_graphics",
"picture_format",
"video_format",
"audio_format",
"num_seasons",
"num_episodes",
"list_episodes",
"began",
"ended",
"ratings",
"cited_for",
"cited_as",
"provider",
"license",
"preceded_by",
"followed_by",
"related_shows",
"adaptations",
"website",
"module"
],
"format": "block"
}
</templatedata>
{{Collapse bottom}}

== Tracking categories ==
* {{Category link with count|Pages using infobox podcast with unknown parameters}}

== See also ==
* {{tl|Infobox radio show}}

{{Film- and television-related infobox templates}}

<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Technology and applied science infobox templates|Podcast]]<!--probably needs focusing-->

[[Category:Infobox templates with module parameter|Podcast]]
[[Category:Infobox templates with updated parameter]]
[[Category:Podcasting templates]]
[[Category:Templates that add a tracking category]]
}}</includeonly>
Anonymous user