Jump to content

Template:Album: Difference between revisions

From wiki
Seed: data model + example content
 
Fix: rename group->band (reserved word)
 
Line 16: Line 16:
|title=String
|title=String
|artist=String
|artist=String
|group=String
|band=String
|year=Integer
|year=Integer
|label=String
|label=String
Line 25: Line 25:
|title={{{title|{{PAGENAME}}}}}
|title={{{title|{{PAGENAME}}}}}
|artist={{{artist|}}}
|artist={{{artist|}}}
|group={{{group|}}}
|band={{{band|}}}
|year={{{year|}}}
|year={{{year|}}}
|label={{{label|}}}
|label={{{label|}}}
Line 36: Line 36:
| {{#if:{{{artist|}}}|[[{{{artist}}}]]|}}
| {{#if:{{{artist|}}}|[[{{{artist}}}]]|}}
|-
|-
! style="text-align:left" | Group
! style="text-align:left" | Orchestra
| {{#if:{{{group|}}}|[[{{{group}}}]]|}}
| {{#if:{{{band|}}}|[[{{{band}}}]]|}}
|-
|-
! style="text-align:left" | Year
! style="text-align:left" | Year

Latest revision as of 14:42, 13 July 2026

This template stores data about an album / recording in the Albums Cargo table.

Usage:

{{Album
|title=
|artist=
|group=
|year=
|label=
|notes=
}}

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