Template:Infobox album: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info
{{!}}{{{addtlInfo}}} }}
{{!}}{{{addtlInfo}}} }}
|-
{{#if:{{{Last album|}}}{{{Next album|}}}|
  <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
  </tr>
  <tr>
    <td colspan="3">
      <table cellspacing="0" cellpadding="0" width="100%" style="background: transparent;">
        <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.1em;">{{{This album|}}}</td>
          <td style="width: 33%; vertical-align: top; padding: 0.2em 0 0.2em 0.1em;">{{{Next album|}}}</td>
        </tr>
      </table>
    </td>
  </tr>
}}
|}
|}
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly>
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly>
Line 52: 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 -->
|This album  = <!-- The current album by the artist (this page) -->
|Next album  = <!-- 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 -->
 |Last album  = <!-- The previous album by the artist -->
 |This album  = <!-- The current album by the artist (this page) -->
 |Next album  = <!-- The next album by the artist -->
}}