More actions
Created page with "<infobox></infobox>" |
No edit summary Tag: 2017 source edit |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox></infobox> | <includeonly><infobox> | ||
<title source="title"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"></image> | |||
<group> | |||
<header>Info</header> | |||
<data source="artist"> | |||
<label>Artist</label> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
<format>[[:Category:{{{type}}}|{{{type}}}]]{{#if:{{{type2|}}}|<br />[[:Category:{{{type2}}}|{{{type2}}}]]}}{{#if:{{{type3|}}}|<br />[[:Category:{{{type3}}}|{{{type3}}}]]}}</format> | |||
</data> | |||
<data source="group"> | |||
<label>Group</label> | |||
<format>[[:Category:{{{group}}}|{{{group}}}]]</format> | |||
</data> | |||
<data source="series"> | |||
<label>Series</label> | |||
<format>[[{{{series}}}|{{Replace|{{{series}}}|{space}%(Album Series%)}}]]</format> | |||
</data> | |||
<data source="releaseDate"> | |||
<label>Release Date</label> | |||
<format>{{#time:F d, Y|{{{releaseDate}}}}}<br />{{Time Ago|{{{releaseDate}}}|last=mth}}</format> | |||
</data> | |||
<data source="length"> | |||
<label>Length</label> | |||
</data> | |||
<data source="discs"> | |||
<label>Discs</label> | |||
</data> | |||
<data source="tracks"> | |||
<label>Tracks</label> | |||
</data> | |||
</group> | |||
<group layout="horizontal" row-items="2"> | |||
<data source="previous"> | |||
<label>Previous</label> | |||
<default>{{#if:{{{next|}}}|N/A}}</default> | |||
<format>{{{previous}}}</format> | |||
</data> | |||
<data source="next"> | |||
<label>Next</label> | |||
<default>{{#if:{{{previous|}}}|N/A}}</default> | |||
<format>{{{next}}}</format> | |||
</data> | |||
</group> | |||
</infobox><!-- | |||
-->{{ns0|<!-- | |||
-->[[Category:Soundtrack Albums]]<!-- | |||
-->{{#if:{{{artist|}}}|[[Category:Albums by {{{artist}}}]]}}<!-- | |||
-->{{#if:{{{type|}}}|[[Category:{{{type}}}]]}}<!-- | |||
-->{{#if:{{{type2|}}}|[[Category:{{{type2}}}]]}}<!-- | |||
-->{{#if:{{{type3|}}}|[[Category:{{{type3}}}]]}}<!-- | |||
-->{{#if:{{{group|}}}|[[Category:{{{group}}}]]}}<!-- | |||
-->{{#if:{{{series|}}}|[[Category:{{Replace|{{{series}}}|{space}%(Album Series%)}} Albums]]}}<!-- | |||
-->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> |