The logo poll for the 2025 4chan Summer Cup is now open.
You can vote here. Logos are in this gallery.

Difference between revisions of "CargoTest"

From Rigged Wiki
Jump to navigation Jump to search
Line 2: Line 2:


{{#cargo_query:
{{#cargo_query:
tables=Tournaments
tables=CupMatches
|fields=Name,Goals,_pageID,_pageName,_pageTitle,_ID
|fields=_pageName,Team1,Goals1,Score,Goals2,Team2
|format=table
|format=table
|where=Name LIKE '201% 4Chan%Cup' AND Goals > 0
|where=(Team1 LIKE '%mu%' OR Team2 LIKE '%mu%') AND _pageName LIKE '201% 4Chan%Cup'
|order by=Goals Desc
|order by=_PAGEID ASC
}}
}}

Revision as of 02:49, 4 May 2018

This is to figure out how the cargo extension works

{{#cargo_query: tables=CupMatches |fields=_pageName,Team1,Goals1,Score,Goals2,Team2 |format=table |where=(Team1 LIKE '%mu%' OR Team2 LIKE '%mu%') AND _pageName LIKE '201% 4Chan%Cup' |order by=_PAGEID ASC }}