Template:Work: Difference between revisions

From Sax.Wiki
Jump to navigation Jump to search
m Commissioners typo
Add conditionals for non-required fields
Tag: Reverted
Line 1: Line 1:
<noinclude>
<noinclude>
{{#template_params:title (label=Title)|aliases (label=Alias(es))|subtitle (label=Subtitle)|compose_start_date (label=Composition Started)|compose_end_date (label=Composition Completed)|catalog_ids (label=Catalog ID(s))|composers (label=Composer(s))|librettists (label=Librettist(s))|authors (label=Author(s))|commissioners (label=Commissioner(s))|dedicatees (label=Dedicatee(s))|publishers (label=Publisher(s))|compose_date (label=Composed)|genres (label=Genre(s))|difficulty (label=Difficulty)|duration (label=Duration)}}
{{#template_params:
{{#cargo_declare:_table=works|title=String|aliases=List (,) of String|subtitle=String|compose_start_date=Start date|compose_end_date=End date|catalog_ids=List (,) of String|composers=List (,) of Page|librettists=List (,) of Page|authors=List (,) of Page|commissioners=List (,) of Page|dedicatees=List (,) of Page|publishers=List (,) of Page|compose_date=Date|genres=List (,) of String|difficulty=Rating|duration=String}}
title (label=Title)|
</noinclude><includeonly>{{#cargo_store:_table=works}}
aliases (label=Alias(es))|
{{#template_display:_format=infobox}}
subtitle (label=Subtitle)|
compose_start_date (label=Composition Started)|
compose_end_date (label=Composition Completed)|
catalog_ids (label=Catalog ID(s))|
composers (label=Composer(s))|
librettists (label=Librettist(s))|
authors (label=Author(s))|
commissioners (label=Commissioner(s))|
dedicatees (label=Dedicatee(s))|
publishers (label=Publisher(s))|
compose_date (label=Composed)|
genres (label=Genre(s))|
difficulty (label=Difficulty)|
duration (label=Duration)
}}
 
{{#cargo_declare:_table=works|
title=String|
aliases=List (,) of String|
subtitle=String|
compose_start_date=Start date|
compose_end_date=End date|
catalog_ids=List (,) of String|
composers=List (,) of Page|
librettists=List (,) of Page|
authors=List (,) of Page|
commissioners=List (,) of Page|
dedicatees=List (,) of Page|
publishers=List (,) of Page|
compose_date=Date|
genres=List (,) of String|
difficulty=Rating|
duration=String
}}
</noinclude>
 
<includeonly>
{{#cargo_store:_table=works}}
 
{| class="infobox"
! colspan="2" | {{{title}}}
{{#if:{{{subtitle|}}}|
|-
! Subtitle
| {{{subtitle}}}
}}
{{#if:{{{aliases|}}}|
|-
! Also known as
| {{{aliases}}}
}}
|-
! Composer(s)
| {{{composers}}}
 
{{#if:{{{librettists|}}}|
|-
! Librettist(s)
| {{{librettists}}}
}}
{{#if:{{{authors|}}}|
|-
! Author(s)
| {{{authors}}}
}}
{{#if:{{{commissioners|}}}|
|-
! Commissioner(s)
| {{{commissioners}}}
}}
{{#if:{{{dedicatees|}}}|
|-
! Dedicatee(s)
| {{{dedicatees}}}
}}
{{#if:{{{publishers|}}}|
|-
! Publisher(s)
| {{{publishers}}}
}}
{{#if:{{{catalog_ids|}}}|
|-
! Catalog ID(s)
| {{{catalog_ids}}}
}}
{{#if:{{{compose_start_date|}}}|
|-
! Composition started
| {{{compose_start_date}}}
}}
{{#if:{{{compose_end_date|}}}|
|-
! Completed
| {{{compose_end_date}}}
}}
{{#if:{{{compose_date|}}}|
|-
! Composed
| {{{compose_date}}}
}}
{{#if:{{{genres|}}}|
|-
! Genre(s)
| {{{genres}}}
}}
{{#if:{{{difficulty|}}}|
|-
! Difficulty
| {{{difficulty}}}
}}
{{#if:{{{duration|}}}|
|-
! Duration
| {{{duration}}}
}}
|}
[[Category:Works]]
[[Category:Works]]
</includeonly>
</includeonly>

Revision as of 02:38, 8 July 2026

This is the "Work" template.

It should be called in the following format:

{{Work
|title=
|aliases=
|subtitle=
|compose_start_date=
|compose_end_date=
|catalog_ids=
|composers=
|librettists=
|authors=
|commissioners=
|dedicatees=
|publishers=
|compose_date=
|genres=
|difficulty=
|duration=
}}

Edit the page to see the template text.

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