Template:Infobox addon musician: Difference between revisions
Jump to navigation
Jump to search
(Robinr78 moved page Template:Infobox musicians to Template:Infobox musical artist: data format update) Tag: New redirect |
(Removed redirect to Template:Infobox musical artist) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
# | <includeonly> | ||
{|class="infobox" cellspacing="5" style="width:25em; font-size:90%; border: 1px solid black;padding:0.5em 1em 0.5em 1em" align="right" | |||
|- | |||
|colspan="3" style="text-align:center; font-size:larger; background-color:{{#if:{{{color|}}}|<nowiki/>{{{color}}}|<nowiki/>#ed8}}; color:#000000;"| '''{{{class|}}}''' | |||
|- valign="top" | |||
{{#if:{{{instrument|}}} | {{!}} '''Instrument''' {{!!}} {{{instrument|}}} }} | |||
|- valign="top" | |||
{{#if:{{{background|}}} | {{!}} '''Background''' {{!!}} {{{background|}}} }} | |||
|- valign="top" | |||
{{#if:{{{yearsactive|}}} | {{!}} '''Years active''' {{!!}} {{{yearsactive|}}} }} | |||
|- valign="top" | |||
{{#if:{{{style|}}} | {{!}} '''Style''' {{!!}} {{{style|}}} }} | |||
|- valign="top" | |||
{{#if:{{{genre|}}} | {{!}} '''Genre''' {{!!}} {{{genre|}}} }} | |||
|- valign="top" | |||
{{#if:{{{label|}}} | {{!}} '''Label(s)''' {{!!}} {{{label|}}} }} | |||
|- valign="top" | |||
{{#if:{{{associates|}}} | {{!}} '''Associates''' {{!!}} {{{associates|}}} }} | |||
|- valign="top" | |||
{{#if:{{notable|}}} | {{!}} '''Notable for''' {{!!}} {{{notable|}}} }} | |||
|- valign="top" | |||
{{#if:{{{URL|}}} | {{!}} '''Web site''' {{!!}} {{{URL|}}} }} | |||
|}</includeonly><noinclude> | |||
<pre> | |||
Usage: | |||
: copy template below to new page and populate with new data | |||
{{ Infobox musical artist | |||
| class = name else ((PAGENAME)) | |||
| occupation = | |||
| instrument = | |||
| background = | |||
| yearsactive = | |||
| style = | |||
| genre = | |||
| label = | |||
| associates = | |||
| notable_for = | |||
| homepage = | |||
}} | |||
</pre> | |||
[[Category:Infobox]] | |||
</noinclude> |
Revision as of 22:57, 5 November 2022
Usage: : copy template below to new page and populate with new data {{ Infobox musical artist | class = name else ((PAGENAME)) | occupation = | instrument = | background = | yearsactive = | style = | genre = | label = | associates = | notable_for = | homepage = }}