Template:Infobox video/doc: Difference between revisions

From The Freestyle Knowledge Base
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Auto italic ti...")
 
mNo edit summary
Line 7: Line 7:
== Usage ==
== Usage ==
<pre style="overflow:auto;">
<pre style="overflow:auto;">
{{Infobox podcast
{{Infobox video
| title          =  
| title          =  
| image          =  <!-- Image.ext without File: or Image: -->
| image          =  <!-- Image.ext without File: or Image: -->
Line 61: Line 61:
{{clear}}
{{clear}}


== Example ==
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | }}</includeonly>
{{Infobox podcast
| italic title = no
| title    = The Example Podcast
| image    = The Freestyle Podcast Logo.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    =
| audio caption = Chords being played on an accordion
}}
 
''The following template code produced the infobox to the right.''
<pre style="overflow:auto;">
{{Infobox podcast
| title    = The Example Podcast
| image    = The Freestyle Podcast Logo.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
}}
</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}}
 
== See also ==
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
<!--probably needs focusing-->
}}</includeonly>

Revision as of 19:50, 22 October 2016

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

Usage

{{Infobox video
| 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         = 
}}