Template:Composition: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== {{PAGENAME}} == | == {{PAGENAME}} == | ||
{{#if:{{{ | {{#if:{{{Composer|}}}|<div><b>Composer{{#if:{{#explode:{{{Composer}}}|;|2}}|s}}:</b> {{#arraymap:{{{Composer}}}|;|x|[[x]]}}</div>}} | ||
{{#if:{{{Arranger|}}}|<div><b>Arranger{{#if:{{#explode:{{{Arranger}}}|;|2}}|s}}:</b> {{#arraymap:{{{Arranger}}}|;|x|[[x]]}}</div>}} | |||
{{#arraymap:{{{ | |||
{{#if:{{{ | {{#if:{{{Subtitle|}}}|<div><b>Subtitle:</b> ''{{{Subtitle}}}''</div>}} | ||
{{# | {{#if:{{{Date|}}}|<div><b>Date:</b> {{{Date}}}</div>}} | ||
{{#if:{{{Style|}}}|<div><b>Style:</b> {{{Style}}}</div>}} | |||
{{#if:{{{Instrumentation|}}}|<div><b>Instrumentation:</b> {{{Instrumentation}}}</div>}} | |||
{{#if:{{{ | {{#if:{{{PDF|}}}|<div><b>Sheet Music (PDF):</b> [{{{PDF}}} Download]</div>}} | ||
{{#if:{{{Audio|}}}|<div><b>Audio Recording:</b> [[Media:{{{Audio}}}|Listen]]</div>}} | |||
{{#if:{{{ | |||
{{#if:{{{ | {{#if:{{{Notes|}}}|<div><b>Notes:</b><br />{{{Notes}}}</div>}} | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
{{Composition | {{Composition | ||
|Composer=Allen, Thomas S. | |Composer=Sousa, John Philip;Allen, Thomas S. | ||
|Arranger=Smith, John | |Arranger=Smith, John | ||
|Subtitle=Optional Subtitle | |Subtitle=Optional Subtitle | ||
|Date=1914 | |||
|Date= | |||
|Style=March | |Style=March | ||
|Instrumentation=Flute, Clarinet, Cornet, Trombone, Percussion, Strings | |Instrumentation=Flute, Clarinet, Cornet, Trombone, Percussion, Strings | ||
|PDF= | |PDF=example_score.pdf | ||
|Audio= | |Audio=example_audio.mp3 | ||
|Notes= | |Notes=Some optional historical notes here. | ||
}} | }} | ||
</pre> | </pre> | ||
Separate multiple composers/arrangers using a **semicolon (;)** | |||
</noinclude> | </noinclude> |
Revision as of 04:03, 23 July 2025
Usage:
{{Composition |Composer=Sousa, John Philip;Allen, Thomas S. |Arranger=Smith, John |Subtitle=Optional Subtitle |Date=1914 |Style=March |Instrumentation=Flute, Clarinet, Cornet, Trombone, Percussion, Strings |PDF=example_score.pdf |Audio=example_audio.mp3 |Notes=Some optional historical notes here. }}
Separate multiple composers/arrangers using a **semicolon (;)**