Difference between revisions of "Test querying"

From PianoPedaWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
I put something in front of it.
I put something in front of it
This is a hard coded LevelLo 3 and Level Hi 6
 
This is a hard coded LevelLo 3 and Level Hi 6 Tonic of F, Mode of Major, Period Baroque and _id>0


If parser try
{{#if: |there was something|there was nothing}}
=cargo query results=
=cargo query results=


Line 10: Line 9:
|fields = _pageName, Level, _pageID, _ID, Composer
|fields = _pageName, Level, _pageID, _ID, Composer
|where = Level >=3 AND
|where = Level >=3 AND
Level <=6
Level <=6 AND
Tonic = "F" AND
Mode = "Major" AND
Period = "Baroque" AND
_pageID > 0
|intro= you got it, yeah baby you got it
|intro= you got it, yeah baby you got it
|format = dynamic table}}
|format = dynamic table}}
=Try with template=

Latest revision as of 20:48, 17 March 2022

I put something in front of it

This is a hard coded LevelLo 3 and Level Hi 6 Tonic of F, Mode of Major, Period Baroque and _id>0

cargo query results

you got it, yeah baby you got it

_pageName Level _pageID _ID Composer
_pageName Level _pageID _ID Composer
Bach, J.S., Air in F Major 4.0 28 92 Bach, Johann Sebastian. 1685-1750
Bach, J.S., Prelude in F Major, BWV 927 5.0 114 72 Bach, Johann Sebastian. 1685-1750
Bach, J.S., Prelude in F Major, BWV 927, The Little Notebook for Wilhelm Friedmann Bach 5.0 274 189 Bach, Johann Sebastian. 1685-1750
Handel, F. H., Minuet 3.0 102 47 Handel, George Frideric. 1685-1759


Try with template