Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Difference between revisions of "Template:Infobox album"
Jump to navigation
Jump to search
(trying new thumbail size) |
|||
(17 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|colspan="2" |<span id="heading_biggest">{{{title}}}</span> | |colspan="2" |<span id="heading_biggest">{{{title}}}</span> | ||
|- | |- | ||
{{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}} | {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
|colspan="2" |< | |colspan="2" |<span id="heading_bigger">[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]</span> | ||
|- | |- | ||
!valign="top" |Released | !valign="top" |Released | ||
|{{{ | |{{{year}}} | ||
|- | |- | ||
{{#if: {{{recorded|}}} | !valign="top" {{!}}Recorded | |||
{{!}}{{{recorded}}} }} | |||
| | |||
!valign="top" | |||
|- | |- | ||
!valign="top" |Length | !valign="top" |Length | ||
Line 19: | Line 16: | ||
|- | |- | ||
!valign="top" |Label | !valign="top" |Label | ||
| | |{{{label}}} | ||
|- | |- | ||
!width="70" valign="top" |Producer | !width="70" valign="top" |Producer | ||
| | |{{{producers}}} | ||
|- | |||
{{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }} | |||
|- | |- | ||
| | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info | ||
{{!}}{{{addtlInfo}}} }} | |||
|} | |} | ||
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly> | |||
<noinclude> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
'''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 '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | |||
<pre> | |||
{{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 --> | |||
}} | |||
</pre> |
Latest revision as of 05:38, 25 February 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 --> }}