Template:Tune: Difference between revisions
From TANGOWIKI-TITAF
Created page with "<includeonly> {{#set: |TuneTitle={{{Title|}}} |TuneAltTitle={{{TitleAlt|}}} |TuneGenre={{{Genre|}}} |TuneComposer={{{Composer|}}} |TuneLyricist={{{Lyricist|}}} |TuneCompositionYear={{{CompositionYear|}}} }} {{DISPLAYTITLE:{{{Title}}}{{#if:{{{TitleAlt|}}}| ({{{TitleAlt}}})}}}} '''{{{Title}}}'''{{#if:{{{TitleAlt|}}}| ({{{TitleAlt}}})}} is a tango{{#if:{{{Genre|}}}| in the genre '''[[{{{Genre}}}]]'''}}, composed by {{{Composer}}}{{#if:{{{CompositionYear|}}..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#if:{{{Name|}}}|{{DISPLAYTITLE:{{{Name}}}}}}} | |||
{{#set: | {{#set: | ||
|TuneTitle={{{ | |TuneTitle={{{Name}}} | ||
| | |TuneTitleAlt={{{Name_alt|}}} | ||
|TuneGenre={{{Genre|}}} | |TuneGenre={{{Genre|}}} | ||
|TuneComposer={{{Composer|}}} | |TuneComposer={{{Composer|}}} | ||
|TuneLyricist={{{ | |TuneLyricist={{{author|}}} | ||
}} | }} | ||
{{ | '''{{{Name}}}'''{{#if:{{{Name_alt|}}}| ({{{Name_alt}}})}} is a [[{{{Genre}}}]] composed by {{#arraymap:{{{Composer}}}|;;|@@@|[[@@@]]}}. | ||
{{#if:{{{author|}}}| The lyrics were written by {{#arraymap:{{{author}}}|;;|@@@|[[@@@]]}}.}} | |||
<!-- Optional description --> | |||
{{#if:{{{Description|}}}| | |||
<!-- Optional | <div style="margin-top:1em;">{{{Description}}}</div> | ||
{{#if:{{{Description|}}}|< | }} | ||
== Tune Info == | |||
{| class="tune" | {| class="tune" | ||
|- | |- | ||
! Title | ! Title | ||
| [[TuneTitle::{{{ | | [[TuneTitle::{{{Name}}}]] | ||
|- | |- | ||
! Alternative Title | ! Alternative Title | ||
| [[ | | [[TuneTitleAlt::{{{Name_alt}}}]] | ||
|- | |- | ||
! Genre | ! Genre | ||
| [[TuneGenre::{{{Genre | | [[TuneGenre::{{{Genre}}}]] | ||
|- | |- | ||
! Composer(s) | ! Composer(s) | ||
| {{#arraymap:{{{Composer | | {{#arraymap:{{{Composer}}}|;;|@@@|[[TuneComposer::@@@]] ([[@@@]])<br />}} | ||
|- | |- | ||
! Lyricist(s) | ! Lyricist(s) | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{author}}}|;;|@@@|[[TuneLyricist::@@@]] ([[@@@]])<br />}} | ||
|} | |} | ||
== Recordings == | == Recordings == | ||
{{#ask: | {{#ask: | ||
[[RecordingRelatedTuneID::{{FULLPAGENAME}}]] | [[RecordingRelatedTuneID::{{FULLPAGENAME}}]] | ||
|?RecordingOrchestraLeader | |?RecordingOrchestraLeader | ||
| Line 63: | Line 60: | ||
}} | }} | ||
<small>{{#formlink:form=Recording | |||
<small>{{#formlink:form=Recording|link text=+ add a new recording|link type=link|new window|query string=Recording[RelatedTuneID]={{FULLPAGENAME}}}}</small> | |link text=+ add a new recording | ||
|link type=link | |||
|new window | |||
|query string=Recording[RelatedTuneID]={{FULLPAGENAME}} | |||
}}</small> | |||
[[Category:Tune]] | [[Category:Tune]] | ||
</includeonly> | </includeonly> | ||
<noinclude>[[Category:TuneClass]]</noinclude> | <noinclude>[[Category:TuneClass]]</noinclude> | ||