Jump to content

Template:Composition: Difference between revisions

From Benvenuti Music Library
No edit summary
No edit summary
 
(80 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
== {{PAGENAME}} ==


<!-- Optional Image -->
<!-- Optional Image -->
{{#if:{{{Image|}}}|[[File:{{{Image}}}|center|300px]]}}
{{#if:{{{Image|}}}|[[File:{{{Image}}}|left|450px]]}}


<!-- Subtitle -->
{| class="wikitable" style="margin-left: 0 px; margin-right: auto;"
{{#if:{{{Subtitle|}}}|''{{{Subtitle}}}''}}
|-
 
| '''Title''' || {{PAGENAME}}
<!-- Dedication -->
|-
{{#if:{{{Dedication|}}}|<br/><span style="font-style:italic;">{{{Dedication}}}</span>}}
| '''Subtitle''' || {{#if:{{{Subtitle|}}}|''{{{Subtitle}}}''}}  
 
|-
<!-- Contributors -->
| '''Dedication''' || {{#if:{{{Dedication|}}}|{{{Dedication}}} }}
== Contributors ==
|-
{{#if:{{{Composer|}}}|'''Composer(s):''' {{#arraymap:{{{Composer}}}|;|@@|[[@@]]|, }} }}
| '''Composer''' || {{#arraymap:{{{Composer}}}|;|@@|[[@@]]|;&#32;}}
{{#if:{{{Arranger|}}}|'''Arranger(s):''' {{#arraymap:{{{Arranger}}}|;|@@|[[@@]]|, }} }}
|-
 
| '''Arranger''' || {{#if:{{{Arranger|}}}|{{#arraymap:{{{Arranger}}}|;|@@|[[@@]]|;&#32;}} }}
<!-- Metadata -->
|-
== Details ==
| '''Date''' || {{{Date}}}
{{#if:{{{Date|}}}|* '''Date:''' {{{Date}}} }}
|-
{{#if:{{{Style|}}}|* '''Style(s):''' {{#arraymap:{{{Style}}}|;|@@|[[Category:Style:@@]]@@|, }} }}
| '''Style''' || {{#arraymap:{{{Style}}}|;|@@|[[:Category:Style:@@|@@]]|,&#32;}}
{{#if:{{{Instrumentation|}}}|* '''Instrumentation:''' {{{Instrumentation}}} }}
|-
 
| '''Instrumentation''' || {{{Instrumentation}}}
<!-- Files -->
|-
== Media ==
| '''Score/Parts''' || [[Media:{{{PDF}}}|Download]]
{{#if:{{{PDF|}}}|* [[Media:{{{PDF}}}|Download PDF Score]] }}
|-
{{#if:{{{Audio|}}}|* [[Media:{{{Audio}}}|Listen to Audio]] }}
| '''Audio''' || {{#if:{{{Audio|}}}|[[File:{{{Audio}}}|Listen to Audio]]}}
|-
| '''Notes''' || {{{Notes}}}
|}


<!-- Categorisation -->
<!-- Categorisation -->
[[Category:Composition]]
[[Category:Composition]]
{{#arraymap:{{{Composer|}}}|;|@@|[[Category:Contributor:@@]]}}
{{#arraymap:{{{Arranger|}}}|;|@@|[[Category:Contributor:@@]]}}
{{#arraymap:{{{Style|}}}|;|@@|[[Category:Style:@@]]}}
{{#arraymap:{{{Style|}}}|;|@@|[[Category:Style:@@]]}}
[[Category:Compositions from {{{Date|Unknown}}}]]


</includeonly><noinclude>
</includeonly><noinclude>
Line 38: Line 39:
=== Required fields ===
=== Required fields ===
* Title (from page name)
* Title (from page name)
* Composer (semicolon-separated list)


=== Optional fields ===
=== Optional fields ===
* Subtitle
* Subtitle
* Dedication
* Dedication
* Composer (semicolon-separated list)
* Arranger (semicolon-separated list)
* Arranger (semicolon-separated list)
* Date
* Date
Line 50: Line 51:
* Audio (filename only)
* Audio (filename only)
* Image (filename only)
* Image (filename only)
* Notes (optional free text, supports wikitext formatting)


=== Usage ===
=== Usage ===
Line 64: Line 66:
| Audio = BehindTheHounds.mp3
| Audio = BehindTheHounds.mp3
| Image = BehindTheHoundsCover.jpg
| Image = BehindTheHoundsCover.jpg
| Notes = This march was originally composed for a circus band and features a distinctive 6/8 lilt.
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 08:10, 28 July 2025

This template displays and categorises a composition for the Benvenuti Music Library.

Required fields

  • Title (from page name)
  • Composer (semicolon-separated list)

Optional fields

  • Subtitle
  • Dedication
  • Arranger (semicolon-separated list)
  • Date
  • Style (semicolon-separated list)
  • Instrumentation
  • PDF (filename only)
  • Audio (filename only)
  • Image (filename only)
  • Notes (optional free text, supports wikitext formatting)

Usage

{{Composition
| Subtitle = A lively military march
| Dedication = the brave men of the 3rd Queensland Infantry
| Composer = Gilbert, L. Wolfe, Muir, Lewis F.
| Arranger = Schulz, William
| Date = 1916
| Style = March, Humoresque
| Instrumentation = Wind Band
| PDF = BehindTheHounds.pdf
| Audio = BehindTheHounds.mp3
| Image = BehindTheHoundsCover.jpg
| Notes = This march was originally composed for a circus band and features a distinctive 6/8 lilt.
}}