Template:Infobox video: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{#if: {{{screenshot|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{screenshot}}}{{!}}320px]]
{{#if: {{{screenshot|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{screenshot}}}{{!}}320px]]
{{!}}-}}
{{!}}-}}
|colspan="2" |<span id="heading_bigger">[[:Category:Music Video|Music Video]]</span>
|colspan="2" |<span id="heading_bigger">[[:Category:{{{video_Category}}}|{{{video_Category}}}]]</span>
|-
{{#if: {{{series|}}} | !valign="top" {{!}}Series
{{!}}{{{series}}} }}
|-
|-
!valign="top" |Creator
!valign="top" |Creator
|{{#ifexist: {{{creator}}} | [[{{{creator}}}]] | {{{creator}}} }}
|{{#ifexist: {{{creator}}} | [[{{{creator}}}]] | {{{creator}}} }}
|-
{{#if: {{{company|}}} | !valign="top" {{!}}Production Company
{{!}}{{{company}}} }}
|-
|-
!valign="top" |Cast
!valign="top" |Cast
Line 27: Line 33:
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{!}} {{{addtlInfo}}} }}
{{!}} {{{addtlInfo}}} }}
|-
{{#if:{{{lastEpisode|}}}{{{nextEpisode|}}}|
  <tr>
    <th id="episodes_heading" colspan="3" scope="col" style="text-align: center;">{{#if:{{{series|}}}|{{{Episodes}}}|{{{series}}}}}{{#ifeq:{{{Type|}}}|video|&#32;video}}&#32;episodes
  </tr>
  <tr>
    <td colspan="3">
      <table cellspacing="0" cellpadding="0" width="100%" style="background: transparent;">
        <tr style="text-align: center; font-size: 0.8em; line-height: 1.4em;">
          <td style="width: 33%; vertical-align: top; padding: 0.2em 0.1em 0.2em 0;">{{{lastEpisode|}}}</td>
          <td style="width: 33%; vertical-align: top; padding: 0.2em 0.1em 0.2em 0.1em;">{{{thisEpisode|}}}</td>
          <td style="width: 33%; vertical-align: top; padding: 0.2em 0 0.2em 0.1em;">{{{nextEpisode|}}}</td>
        </tr>
      </table>
    </td>
  </tr>
}}
|}
|}
<includeonly>[[Category:Song]]</includeonly>
<includeonly>[[Category:{{{video_Category}}}]]</includeonly>
<includeonly>{{#ifexist: {{{writer}}}}}</includeonly>
<noinclude>
<noinclude>
<p>&nbsp;</p>
<p>&nbsp;</p>
Line 42: Line 64:
<p>&nbsp;</p>
<p>&nbsp;</p>
'''How to use:'''
'''How to use:'''
Put this block of code in a song's main page if there exists an official accompanying video. Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
Put this block of code in a video's main page, or in a song's main page if there exists an accompanying music video. Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
<pre>
<pre>
{{Infobox_video
{{Infobox_short
  |title = <!-- Song Name -->
  |title = <!-- Song Name -->
|video_Category = <!-- Example: Short Film, Music Video -->
|series = <!-- Name of a series a short film may be from (Optional) -->
  |creator = <!-- The creator of the video -->
  |creator = <!-- The creator of the video -->
|company = <!-- The Production Company/Companies behind the video (Optional)
  |cast = <!-- Name(s) of those featured in the video -->
  |cast = <!-- Name(s) of those featured in the video -->
  |crew= <!-- Name(s) of those who helped with the making of the video -->
  |crew= <!-- Name(s) of those who helped with the making of the video -->
  |year = <!-- Release date -->
  |year = <!-- Release date -->
  |screenshot = <!-- A screenshot of the video, one with the title is preferred -->
  |screenshot = <!-- A screenshot of the video, one with the title is preferred -->
  |duration = <!-- Length of song (optional) -->
  |duration = <!-- Length of video (optional) -->
  |externalLinks = <!-- links to youtube, vimeo, etc. -->
  |externalLinks = <!-- links to youtube, vimeo, etc. -->
  |addtlInfo = <!-- Any additional Info.-->
  |addtlInfo = <!-- Any additional Info.-->
|lastEpisode = <!-- The previous episode in an episodic series, linked with episode number in parentheses (Optional) -->
|thisEpisode = <!-- The current episode in an episodic series (this page), surrounded by <nowiki>'''</nowiki> (Optional) -->
|nextEpisode = <!-- The next episode in an episodic series, linked with episode number in parentheses (Optional) -->
}}
}}
</pre>
</pre>


'''DO NOT BRACKET/LINK TO ARTISTS, PEOPLE, ETC. IT DOES IT ON ITS OWN.'''
'''DO NOT BRACKET/LINK TO ARTISTS, PEOPLE, ETC. IT DOES IT ON ITS OWN.'''

Revision as of 00:21, 8 July 2025

{{{title}}}
[[:Category:{{{video_Category}}}|{{{video_Category}}}]]
Creator {{{creator}}}
Cast {{{cast}}}
Crew {{{crew}}}
Released {{{year}}}


 

 

 

 

 

 

 

 

 

 

How to use: Put this block of code in a video's main page, or in a song's main page if there exists an accompanying music video. Fill out the information between the brackets and then remove the <!-- and -->

{{Infobox_short
 |title = <!-- Song Name -->
 |video_Category = <!-- Example: Short Film, Music Video -->
 |series = <!-- Name of a series a short film may be from (Optional) -->
 |creator = <!-- The creator of the video -->
 |company = <!-- The Production Company/Companies behind the video (Optional)
 |cast = <!-- Name(s) of those featured in the video -->
 |crew= <!-- Name(s) of those who helped with the making of the video -->
 |year = <!-- Release date -->
 |screenshot = <!-- A screenshot of the video, one with the title is preferred -->
 |duration = <!-- Length of video (optional) -->
 |externalLinks = <!-- links to youtube, vimeo, etc. -->
 |addtlInfo = <!-- Any additional Info.-->
 |lastEpisode = <!-- The previous episode in an episodic series, linked with episode number in parentheses (Optional) -->
 |thisEpisode = <!-- The current episode in an episodic series (this page), surrounded by ''' (Optional) -->
 |nextEpisode = <!-- The next episode in an episodic series, linked with episode number in parentheses (Optional) -->
}}

DO NOT BRACKET/LINK TO ARTISTS, PEOPLE, ETC. IT DOES IT ON ITS OWN.