Actions

Template

Difference between revisions of "Album"

From Sonic Retro

m
Line 1: Line 1:
 
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border: 1px solid #98C0FF; border-right-width: 1px; border-bottom-width: 1px; text-align:left; background-color: #FFFFFF;" width="210" class="bobtemplate"
 
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border: 1px solid #98C0FF; border-right-width: 1px; border-bottom-width: 1px; text-align:left; background-color: #FFFFFF;" width="210" class="bobtemplate"
| [[Image:{{{cover}}}|275px]]
+
| [[Image:{{ #if: {{{cover|}}} | {{{cover}}} | Notavailable.png }}|275px]]
 
|-
 
|-
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: #98C0FF; text-align: center;"| '''''{{PAGENAME}}'''''
+
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: #98C0FF; text-align: center;"| '''''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}'''''
 
|-
 
|-
 
|style="padding: 0.3em; line-height: 1.5em" |
 
|style="padding: 0.3em; line-height: 1.5em" |
'''Released''': {{{released}}}<br/>
+
{{ #if: {{{released|}}} | '''Released''': {{{released}}}<br/> | }}{{
'''Catalog No.:''' {{{catalog}}}<br/>
+
#if: {{{catalog|}}} | '''Catalog No.:''' {{{catalog}}}<br/> | }}{{
'''Made By:''' {{{madeby}}}<br/>
+
#if: {{{madeby|}}} | '''Made By:''' {{{madeby}}}<br/> | }}
'''© [[Sega|SEGA]]''' {{{year}}}
+
© {{ #if: {{{copyright|}}} | {{{copyright}}} | '''[[Sega|SEGA]]''' }} {{ #if: {{{year|}}} | {{{year}}} | }}
|}
+
|}<noinclude>
 +
 
 +
==Usage==
 +
This template is to be used on articles about [[:Category:Albums|albums]]. Place the following at the top of a page:
 +
 
 +
<pre>
 +
{{Album
 +
| cover=
 +
| title=
 +
| released=
 +
| catalog=
 +
| madeby=
 +
| copyright=
 +
| year=
 +
}}
 +
</pre>
 +
 
 +
===Example===
 +
{{Album
 +
| cover= Hedgehog.jpg
 +
| title= Mr. Hedgehog's Greatest Hits
 +
| released= 2007
 +
| catalog= 123
 +
| madeby= [[Hivebrain]]
 +
| copyright= [[Sonic Retro]]
 +
| year= 2007
 +
}}
 +
<pre>
 +
{{Album
 +
| cover= Hedgehog.jpg
 +
| title= Mr. Hedgehog's Greatest Hits
 +
| released= 2007
 +
| catalog= 123
 +
| madeby= [[Hivebrain]]
 +
| copyright= [[Sonic Retro]]
 +
| year= 2007
 +
}}
 +
</pre>
 +
 
 +
[[Category:Breakout Box Templates]]
 +
</noinclude>

Revision as of 19:55, 29 September 2007

275px
Album

© SEGA

Usage

This template is to be used on articles about albums. Place the following at the top of a page:

{{Album
| cover=
| title=
| released=
| catalog=
| madeby=
| copyright=
| year=
}}

Example

Hedgehog.jpg
Mr. Hedgehog's Greatest Hits
{{Album
| cover= Hedgehog.jpg
| title= Mr. Hedgehog's Greatest Hits
| released= 2007
| catalog= 123
| madeby= [[Hivebrain]]
| copyright= [[Sonic Retro]]
| year= 2007
}}