Difference between revisions of "MusicBob"

From Sega Retro

(ttfn redundant fields)
Line 2: Line 2:
 
| [[Image:{{ #if: {{{cover|}}} | {{{cover}}} | Notavailable.svg }}|275px]]
 
| [[Image:{{ #if: {{{cover|}}} | {{{cover}}} | Notavailable.svg }}|275px]]
 
|-
 
|-
! '''''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}'''''
+
! '''''{{ #if: {{{title|}}} | <span itemprop="name">{{{title}}}</span> | <span itemprop="name">{{PAGENAME}}</span> }}'''''
 
|-
 
|-
 
|style="padding: 0.3em; line-height: 1.5em" | {{
 
|style="padding: 0.3em; line-height: 1.5em" | {{
#if: {{{madeby|}}} | '''Artist:''' {{{madeby}}}<br/> | }}{{
+
#if: {{{madeby|}}} | '''Artist:''' <span itemprop="creator">{{{madeby}}}</span><br/> | }}{{
#if: {{{artist|}}} | '''Artist:''' {{{artist}}}<br/> | }}{{
+
#if: {{{artist|}}} | '''Artist:''' <span itemprop="creator">{{{artist}}}</span><br/> | }}{{
 
#if: {{{composer|}}} | '''Composer:''' {{{composer}}}<br/> | }}{{
 
#if: {{{composer|}}} | '''Composer:''' {{{composer}}}<br/> | }}{{
 
#if: {{{arranger|}}} | '''Arranger:''' {{{arranger}}}<br/> | }}{{
 
#if: {{{arranger|}}} | '''Arranger:''' {{{arranger}}}<br/> | }}{{
#if: {{{label|}}} | '''Record Label:''' {{{label}}}<br/> | [[Category:Albums with Missing Catalog or Label]] }}{{
+
#if: {{{label|}}} | '''Record Label:''' <span itemprop="publisher">{{{label}}}</span><br/> | [[Category:Albums with Missing Catalog or Label]] }}{{
 
  #if: {{{releases|}}} | {{{releases}}} | <br/> }}
 
  #if: {{{releases|}}} | {{{releases}}} | <br/> }}
 
|}<noinclude>
 
|}<noinclude>

Revision as of 11:08, 9 March 2013

Notavailable.svg
MusicBob

Usage

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

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

Example

Template:Album

{{Album
| cover= Hedgehog.jpg
| title= Mr. Hedgehog's Greatest Hits
| artist= [[Alex Kidd]]
| label= [[Sonic Retro]]
| releases={{releases
}}
}}