|
|
| Line 1: |
Line 1: |
| <includeonly>
| |
| {| class="infobox vcard" style="width:22em; font-size:90%;"
| |
|
| |
|
| ! colspan="2" style="text-align:center; font-size:125%;" |
| |
| {{{honorific_prefix|}}} {{{name|}}} {{{honorific_suffix|}}}
| |
|
| |
| {{#if:{{{image|}}}|
| |
| |-
| |
| | colspan="2" style="text-align:center;" |
| |
| [[File:{{{image}}}|{{{image_size|220px}}}|upright={{{image_upright|}}}|alt={{{alt|}}}]]
| |
| {{#if:{{{caption|}}}|<div style="font-size:85%;">{{{caption}}}</div>}}
| |
| }}
| |
|
| |
| {{#if:{{{native_name|}}}|
| |
| |-
| |
| ! Native name
| |
| | {{{native_name}}}
| |
| }}
| |
|
| |
| {{#if:{{{birth_name|}}}|
| |
| |-
| |
| ! Birth name
| |
| | {{{birth_name}}}
| |
| }}
| |
|
| |
| {{#if:{{{alias|}}}|
| |
| |-
| |
| ! Also known as
| |
| | {{{alias}}}
| |
| }}
| |
|
| |
| {{#if:{{{birth_date|}}}|
| |
| |-
| |
| ! Born
| |
| | {{{birth_date}}}<br>{{{birth_place|}}}
| |
| }}
| |
|
| |
| {{#if:{{{origin|}}}|
| |
| |-
| |
| ! Origin
| |
| | {{{origin}}}
| |
| }}
| |
|
| |
| {{#if:{{{death_date|}}}|
| |
| |-
| |
| ! Died
| |
| | {{{death_date}}}<br>{{{death_place|}}}
| |
| }}
| |
|
| |
| {{#if:{{{death_cause|}}}|
| |
| |-
| |
| ! Cause of death
| |
| | {{{death_cause}}}
| |
| }}
| |
|
| |
| {{#if:{{{genre|}}}|
| |
| |-
| |
| ! Genre
| |
| | {{{genre}}}
| |
| }}
| |
|
| |
| {{#if:{{{occupation|}}}|
| |
| |-
| |
| ! Occupation
| |
| | {{{occupation}}}
| |
| }}
| |
|
| |
| {{#if:{{{instrument|}}}|
| |
| |-
| |
| ! Instrument
| |
| | {{{instrument}}}
| |
| }}
| |
|
| |
| {{#if:{{{works|}}}|
| |
| |-
| |
| ! Works
| |
| | {{{works}}}
| |
| }}
| |
|
| |
| {{#if:{{{years_active|}}}|
| |
| |-
| |
| ! Years active
| |
| | {{{years_active}}}
| |
| }}
| |
|
| |
| {{#if:{{{label|}}}|
| |
| |-
| |
| ! Label
| |
| | {{{label}}}
| |
| }}
| |
|
| |
| {{#if:{{{publishers|}}}|
| |
| |-
| |
| ! Publishers
| |
| | {{{publishers}}}
| |
| }}
| |
|
| |
| {{#if:{{{current_member_of|}}}|
| |
| |-
| |
| ! Member of
| |
| | {{{current_member_of}}}
| |
| }}
| |
|
| |
| {{#if:{{{past_member_of|}}}|
| |
| |-
| |
| ! Formerly of
| |
| | {{{past_member_of}}}
| |
| }}
| |
|
| |
| {{#if:{{{spinoffs|}}}|
| |
| |-
| |
| ! Spinoffs
| |
| | {{{spinoffs}}}
| |
| }}
| |
|
| |
| {{#if:{{{spinoff_of|}}}|
| |
| |-
| |
| ! Spinoff of
| |
| | {{{spinoff_of}}}
| |
| }}
| |
|
| |
| {{#if:{{{current_members|}}}|
| |
| |-
| |
| ! Current members
| |
| | {{{current_members}}}
| |
| }}
| |
|
| |
| {{#if:{{{past_members|}}}|
| |
| |-
| |
| ! Past members
| |
| | {{{past_members}}}
| |
| }}
| |
|
| |
| {{#if:{{{spouse|}}}|
| |
| |-
| |
| ! Spouse
| |
| | {{{spouse}}}
| |
| }}
| |
|
| |
| {{#if:{{{partner|}}}|
| |
| |-
| |
| ! Partner
| |
| | {{{partner}}}
| |
| }}
| |
|
| |
| {{#if:{{{awards|}}}|
| |
| |-
| |
| ! Awards
| |
| | {{{awards}}}
| |
| }}
| |
|
| |
| {{#if:{{{website|}}}|
| |
| |-
| |
| ! Website
| |
| | {{{website}}}
| |
| }}
| |
|
| |
| {{#if:{{{module|}}}|
| |
| |-
| |
| | colspan="2" | {{{module}}}
| |
| }}
| |
|
| |
| {{#if:{{{module2|}}}|
| |
| |-
| |
| | colspan="2" | {{{module2}}}
| |
| }}
| |
|
| |
| {{#if:{{{module3|}}}|
| |
| |-
| |
| | colspan="2" | {{{module3}}}
| |
| }}
| |
|
| |
| |}
| |
| </includeonly>
| |
|
| |
| <noinclude>
| |
|
| |
| ==Usage==
| |
| <pre>
| |
| {{Infobox musical artist
| |
| | name =
| |
| | image =
| |
| | birth_name =
| |
| | birth_date =
| |
| | birth_place =
| |
| | genre =
| |
| | occupation =
| |
| | years_active =
| |
| | label =
| |
| }}
| |
| </pre>
| |
|
| |
| </noinclude>
| |