Template:Infobox Album/doc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
m (→‎Example: ::-0 removing loooongg recorderd value...)
imported>Meg Taylor
(data)
Line 3: Line 3:
Copy the following code and fill in the blanks.
Copy the following code and fill in the blanks.


<pre>{{Infobox Album
<pre>{{Infobox Film
|name        =  
|name         =
|image       =  
|image       =  
|caption     =  
|director    =
|album type  =  
|producer    =
|artist      =  
|writer       =  
|released    =  
|narrator     =  
|recorded    =  
|star        =  
|genre       =  
|music        =  
|language    =  
|cinematographer  =  
|length      =  
|editor      =  
|label       =
|studio       =
|catalogue  =
|distributor  =
|producer    =
|released    =
|engineer    =
|filmed       =
|runtime      =
|country      =
|language    =
}}</pre>
}}</pre>


Line 23: Line 26:


==== Example ====
==== Example ====
{{Infobox Album
<!-- to be added -->
|name        = Led Zeppelin IV
|image      = [[Image:LZIValbum1971.jpg]]
|caption    =
|type        = Studio album
|artist      = [[Led Zeppelin]]
|released    = 8 November 1971 (US), 12 November 1971 (UK)
|recorded    = <small>December 1970 – August 1971 at<br>Island Studios, [[London]];<br>Headley Grange, Hampshire, with The Rolling Stones Mobile Studio;<br>Sunset Sound, Los Angeles, [[California]].<br>Mixed at Island Studios, London;<br>Olympic Studios, London.</small>
|genre      = Hard rock, blues rock, folk rock
|language    = English
|length      = 42 min 34 sec
|label      = Atlantic Records
|catalogue  = Atlantic SD 7208 (US), Atlantic 2401 012 (UK)
|producer    = [[Jimmy Page]]
|engineer    = Andy Johns
}}
<pre>
{{Infobox Album
|name        = Led Zeppelin IV
|image      = [[Image:LZIValbum1971.jpg]]
|caption    =
|type        = Studio album
|artist      = [[Led Zeppelin]]
|released    = 8 November 1971 (US), 12 November 1971 (UK)
|recorded    = <small>December 1970 – August 1971 at<br>Island Studios[...]</small>
|genre      = Hard rock, blues rock, folk rock
|language    = English
|length      = 42 min 34 sec
|label      = Atlantic Records
|catalogue  = Atlantic SD 7208 (US), Atlantic 2401 012 (UK)
|producer    = [[Jimmy Page]]
|engineer    = Andy Johns
}}
</pre>

Revision as of 08:22, 9 June 2009

Usage

Copy the following code and fill in the blanks.

{{Infobox Film
|name         = 
|image        = 
|director     = 
|producer     = 
|writer       = 
|narrator     = 
|star         = 
|music        = 
|cinematographer  = 
|editor       = 
|studio       =
|distributor  =
|released     =
|filmed       =
|runtime      =
|country      =
|language     =
}}

All variables are optional. Any which are not filled in won't show up; there is no need to remove labels for unknown variables. Leave them and someone else might fill them in later.

Example