Template:Infobox podcast/doc
Script error: No such module "Message box".__EXPECTED_UNCONNECTED_PAGE__ Script error: No such module "Message box". Script error: No such module "Message box".Script error: No such module "Category handler". Script error: No such module "Lua banner".
Infobox podcast is used to create an infobox which summarizes the main information of a particular podcast.
Usage
Script error: No such module "Parameter names example".
{{Infobox podcast
| title =
| image = <!-- Image.ext without File: or Image: -->
| image_size =
| alt =
| caption = <!-- Caption for the image (if needed) -->
| genre =
| format =
| country = <!-- Country of origin -->
| language =
| language_other = <!-- If the podcast also made in other languages, list here -->
| creator =
| developer =
| writer =
| director =
| creative_director =
| adapted = <!-- Adapted by -->
| hosting = <!-- or 'host' -->
| starring =
| voices =
| narrated =
| judges =
| theme_music_composer =
| opentheme =
| endtheme =
| composer =
| camera = <!-- For camerawork credits -->
| direction = <!-- For direction credits -->
| production = <!-- For production credits -->
| editing = <!-- For editing credits -->
| motion_graphics =
| length =
| 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) -->
| provider = <!-- or 'network'; Media provider or network e.g. BBC, Revision 3, etc.-->
| updates = <!-- or 'status' -->
| license = <!-- License under which podcast falls -->
| ratings =
| cited_for = <!-- Any awards -->
| cited_as = <!-- honors, recognitions, etc. -->
| preceded_by =
| followed_by =
| 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 -->
}}
Example
Script error: No such module "Infobox".Script error: No such module "Check for unknown parameters".
The following template code produced the infobox to the right.
{{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
| editing = ze editors
| 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}}
}}
TemplateData
TemplateData documentation used by VisualEditor and other tools
|
|---|
|
See a monthly parameter usage report for Template:Infobox podcast in articles based on its TemplateData.
Script error: No such module "Check for unknown parameters".
TemplateData for Infobox podcast <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" }, "editing": { "label": "Editing", "description": "Editing credit", "type": "content" }, "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": "Script error: No such module "URL".Script error: No such module "Check for unknown parameters"." }, "module": { "label": "Module", "description": "Space for infobox to embed a sub-infobox, such as Script error: No such module "Listen".", "type": "content" } }, "paramOrder": [ "italic_title", "italic", "title", "image", "image_size", "alt", "caption", "genre", "format", "country", "language", "language_other", "creator", "developer", "writer", "director", "creative_director", "adapted", "host", "starring", "voices", "narrated", "judges", "theme_music_composer", "opentheme", "endtheme", "composer", "camera", "direction", "production", "editing", "motion_graphics", "length", "picture_format", "video_format", "audio_format", "num_seasons", "num_episodes", "list_episodes", "began", "ended", "provider", "updates", "license", "ratings", "cited_for", "cited_as", "preceded_by", "followed_by", "related_shows", "adaptations", "website", "module" ], "format": "block" } </templatedata> |
Tracking categories
- [[:Category:Script error: No such module "string".|Category:Script error: No such module "string".]] (0)
See also
Script error: No such module "Navbox".