Template:Infobox album: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
{{!}}{{{addtlInfo}}} }}
{{!}}{{{addtlInfo}}} }}
|-
|-
{{#if:{{{Last album|}}}{{{Next album|}}}|
{{#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
Line 34: Line 34:
       <table cellspacing="0" cellpadding="0" width="100%" style="background: transparent;">
       <table cellspacing="0" cellpadding="0" width="100%" style="background: transparent;">
         <tr style="text-align: center; font-size: 0.8em; line-height: 1.4em;">
         <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;">{{{Last album|}}}</td>
           <td style="width: 33%; vertical-align: top; padding: 0.2em 0.1em 0.2em 0;">{{{lastAlbum|}}}</td>
           <td style="width: 33%; vertical-align: top; padding: 0.2em 0.1em 0.2em 0.1em;">{{{This album|}}}</td>
           <td style="width: 33%; vertical-align: top; padding: 0.2em 0.1em 0.2em 0.1em;">{{{thisAlbum|}}}</td>
           <td style="width: 33%; vertical-align: top; padding: 0.2em 0 0.2em 0.1em;">{{{Next album|}}}</td>
           <td style="width: 33%; vertical-align: top; padding: 0.2em 0 0.2em 0.1em;">{{{nextAlbum|}}}</td>
         </tr>
         </tr>
       </table>
       </table>
Line 69: Line 69:
  |reviews = <!-- links to notable reviews of the album (optional) -->
  |reviews = <!-- links to notable reviews of the album (optional) -->
  |addtlInfo = <!-- Any additional info -->
  |addtlInfo = <!-- Any additional info -->
  |Last album  = <!-- The previous album by the artist -->
  |lastAlbum = <!-- The previous album by the artist -->
  |This album  = <!-- The current album by the artist (this page) -->
  |thisAlbum = <!-- The current album by the artist (this page) -->
  |Next album  = <!-- The next album by the artist -->
  |nextAlbum = <!-- The next album by the artist -->
}}
}}
</pre>
</pre>

Revision as of 20:02, 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 -->
 |lastAlbum = <!-- The previous album by the artist -->
 |thisAlbum = <!-- The current album by the artist (this page) -->
 |nextAlbum = <!-- The next album by the artist -->
}}