Difference between revisions of "Template:Media"

From Disobiki
Jump to navigation Jump to search
Line 18: Line 18:
 
   }}
 
   }}
 
| [[Category:Unknown media (type)]]
 
| [[Category:Unknown media (type)]]
}}
+
}}{{ #switch: {{{type|}}}
{{ #switch: {{{type|}}}
 
 
| Album = This {{lc:{{{type}}}}} is for {{{film}}} ({{{year|????}}}).
 
| Album = This {{lc:{{{type}}}}} is for {{{film}}} ({{{year|????}}}).
 
| Poster = This {{lc:{{{type}}}}} is for {{{film}}} ({{{year|????}}}).
 
| Poster = This {{lc:{{{type}}}}} is for {{{film}}} ({{{year|????}}}).
Line 26: Line 25:
 
| Title = This {{lc:{{{type}}}}} card is for {{{film}}} ({{{year|????}}}).
 
| Title = This {{lc:{{{type}}}}} card is for {{{film}}} ({{{year|????}}}).
 
| This {{{type|????}}} is for {{{film}}} ({{{year|????}}}).
 
| This {{{type|????}}} is for {{{film}}} ({{{year|????}}}).
}}
+
}}{{AmazonVideoSearch|{{{film|}}}|Search for this film on Amazon.}}
{{AmazonVideoSearch|{{{film|}}}|Search for this film on Amazon.}}
 
 
{{ #if: {{{distributor|}}} | <br />Distributed by {{{distributor}}}. |
 
{{ #if: {{{distributor|}}} | <br />Distributed by {{{distributor}}}. |
 
   {{ #switch: {{{type|}}}
 
   {{ #switch: {{{type|}}}
Line 37: Line 35:
 
   | VHS = [[Category:Unknown media (distributor)]]
 
   | VHS = [[Category:Unknown media (distributor)]]
 
   }}
 
   }}
}}}}
+
}}}}{{ #if: {{{game|}}} |
{{AutoDEFAULTSORT|namespace=1}}</includeonly><noinclude>
+
This screenshot is for {{{game}}} ({{{year|????}}}).
 +
[[Category:Screenshots]]
 +
}}{{AutoDEFAULTSORT|namespace=1}}</includeonly><noinclude>
 
This template is used to describe '''uploaded media''' (images, videos, audio, etc.).
 
This template is used to describe '''uploaded media''' (images, videos, audio, etc.).
 
<br />Its primary purpose is to handle organizing of media in the proper categories.
 
<br />Its primary purpose is to handle organizing of media in the proper categories.
Line 46: Line 46:
 
<pre>
 
<pre>
 
  {{Media
 
  {{Media
  | film          =
+
  | film          = [[12 Monkeys]]
  | year          =
+
  | year          = 1995
  | type          =
+
  | type          = DVD
  | language      =
+
  | language      = French
  | distributor    =
+
  | distributor    = [[Company name]]
 +
}}
 +
</pre>
 +
 
 +
<pre>
 +
{{Media
 +
| game          = [[Mystery Chronicles: Murder Among Friends]]
 +
| year          = 2008
 
  }}
 
  }}
 
</pre>
 
</pre>
Line 77: Line 84:
 
|}
 
|}
  
==Examples==
+
{| class="wikitable"
 
+
! style="text-align: left" | Parameter
<pre>
+
! style="text-align: left" | Explanation
{{Media
+
|-
| film          = [[Baberellas]]
+
| '''game'''
| year          = 2003
+
| Insert the full common name of the game (as a link).
| type          = Poster
+
|-
}}
+
| '''year'''
</pre>
+
| Insert the year the game was released (if unknown, leave blank).
 
+
|}
<pre>
 
{{Media
 
| film          = [[12 Monkeys]]
 
| year           = 1995
 
| type          = DVD
 
| language      = French
 
}}
 
</pre>
 
  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 13:35, 16 August 2010

This template is used to describe uploaded media (images, videos, audio, etc.).
Its primary purpose is to handle organizing of media in the proper categories.

Usage

 {{Media
 | film           = [[12 Monkeys]]
 | year           = 1995
 | type           = DVD
 | language       = French
 | distributor    = [[Company name]]
 }}
 {{Media
 | game           = [[Mystery Chronicles: Murder Among Friends]]
 | year           = 2008
 }}

Parameters

Note: * denotes required fields.

Parameter Explanation
film Insert the full common name of the film (as a link).
year Insert the year the film was released (if unknown, leave blank).
type One of Album, Betamax, Blu-ray, DVD, LD, VHS, Poster, Promo, Still, or Title.
language If not English, the type of language on display (Italian, Thai, French, etc.).
distributor The distributor(s) for this DVD, VHS, LD, Album, etc. (as a link).
Parameter Explanation
game Insert the full common name of the game (as a link).
year Insert the year the game was released (if unknown, leave blank).