Template:Infobox song/old: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><table class="infobox vevent" style="width: 20em;"> | ||
<tr> | |||
<th colspan="3" scope="col" class="summary" style="text-align: center; background: {{#ifeq:{{Template:Infobox song/color|{{{Type|}}}}}|khaki|{{Template:Infobox song/color}}|{{Template:Infobox song/color|{{{Type|}}}}}}};">{{#if:{{{Name|}}}|''{{{Name}}}''|Untitled}}</th> | |||
| | </tr> | ||
{{#ifeq:{{{Cover size|}}}|0|| | |||
| [[Image:{{{Cover}}}|{{min| | <tr> | ||
<td colspan="3" style="text-align: center;">{{#if:{{{Cover|}}}|[[Image:{{{Cover}}}|{{min|200|{{{Cover size|}}}}}px|{{#ifeq:{{{Border|}}}|yes|border{{!}}}}{{{Name}}} cover]] | |||
}} | }} | ||
{{#if:{{{Caption|}}}|<div style="font-size: 0.8em; line-height: 1.4em;">{{{Caption}}}</div> | |||
}} | }} | ||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | <tr> | ||
<th colspan="3" scope="col" class="description" style="text-align: center; background: {{#ifeq:{{Template:Infobox song/color|{{{Type|}}}}}|khaki|{{Template:Infobox song/color}}|{{Template:Infobox song/color|{{{Type|}}}}}}};">{{Template:Infobox song/link|{{{Type}}}}}{{#if:{{{Longtype|}}}| {{{Longtype}}}}}{{#if:{{{Artist|}}}| by {{{Artist}}}}}</th> | |||
</tr> | |||
{{#if:{{{Album|}}}| | |||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Album</th> | |||
<td colspan="2" style="width: 14em;">{{{Album}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{Released|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Released</th> | |||
<td colspan="2" style="width: 14em;">{{{Released}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{Recorded|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Recorded</th> | |||
<td colspan="2" style="width: 14em;">{{{Recorded}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{Length|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Length</th> | |||
<td colspan="2" style="width: 14em;">{{{Length}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{Label|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Label</th> | |||
<td colspan="2" style="width: 14em;">{{{Label}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{Writer|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Writer</th> | |||
<td colspan="2" style="width: 14em;">{{{Writer}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{RC#|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">RC#</th> | |||
<td colspan="2" style="width: 14em;">{{{RC#}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{COR#|}}}| | ||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">[[Catalog of Riffs|COR]]#</th> | |||
<td colspan="2" style="width: 14em;">{{{COR#}}}</td> | |||
</tr> | |||
}} | }} | ||
{{ | {{#if:{{{Producer|}}}| | ||
{{ | <tr> | ||
{{{ | <th scope="row" style="width: 5.2em; text-align: left;">Producer</th> | ||
<td colspan="2" style="width: 14em;">{{{Producer}}}</td> | |||
</tr> | |||
}} | }} | ||
</table></includeonly> | |||