Template:Infobox musician awards: Difference between revisions
Appearance
Taurussmith (talk | contribs) Created page with "<includeonly> {| class="infobox" style="width: 22em; border: 1px solid #aaa; background: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em; font-size: 90%;" |+ style="font-size: 110%; font-weight: bold;" | {{{name|Awards and nominations}}} |- {{#if: {{{total|}}} | ! Total awards won |- | style="text-align: center;" | {{{total}}} |- }} {{#if: {{{nominations|}}} | ! Total nominations |- | style="text-align: center;" | {{{nominations}}} |- }} {{#if: {{{award1|}}} | |..." |
Taurussmith (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox collapsible" style="width: 22em; border: 1px solid #aaa; background: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em; font-size: 90%;"> | |||
<div style="font-size: 110%; font-weight: bold; background: #e8e8e8; padding: 5px; text-align: center;">{{{name|Awards and nominations}}}</div> | |||
<div class="collapsible-content"> | |||
{{#if: {{{total|}}} | | {{#if: {{{total|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>Total awards won:</strong> {{{total}}}</div> | |||
}} | }} | ||
{{#if: {{{nominations|}}} | | {{#if: {{{nominations|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>Total nominations:</strong> {{{nominations}}}</div> | |||
}} | }} | ||
<div style="font-weight: bold; background: #e8e8e8; padding: 5px; text-align: center;">Awards</div> | |||
{{#if: {{{award1|}}} | | {{#if: {{{award1|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>{{{award1}}}</strong> <span style="float: right;">{{#if: {{{award1_wins|}}} | {{{award1_wins}}} | 0 }} / {{#if: {{{award1_noms|}}} | {{{award1_noms}}} | 0 }}</span></div> | |||
}} | }} | ||
{{#if: {{{award2|}}} | | {{#if: {{{award2|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>{{{award2}}}</strong> <span style="float: right;">{{#if: {{{award2_wins|}}} | {{{award2_wins}}} | 0 }} / {{#if: {{{award2_noms|}}} | {{{award2_noms}}} | 0 }}</span></div> | |||
}} | }} | ||
{{#if: {{{award3|}}} | | {{#if: {{{award3|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>{{{award3}}}</strong> <span style="float: right;">{{#if: {{{award3_wins|}}} | {{{award3_wins}}} | 0 }} / {{#if: {{{award3_noms|}}} | {{{award3_noms}}} | 0 }}</span></div> | |||
}} | }} | ||
{{#if: {{{award4|}}} | | {{#if: {{{award4|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>{{{award4}}}</strong> <span style="float: right;">{{#if: {{{award4_wins|}}} | {{{award4_wins}}} | 0 }} / {{#if: {{{award4_noms|}}} | {{{award4_noms}}} | 0 }}</span></div> | |||
}} | }} | ||
{{#if: {{{award5|}}} | | {{#if: {{{award5|}}} | | ||
<div style="padding: 5px; border-bottom: 1px solid #eee;"><strong>{{{award5}}}</strong> <span style="float: right;">{{#if: {{{award5_wins|}}} | {{{award5_wins}}} | 0 }} / {{#if: {{{award5_noms|}}} | {{{award5_noms}}} | 0 }}</span></div> | |||
}} | }} | ||
</div> | |||
</div> | |||
</includeonly> | </includeonly> | ||