Template:Infobox album: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
(Created page with "{| class="infobox" id="infobox_album" |colspan="2" |<span id="heading_biggest">{{{title}}}</span> |- {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] {{!}}-}} |colspan="2" |<span id="heading_bigger">[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]</span> |- !valign="top" |Released |{{{year}}} |- {{#if: {{{recorded|}}} | !valign="top" {{!}}Recorded {{!}}{{{recorded}}} }} |- !valign="top" |Length |{{{length}}} |- !valign...")
 
No edit summary
Line 1: Line 1:
{| class="infobox" id="infobox_album"
{| class="infobox-HITS" id="infobox_album"
|colspan="2" |<span id="heading_biggest">{{{title}}}</span>
|colspan="2" |<span id="heading_biggest">{{{title}}}</span>
|-
|-
Line 20: Line 20:
!width="70" valign="top" |Producer
!width="70" valign="top" |Producer
|{{{producers}}}
|{{{producers}}}
|-
{{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }}
|-
|-
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info
Line 37: Line 39:
<p>&nbsp;</p>
<p>&nbsp;</p>
'''How to use:'''
'''How to use:'''
Put this block of code in an album's main page.  Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
Put this block of code in an artist's main page.  Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
<pre>
<pre>
{{Infobox album
{{Infobox album
Line 48: Line 50:
  |label = <!-- Labels under which this album was released -->
  |label = <!-- Labels under which this album was released -->
  |producers = <!-- producer of the album -->
  |producers = <!-- producer of the album -->
|reviews = <!-- links to notable reviews of the album (optional) -->
  |addtlInfo = <!-- Any additional info -->
  |addtlInfo = <!-- Any additional info -->
}}
}}
</pre>
</pre>

Revision as of 17:30, 18 September 2022

{{{title}}}
[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]
Released {{{year}}}
Length {{{length}}}
Label {{{label}}}
Producer {{{producers}}}


 

 

 

 

 

 

 

 

 

 

How to use: Put this block of code in an artist's main page. Fill out the information between the brackets and then remove the <!-- and -->

{{Infobox album
 |title = <!-- Title of the release -->
 |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
 |disc_Category = <!-- EXAMPLE: EP, Studio Album -->
 |year = <!-- Date released -->
 |recorded = <!-- Some time frame in which the release was recorded and studio name (optional) -->
 |length = <!-- EXAMPLE: 48:16 -->
 |label = <!-- Labels under which this album was released -->
 |producers = <!-- producer of the album -->
 |reviews = <!-- links to notable reviews of the album (optional) -->
 |addtlInfo = <!-- Any additional info -->
}}