Difference between revisions of "Template:Composer"

From PianoPedaWiki
Jump to navigation Jump to search
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{#template_params:Name (label=Name: Last, First)|Dates|Period}}
{{#template_params:Last_Name|
{{#cargo_declare:_table=Composer|Name=String|Dates=String|Period=String (allowed values=Renaissance,Baroque,Classical,Romantic,20th Century,Other)}}
First_Middle_Name|
</noinclude><includeonly>{{#cargo_store:_table=Composer}}
BirthYear|
{{#template_display:_format=standard}}
DeathYear|
Period}}
 
{{#cargo_declare:_table=Composer|
Last_Name=String|
First_Middle_Name = String|
BirthYear = Integer|
DeathYear = Integer|
Period=String (allowed values=Renaissance,Baroque,Classical,Romantic,20th Century,Other)}}
 
</noinclude>
 
<includeonly>
{{#cargo_store:_table=Composer}}
 
{| class="wikitable"
! Last Name:
| {{{Last_Name|}}}
|-
! First (Middle) Name:
| {{{First_Middle_Name|}}}
|-
! Birth Year:
| {{{BirthYear|}}}
|-
! Death Year:
| {{{DeathYear|}}}
|-
! Period:
| {{{Period|}}}
|}
 
[[Category:Composer]]
[[Category:Composer]]
</includeonly>
</includeonly>

Latest revision as of 16:45, 15 March 2022

This is the "Composer" template.

It should be called in the following format:

{{Composer
|Last_Name=
|First_Middle_Name=
|BirthYear=
|DeathYear=
|Period=
}}

Edit the page to see the template text.

This template defines the table "Composer". View table.