Template:Infobox album: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
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: | |||
|{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }} | |||
|- | |- | ||
!valign="top" |Released | !valign="top" |Released | ||
Line 23: | Line 26: | ||
{{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }} | {{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }} | ||
|- | |- | ||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | |||
{{!}} {{{externalLinks}}} }} | |||
|- | |||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info | ||
{{!}}{{{addtlInfo}}} }} | {{!}}{{{addtlInfo}}} }} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{lastAlbum|}}}{{{nextAlbum|}}}| | ||
<tr> | <tr> | ||
<th colspan="3" scope="col" style="text-align: center | <th id="chronology_heading" colspan="3" scope="col" style="text-align: center;">{{#if:{{{Chronology|}}}|{{{Chronology}}}|{{{artist}}}}}{{#ifeq:{{{Type|}}}|video| video}} chronology | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 34: | Line 40: | ||
<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;">{{{ | <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;">{{{ | <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;">{{{ | <td style="width: 33%; vertical-align: top; padding: 0.2em 0 0.2em 0.1em;">{{{nextAlbum|}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 56: | Line 62: | ||
<p> </p> | <p> </p> | ||
'''How to use:''' | '''How to use:''' | ||
Put this block of code in an | 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>''' | ||
<pre> | <pre> | ||
{{Infobox album | {{Infobox album | ||
|title = <!-- Title of the release --> | |title = <!-- Title of the release --> | ||
|albumart = The filename of the (obviously already uploaded) album art, such as | |artist = <!-- Album artist --> | ||
|disc_Category = <!-- EXAMPLE: EP, | |albumart = <!-- The filename of the (obviously already uploaded) album art, such as LFTHCS.jpg (optional) --> | ||
|disc_Category = <!-- EXAMPLE: EP, Album --> | |||
|year = <!-- Date released --> | |year = <!-- Date released --> | ||
|recorded = <!-- Some time frame in which the release was recorded and studio name (optional) --> | |recorded = <!-- Some time frame in which the release was recorded and studio name (optional) --> | ||
Line 68: | Line 75: | ||
|producers = <!-- producer of the album --> | |producers = <!-- producer of the album --> | ||
|reviews = <!-- links to notable reviews of the album (optional) --> | |reviews = <!-- links to notable reviews of the album (optional) --> | ||
|externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> | |||
|addtlInfo = <!-- Any additional info --> | |addtlInfo = <!-- Any additional info --> | ||
| | |lastAlbum = <!-- The previous album by the artist, linked with year in parentheses --> | ||
| | |thisAlbum = <!-- The current album by the artist (this page), surrounded by <nowiki>'''</nowiki> --> | ||
| | |nextAlbum = <!-- The next album by the artist, linked with year in parentheses --> | ||
}} | }} | ||
</pre> | </pre> | ||
'''DO NOT BRACKET/LINK TO ARTISTS. IT DOES IT ON ITS OWN.''' |
Latest revision as of 04:33, 20 October 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 album'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 LFTHCS.jpg (optional) --> |disc_Category = <!-- EXAMPLE: EP, 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) --> |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> |addtlInfo = <!-- Any additional info --> |lastAlbum = <!-- The previous album by the artist, linked with year in parentheses --> |thisAlbum = <!-- The current album by the artist (this page), surrounded by ''' --> |nextAlbum = <!-- The next album by the artist, linked with year in parentheses --> }}
DO NOT BRACKET/LINK TO ARTISTS. IT DOES IT ON ITS OWN.