Template:Infobox podcast/doc: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 99: Line 99:
}}
}}
</pre>
</pre>
See [[User:Billpg/Infobox Podcast example|this example]] for how the infobox looks with all parameters filled in. <!--Note to template editors: Please edit this example to match changes here.-->
{{clear}}
==Template Data==
{{TemplateData header}}
<templatedata>
{
"params": {
"title": {
"aliases": [
"subject_name"
],
"label": "Title",
"description": "Title of the podcast",
"type": "line",
"required": true,
"suggested": true
},
"image": {
"label": "Image",
"description": "Image  for podcast, without namespace",
"example": "Example.png",
"type": "wiki-file-name",
"suggested": true
},
"image_size": {
"label": "Image size",
"description": "Size of the image in px",
"type": "line"
},
"alt": {
"label": "Alt text",
"description": "Alternative text for the image",
"type": "line"
},
"caption": {
"label": "Caption",
"description": "Caption for the image",
"type": "wiki-file-name"
},
"italic": {
},
"italic title": {
"aliases": [
"italic_title"
]
},
"host": {
"aliases": [
"hosting",
"presenter"
],
"label": "Host",
"description": "Host(s) of the podcast",
"suggested": true
},
"starring": {
"description": "Starring"
},
"genre": {},
"format": {},
"creator": {},
"developer": {},
"writer": {},
"director": {},
"creative_director": {},
"voices": {},
"narrated": {},
"judges": {},
"language_other": {},
"updates": {},
"status": {},
"length": {},
"language": {},
"camera": {},
"direction": {},
"production": {},
"preceded_by": {},
"theme_music_composer": {},
"opentheme": {},
"endtheme": {},
"composer": {},
"motion_graphics": {},
"picture format": {
"aliases": [
"picture_format"
]
},
"video format": {},
"audio format": {},
"num_seasons": {},
"num_episodes": {},
"list_episodes": {},
"began": {
"aliases": [
"debut",
"first_aired"
],
"description": "Date of first episode",
"type": "date",
"suggested": true
},
"ended": {
"aliases": [
"final",
"last_aired"
],
"label": "Ended",
"description": "Date of final episode, if defunct",
"type": "date"
},
"ratings": {
"aliases": [
"rating"
]
},
"cite_for": {
"aliases": [
"cited_for"
]
},
"cite_as": {
"aliases": [
"cited_for"
]
},
"provider": {},
"network": {},
"license": {},
"related_shows": {},
"website": {
"aliases": [
"url"
],
"label": "Website",
"description": "Official website, using {{URL}}",
"example": "{[URL|example.com}}",
"type": "line",
"suggested": true
},
"Misc": {
"aliases": [
"misc"
]
},
"Audio Caption": {
"aliases": [
"audio caption",
"audio Caption"
]
}
},
"format": "block",
"description": "Infobox for a podcast"
}
</templatedata>
== See also ==
* {{tl|Infobox radio show}}
{{Film- and television-related infobox templates}}


<includeonly>{{Sandbox other||
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly>
}}</includeonly>

Latest revision as of 12:21, 3 July 2020

Template:Auto italic title This template should be placed in an article at the top of the page, before the introduction. Any/all parameters optional.

Usage

{{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         = 
| camera         =  <!-- For camerawork credits -->
| direction      =  <!-- For direction credits -->
| production     =  <!-- For production credits -->
| preceded_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  =
| website        =  <!-- or 'url' -->
| misc           =  <!-- Audio file using syntax: [[File:recording_name.extension]]. -->
                    <!-- Or video files, with the extension "ogv". -->
| audio caption  =  <!-- Caption for the audio recording-->
| module         = 
}}


Example

|alt=
Example
Presentation
Hosted by Zoe Example
Genre Hypothetical
Updates Daily
Publication
Original release 1984 – 2061
Ratings i listeners
Provider Example
License CC-BY-SA
Website Template:URL
File:Accordian chords-01.ogg
Chords being played on an accordion

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
| provider = Example
| license  = CC-BY-SA
| website  = {{URL|example.org}}
| misc     = [[File:Accordian chords-01.ogg]]
| audio caption = Chords being played on an accordion 
}}