Template:Infobox song/old: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><table class="infobox vevent" style="width: 20em;"> | <includeonly><table class="infobox vevent" style="width: 20em;"> | ||
<tr> | <tr> | ||
<th colspan="3" scope="col" class="summary" style="text-align: center; background: {{#ifeq:{{Template:Infobox | <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> | </tr> | ||
{{#ifeq:{{{Cover size|}}}|0|| | {{#ifeq:{{{Cover size|}}}|0|| | ||
| Line 13: | Line 13: | ||
}} | }} | ||
<tr> | <tr> | ||
<th colspan="3" scope="col" class="description" style="text-align: center; background: {{#ifeq:{{Template:Infobox | <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> | </tr> | ||
{{#if:{{{Album|}}} | | {{#if:{{{Album|}}} | | ||
| Line 67: | Line 67: | ||
<th scope="row" style="width: 5.2em; text-align: left;">Producer</th> | <th scope="row" style="width: 5.2em; text-align: left;">Producer</th> | ||
<td colspan="2" style="width: 14em;">{{{Producer}}}</td> | <td colspan="2" style="width: 14em;">{{{Producer}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{Status|}}}| | |||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Status</th> | |||
<td colspan="2" style="width: 14em;">{{{Status}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{First performance|}}}| | |||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">First performance</th> | |||
<td colspan="2" style="width: 14em;">{{{First performance}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{Last performance|}}}| | |||
<tr> | |||
<th scope="row" style="width: 5.2em; text-align: left;">Last performance</th> | |||
<td colspan="2" style="width: 14em;">{{{Last performance}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table></includeonly> | </table></includeonly> | ||