Difference between revisions of "CargoTest"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=CupMatches | tables=CupMatches | ||
|fields=_pageName=Tournament,Home,HomeG=Home Goals,HomeS | |fields=_pageName=Tournament,Home,HomeG=Home Goals,CONCAT(HomeS,'-',AwayS) = Score,AwayG=Away Goals,Away=Away | ||
|format=dynamic table | |format=dynamic table | ||
|where=_pageName = '2018 4chan Spring Babby Cup Group D' | |where=_pageName = '2018 4chan Spring Babby Cup Group D' | ||
|order by=_PAGEID ASC | |order by=_PAGEID ASC | ||
}} | }} |
Revision as of 00:55, 23 May 2018
This is to figure out how the cargo extension works
{{#cargo_query: tables=CupMatches |fields=_pageName=Tournament,Home,HomeG=Home Goals,CONCAT(HomeS,'-',AwayS) = Score,AwayG=Away Goals,Away=Away |format=dynamic table |where=_pageName = '2018 4chan Spring Babby Cup Group D' |order by=_PAGEID ASC }}