Difference between revisions of "Template:MatchHistory"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{# | {{#cargo_query: | ||
| | tables=CupMatches | ||
| | |fields=_pageName,MatchTime,'{{{team}}}'=Team,Home,Away,HomeS,AwayS,HomeG,AwayG | ||
|where=_pageName LIKE '201% 4Chan%Cup%' AND (home = '{{{team}}}' OR away = '{{{team}}}') | |||
|order by=MatchTime | |||
|limit=1000 | |||
|format=template | |||
|template=MatchHistory | |||
}} | }} | ||
Revision as of 10:33, 25 May 2018
{{#cargo_query: tables=CupMatches |fields=_pageName,MatchTime,'{{{team}}}'=Team,Home,Away,HomeS,AwayS,HomeG,AwayG |where=_pageName LIKE '201% 4Chan%Cup%' AND (home = '{{{team}}}' OR away = '{{{team}}}') |order by=MatchTime |limit=1000 |format=template |template=MatchHistory }}