Actions

Template

Difference between revisions of "Album"

From Sonic Retro

(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px;" width="210" class="breakout"
+
<div itemscope itemtype='http://schema.org/MusicRelease'>
| [[Image:{{ #if: {{{cover|}}} | {{{cover}}} | Notavailable.svg }}|275px]]
+
<meta itemprop="image" content="{{{cover}}}">
|-
+
{{BobTable|
! '''''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}'''''
+
{{BobRow||{{{cover|}}}|align=center|default=[[File:Notavailable.svg]]|content=[[File:{{{cover}}}|275x275px]]}}
|-
+
{{BobRow||{{{title|}}}|default=''<span itemprop="name">{{PAGENAME}}</span>''|content=''<span itemprop="name">{{{title}}}</span>''|headline=yes|align=center}}
|style="padding: 0.3em; line-height: 1.5em" |
+
{{BobRow|Record label|{{{label|}}}|content=<span itemprop="recordLabel">{{{label}}}</span>|default=[[Category:Albums with missing catalog or label]]}}
{{ #if: {{{released|}}} | '''Release Date:''' {{{released}}}<br/> | }}{{
+
{{BobRow|Artist|{{{artist|}}}|content=<span itemprop="byArtist">{{{artist}}}</span>}}
#if: {{{madeby|}}} | '''Artist:''' {{{madeby}}}<br/> | }}{{
+
{{BobRow|Composer(s)|{{#if:{{{composer|}}}|{{{composer|}}}[[Category:Move to production credits section]]|}}}}
#if: {{{artist|}}} | '''Artist:''' {{{artist}}}<br/> | }}{{
+
{{BobRow|Arranger(s)|{{#if:{{{arranger|}}}|{{{arranger|}}}[[Category:Move to production credits section]]|}}}}
#if: {{{label|}}} | '''Record Label:''' {{{label}}}<br/> | <includeonly>[[Category:Albums with missing catalogue or label]]</includeonly> }}{{
+
{{BobRow|Performer(s)|{{#if:{{{performer|}}}|{{{performer|}}}[[Category:Move to production credits section]]|}}}}
#if: {{{catalog|}}} | '''Catalog No.:''' {{{catalog}}}<br/> | <includeonly>[[Category:Albums with missing catalogue or label]]</includeonly> }}
+
{{BobRow||{{{releases|}}}|content={{releasesHeader}}
|}<noinclude>
+
{{{releases}}}
 +
{{releasesEnd}}}}
 +
}}</div><noinclude>
  
 
==Usage==
 
==Usage==
Line 19: Line 21:
 
| cover=
 
| cover=
 
| title=
 
| title=
| released=
+
| label=
 
| artist=
 
| artist=
| catalog=
+
| composer=
| label=
+
| arranger=
 +
| performer=
 +
| releases=
 
}}
 
}}
 
</pre>
 
</pre>
Line 30: Line 34:
 
| cover= Hedgehog.jpg
 
| cover= Hedgehog.jpg
 
| title= Mr. Hedgehog's Greatest Hits
 
| title= Mr. Hedgehog's Greatest Hits
| released= 2007
+
| artist= [[Sonic]]
| artist= [[Hivebrain]]
 
| catalog= 123
 
 
| label= [[Sonic Retro]]
 
| label= [[Sonic Retro]]
 +
| releases={{release|CD|JP|2017-01-01|¥1,200|012345}}
 
}}
 
}}
 
<pre>
 
<pre>
Line 39: Line 42:
 
| cover= Hedgehog.jpg
 
| cover= Hedgehog.jpg
 
| title= Mr. Hedgehog's Greatest Hits
 
| title= Mr. Hedgehog's Greatest Hits
| released= 2007
+
| artist= [[Sonic]]
| artist= [[Hivebrain]]
 
| catalog= 123
 
 
| label= [[Sonic Retro]]
 
| label= [[Sonic Retro]]
 +
| releases={{release|CD|JP|2017-01-01|¥1,200|012345}}
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 15:23, 2 October 2019

Notavailable.svg
Album

Usage

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

{{Album
| cover=
| title=
| label=
| artist=
| composer=
| arranger=
| performer=
| releases=
}}

Example

Hedgehog.jpg
Mr. Hedgehog's Greatest Hits
Record label: Sonic Retro
Artist: Sonic
Release Date RRP Code Rating
Compact Disc
JP
2017-01-01 ¥1,200 012345
{{Album
| cover= Hedgehog.jpg
| title= Mr. Hedgehog's Greatest Hits
| artist= [[Sonic]]
| label= [[Sonic Retro]]
| releases={{release|CD|JP|2017-01-01|¥1,200|012345}}
}}