Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
m (Reverted edits by Coz (Talk) to last revision by J2)
Line 23: Line 23:
{{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }}
{{#if: {{{reviews|}}} | {{!}}colspan="2" {{!}}<span id="heading_biggest">Reviews</span> {{{reviews}}} }}
|}
|}
|-
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{!}} {{{addtlInfo}}} }}
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly>
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly>


<noinclude>
<noinclude>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
'''How to use:'''
'''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>
<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 MMMM08.jpg (optional)
  |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
  |disc_Category = <!-- EXAMPLE: EP, Studio Album -->
  |released = Date released
|year = <!-- Date released -->
  |recorded = Some time frame in which the release was recorded (optional)
  |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>
</pre>
(this is obviously incomplete, I just wanted to demonstrate)

Revision as of 12:07, 28 April 2010

{{{title}}}
[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]
Released {{{year}}}
Length {{{length}}}
Label {{{label}}}
Producer [[{{{producers}}}]]


How to use:

{{Infobox album
 |title = Title of the release
 |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
 |released = Date released
 |recorded = Some time frame in which the release was recorded (optional)
}}


(this is obviously incomplete, I just wanted to demonstrate)