Template:Artist: Difference between revisions
Appearance
Seed: data model + example content |
Add places & labels; link cities |
||
| Line 19: | Line 19: | ||
|died=Date | |died=Date | ||
|birthplace=String | |birthplace=String | ||
|city=String | |||
|instruments=List (,) of String | |instruments=List (,) of String | ||
|roles=List (,) of String | |roles=List (,) of String | ||
| Line 29: | Line 30: | ||
|died={{{died|}}} | |died={{{died|}}} | ||
|birthplace={{{birthplace|}}} | |birthplace={{{birthplace|}}} | ||
|city={{{city|}}} | |||
|instruments={{{instruments|}}} | |instruments={{{instruments|}}} | ||
|roles={{{roles|}}} | |roles={{{roles|}}} | ||
| Line 37: | Line 39: | ||
|- | |- | ||
! style="text-align:left" | Born | ! style="text-align:left" | Born | ||
| {{{born|}}}{{#if:{{{birthplace|}}}|<br>{{{birthplace}}}|}} | | {{{born|}}}{{#if:{{{city|}}}|<br>[[{{{city}}}]]|{{#if:{{{birthplace|}}}|<br>{{{birthplace}}}|}}}} | ||
|- | |- | ||
{{#if:{{{died|}}}|! style="text-align:left" | Died | {{#if:{{{died|}}}|! style="text-align:left" | Died | ||
Revision as of 14:50, 13 July 2026
This template stores data about a person (musician) in the Artists Cargo table.
Usage:
{{Artist
|name=
|born=
|died=
|birthplace=
|instruments=
|roles=
|groups=
}}
This template defines the table "Artists". View table.