Composition

From Young Beethoven
Jump to navigation Jump to search
Line 8: Line 8:
<htmltag tagname="input" type="hidden" name="composer" value="{{{Composition:Composer|}}}"></htmltag>
<htmltag tagname="input" type="hidden" name="composer" value="{{{Composition:Composer|}}}"></htmltag>
{{#if: {{{Composition:SpotifyURL|}}}
{{#if: {{{Composition:SpotifyURL|}}}
     | <htmltag tagname="iframe" style="border-radius:12px" src="{{{Composition:SpotifyURL|}}}?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></htmltag>
     | <htmltag tagname="iframe" class="spotify" src="{{{Composition:SpotifyURL|}}}?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></htmltag>
}}
}}
{{#if: {{{Composition:Score|}}}
{{#if: {{{Composition:Score|}}}
     | <htmltag tagname="iframe" src="{{filepath:{{{Composition:Score|}}}}}"></htmltag>
     | <htmltag tagname="iframe" class="score" src="{{filepath:{{{Composition:Score|}}}}}"></htmltag>
}}
}}


[[Category:Composition]]
[[Category:Composition]]
</includeonly>
</includeonly>

Revision as of 09:21, 22 June 2022

This is the "Composition" template.

It should be called in the following format:

{{Composition
|Composition:Composer=
|Composition:Title=
|Composition:CatalogNr=
|Composition:Score=
|Composition:Description=
|Composition:SpotifyURL=
}}

Edit the page to see the template text.