Difference between revisions of "Template:RepQ1"

From PianoPedaWiki
Jump to navigation Jump to search
Line 6: Line 6:
Repertoire that that match this query  
Repertoire that that match this query  
(Level contains "{{{Level|}}}",  
(Level contains "{{{Level|}}}",  
Period contains "{{{Period|}}}"):
Tonic contains "{{{Tonic|}}},
Mode contains "{{{Mode|}}},
Tempo contains "{{{Tempo|}}},
Period contains "{{{Period|}}}",
Mood contains "{{{Mood|}}}):


{{#cargo_query:table=Repertoire
{{#cargo_query:table=Repertoire
|fields=Composer, Title, Catalog, _pageName = LinkToPage
|fields=Composer, Title, Catalog, _pageName = LinkToPage
|where=Level = {{{Level|}}} AND Period LIKE "%{{{Period|}}}%"|
|where=Level = {{{Level|}}} AND  
format = dynamic table
  Tonic = {{{Tonic|}}} AND
  Mode = {{{Mode|}}} AND
  Tempo = {{{Tempo|}}} AND   
  Period LIKE "%{{{Period|}}}%"| AND
  Mood = {{{Mood|}}}
   
|format = dynamic table
}}
}}
</includeonly>
</includeonly>

Revision as of 19:20, 17 March 2022


This is the 'RepQ1' template. It should be called via the Form:RepQ1 form.