Template:Composition: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | |||
<div class="composition-entry"> | |||
== {{PAGENAME}} == | |||
{{#if:{{{Image|}}}|[[File:{{{Image}}}]]<br/>}} | {{#if:{{{Image|}}}|[[File:{{{Image}}}]]<br/>}} | ||
'''Composer:''' {{#arraymap:{{{Composer}}}|;|x|[[x]]|, }}<br/> | |||
{{#if:{{{ | {{#if:{{{Arranger|}}}|'''Arranger:''' [[{{{Arranger}}}]]<br />}} | ||
{{#if:{{{Subtitle|}}}|'''Subtitle:''' ''{{{Subtitle}}}''<br />}} | |||
{{#if:{{{ | |||
{{#if:{{{Dedication|}}}|'''Dedication:''' {{{Dedication}}}<br/>}} | {{#if:{{{Dedication|}}}|'''Dedication:''' {{{Dedication}}}<br/>}} | ||
{{#if:{{{Date|}}}|'''Date | {{#if:{{{Date|}}}|'''Date:''' {{{Date}}}<br />}} | ||
{{#if:{{{Style|}}}|'''Style:''' {{{Style}}} | {{#if:{{{Style|}}}|'''Style:''' {{{Style}}}<br />}} | ||
{{#if:{{{Instrumentation|}}}|'''Instrumentation:''' {{{Instrumentation}}}<br />}} | |||
{{#if:{{{PDF|}}}|'''PDF:''' [ | |||
{{#if:{{{Audio|}}}|'''Audio:''' [[File:{{{Audio}}}|Listen | {{#if:{{{PDF|}}}|'''Sheet Music (PDF):''' [{{{PDF}}} Download]<br />}} | ||
{{#if:{{{Audio|}}}|'''Audio Recording:''' [[File:{{{Audio}}}|Listen]]<br />}} | |||
{{#if:{{{YouTube|}}}|'''YouTube:''' [{{{YouTube}}} Watch on YouTube]<br/>}} | {{#if:{{{YouTube|}}}|'''YouTube:''' [{{{YouTube}}} Watch on YouTube]<br/>}} | ||
{{#if:{{{Notes|}}}|'''Notes:'''<br />{{{Notes}}}<br />}} | |||
{{#if:{{{ | </div> | ||
</includeonly> | |||
<noinclude> | |||
Usage: | |||
<pre> | |||
{{Composition | |||
|Composer=Last, First | |||
|Arranger=Optional Arranger | |||
|Subtitle=Optional Subtitle | |||
|Date=1904 | |||
|Style=March | |||
|Instrumentation=Flute, Clarinet, Cornet, Trombone, Percussion, Strings | |||
|PDF=Example_File.pdf | |||
|Audio=Example_Audio.mp3 | |||
|Notes=Optional additional info here. | |||
}} | |||
</pre> | |||
</noinclude> |
Revision as of 03:55, 23 July 2025
Usage:
{{Composition |Composer=Last, First |Arranger=Optional Arranger |Subtitle=Optional Subtitle |Date=1904 |Style=March |Instrumentation=Flute, Clarinet, Cornet, Trombone, Percussion, Strings |PDF=Example_File.pdf |Audio=Example_Audio.mp3 |Notes=Optional additional info here. }}