Template:Infobox addon musician: Difference between revisions

From Robin's SM-201 Website
Jump to navigation Jump to search
(Removed redirect to Template:Infobox musical artist)
Tag: Removed redirect
m (Text replacement - "font-size:90%;" to "font-size:85%;")
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{| class="infobox" cellspacing="5" style="width:25em; font-size:85%; border: 1px solid black;padding:0.5em  1em 0.5em 1em" align="right"
{|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|}}}'''
|colspan="3" style="text-align: center; font-size: larger; background-color:{{{color|#ddf}}}; color:#000;" | '''{{{name|{{PAGENAME}}}}}'''
|- valign="top"
|- valign="top"
{{#if:{{{instrument|}}} | {{!}} '''Instrument''' {{!!}} {{{instrument|}}} }}
|colspan="3"  style="text-align: center; font-weight: bold;" | {{#if:{{{honorifics|}}}|  {{{honorifics|}}} }}
|-
|colspan="3" style="text-align: center; font-size: 90%; line-height: 15px;"|{{#if:{{{image|}}}|[[Image:{{{image}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|220px}}| ]]<br /><small>{{{caption|}}}</small>}}
|- valign="top"
{{#if:{{{othernames|}}} | {{!}} '''Other names''' {{!!}} {{{othernames|}}} }}
|- valign="top"
{{#if:{{{birthname|}}}| {{!}}  style="text-align:left;" {{!}} '''Born as:''' {{!!}} {{{birthname|}}} }}
|- Valign ="top"
{{#if:{{{birthdate|}}} | {{!}} '''Born''' {{!!}} {{{birthdate|}}}<br/> {{{birthplace|}}} }}
|- Valign ="top"
{{#if:{{{deathdate|}}} | {{!}} '''Died''' {{!!}} {{{deathdate|&nbsp;}}}<br/>{{{deathplace|&nbsp;}}}<br/>{{{deathcause|&nbsp;}}} }}
|- valign="top"
{{#if:{{{buried|}}}| {{!}} '''Buried:''' {{!!}} {{{buried|}}} }}
|- valign="top"
{{#if:{{{occupation|}}}|{{!}} '''Occupation:''' {{!!}} {{{occupation|}}} }}
|- valign="top"
{{#if:{{{instrument|}}} | {{!}} '''Instrument(s)''' {{!!}} {{{instrument|}}} }}
|- valign="top"
|- valign="top"
{{#if:{{{background|}}} | {{!}} '''Background'''  {{!!}} {{{background|}}} }}
{{#if:{{{background|}}} | {{!}} '''Background'''  {{!!}} {{{background|}}} }}
|- valign="top"
{{#if:{{{yearsactive|}}} | {{!}} '''Years active'''  {{!!}} {{{yearsactive|}}} }}
|- valign="top"
|- valign="top"
{{#if:{{{style|}}} | {{!}} '''Style''' {{!!}} {{{style|}}} }}
{{#if:{{{style|}}} | {{!}} '''Style''' {{!!}} {{{style|}}} }}
Line 18: Line 31:
{{#if:{{{associates|}}} | {{!}} '''Associates''' {{!!}} {{{associates|}}} }}
{{#if:{{{associates|}}} | {{!}} '''Associates''' {{!!}} {{{associates|}}} }}
|- valign="top"
|- valign="top"
{{#if:{{notable|}}} | {{!}} '''Notable for''' {{!!}} {{{notable|}}} }}
{{#if:{{{yearsactive|}}} | {{!}} '''Years active'''  {{!!}} {{{yearsactive|}}} }}
|- valign="top"
{{#if:{{{notable|}}} | {{!}} '''Notable for''' {{!!}} {{{notable|}}} }}
|- valign="top"
|- valign="top"
{{#if:{{{URL|}}} | {{!}} '''Web site''' {{!!}} {{{URL|}}} }}
{{#if:{{{URL|}}} | {{!}} '''Web site''' {{!!}} {{{URL|}}} }}
|}</includeonly><noinclude>
|- valign="top"
{{#if:{{{agent|}}} | {{!}} '''Agent(s)'''  {{!!}} {{{agent|}}} }}
|}<noinclude>
<pre>
<pre>
Usage:
Usage:
: copy template below to new page and populate with new data
: copy template below to new page and populate with new data
 
<!--  End of infobox person -->
{{ Infobox musical artist
{{ Infobox addon musician
| class      = name else ((PAGENAME))
| class      = <!-- of musician -->
| othernames  =
|  birthdate =
|  birthplace =
|  birthname =
|  deathdate =
|  deathplace =
|  deathcause =
| occupation  =  
| occupation  =  
| instrument  =  
| instrument  =  
Line 37: Line 61:
| associates  =
| associates  =
| notable_for =  
| notable_for =  
| agent      =
| homepage =
| homepage =
}}
}} <!-- End of Infobox musician -->
</pre>
</pre>
[[Category:Infobox]]
 
</noinclude>
</noinclude>

Latest revision as of 11:02, 14 March 2024

Infobox addon musician
Usage:
: copy template below to new page and populate with new data
<!--  End of infobox person -->
{{ Infobox addon musician
| class       = <!-- of musician -->
| othernames  =
|   birthdate = 
|  birthplace = 
|   birthname = 
|   deathdate = 
|  deathplace = 
|  deathcause = 
| occupation  = 
| instrument  = 
| background  =
| yearsactive = 
| style       =
| genre       = 
| label       =
| associates  =
| notable_for = 
| agent       = 
| homepage =
}} <!-- End of Infobox musician -->