Template:Infobox podcast
| Infobox podcast |
|---|
| File:Information icon4.svg | This infobox should italicize the article title automatically. If this is not required, add |italic title=no to the list of parameters. If this is required but the title is not being italicized, try |italic title=force. |
| File:Information icon4.svg | This template adds an automatically generated short description. If the automatic short description is not optimal, replace it by adding {{Short description}} at the top of the article. |
| File:Lua-Logo.svg | This template uses Lua: |
Infobox podcast is used to create an infobox which summarizes the main information of a particular podcast.
Usage
| {{{title}}} | |
|---|---|
| [[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]] {{{caption}}} | |
| Presentation | |
| Hosted by | {{{hosting}}} |
| Starring | {{{starring}}} |
| Genre | {{{genre}}} |
| Format | {{{format}}} |
| Created by | {{{creator}}} |
| Developed by | {{{developer}}} |
| Written by | {{{writer}}} |
| Directed by | {{{director}}} |
| Creative Director | {{{creative_director}}} |
| Voices | {{{voices}}} |
| Narrated by | {{{narrated}}} |
| Judges | {{{judges}}} |
| Language | {{{language}}} |
| Version also in | {{{language_other}}} |
| Updates | {{{updates}}} |
| Length | {{{length}}} |
| Country of origin | {{{country}}} |
| Production | |
| Camera | {{{camera}}} |
| Direction | {{{direction}}} |
| Production | {{{production}}} |
| Editing | {{{editing}}} |
| Theme music composed by | {{{theme_music_composer}}} |
| Opening theme | {{{opentheme}}} |
| Ending theme | {{{endtheme}}} |
| Composed by | {{{composer}}} |
| Motion graphics | {{{motion_graphics}}} |
| Picture format | {{{picture_format}}} |
| Video format | {{{video format}}} |
| Audio format | {{{audio format}}} |
| No. of seasons | {{{num_seasons}}} |
| No. of episodes | {{{num_episodes}}} |
| Publication | |
| Original release | {{{began}}} – {{{ended}}} |
| Ratings | {{{ratings}}} |
| Cited for | {{{cited_for}}} |
| Cited as | {{{cited_as}}} |
| Provider | {{{provider}}} |
| License | {{{license}}} |
| Related | |
| Preceded by | {{{preceded_by}}} |
| Followed by | {{{followed_by}}} |
| Related shows | {{{related_shows}}} |
| Adaptations | {{{adaptations}}} |
| Website | {{{website}}} |
| {{{module}}} | |
<syntaxhighlight lang="wikitext" style="overflow: auto;">
| ' |
|---|
</syntaxhighlight>
Example
| The Example Podcast | |
|---|---|
| File:Example-serious.jpg Example | |
| Presentation | |
| Hosted by | Zoe Example |
| Genre | Hypothetical |
| Updates | Daily |
| Production | |
| Editing | ze editors |
| Publication | |
| Original release | 1984 – 2061 |
| Ratings | i listeners |
| Provider | Example |
| License | CC-BY-SA |
| Related | |
| Website | example |
The following template code produced the infobox to the right. <syntaxhighlight lang="wikitext" style="overflow: auto;">
| The Example Podcast | |
|---|---|
| File:Example-serious.jpg Example | |
| Presentation | |
| Hosted by | Zoe Example |
| Genre | Hypothetical |
| Updates | Daily |
| Production | |
| Editing | ze editors |
| Publication | |
| Original release | 1984 – 2061 |
| Ratings | i listeners |
| Provider | Example |
| License | CC-BY-SA |
| Related | |
| Website | example |
</syntaxhighlight>
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.
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" }, "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": "example "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> |
Tracking categories
See also
- Infobox templates
- Pages with broken file links
- Templates that generate short descriptions
- Lua-based templates
- Templates using TemplateData
- Technology and applied science infobox templates
- Infobox templates with module parameter
- Infobox templates with updated parameter
- Podcasting templates
- Templates that add a tracking category