Template:Infobox album: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{!}}-}}
{{!}}-}}
|colspan="2" |<span id="heading_bigger">[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]</span>
|colspan="2" |<span id="heading_bigger">[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]</span>
|-
!valign="top" |Artist:
|{{{artist}}}
|-
|-
!valign="top" |Released
!valign="top" |Released
Line 28: Line 31:
{{#if:{{{lastAlbum|}}}{{{nextAlbum|}}}|
{{#if:{{{lastAlbum|}}}{{{nextAlbum|}}}|
   <tr>
   <tr>
     <th colspan="3" scope="col" style="text-align: center; background: {{#ifeq:{{Template:Infobox album/color|{{{Type|}}}}}|khaki|{{Template:Infobox Album/color}}|{{Template:Infobox album/color|{{{Type|}}}}}}};">{{#if:{{{Chronology|}}}|{{{Chronology}}}|{{{Artist}}}}}{{#ifeq:{{{Type|}}}|video|&#32;video}}&#32;chronology
     <th colspan="3" scope="col" style="text-align: center; background: {{#ifeq:{{Template:Infobox album/color|{{{Type|}}}}}|khaki|{{Template:Infobox Album/color}}|{{Template:Infobox album/color|{{{Type|}}}}}}};">{{#if:{{{Chronology|}}}|{{{Chronology}}}|{{{artist}}}}}{{#ifeq:{{{Type|}}}|video|&#32;video}}&#32;chronology
   </tr>
   </tr>
   <tr>
   <tr>
Line 60: Line 63:
{{Infobox album
{{Infobox album
  |title = <!-- Title of the release -->
  |title = <!-- Title of the release -->
|artist = <!-- Album artist -->
  |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
  |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
  |disc_Category = <!-- EXAMPLE: EP, Studio Album -->
  |disc_Category = <!-- EXAMPLE: EP, Studio Album -->

Revision as of 20:04, 18 September 2022

{{{title}}}
[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]
Artist: {{{artist}}}
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 -->
 |artist = <!-- Album artist -->
 |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 -->
 |lastAlbum = <!-- The previous album by the artist -->
 |thisAlbum = <!-- The current album by the artist (this page) -->
 |nextAlbum = <!-- The next album by the artist -->
}}