Cargo query

Jump to navigation Jump to search
Modify query

View wikitext
{{#cargo_query:
tables=Items,Opinions
|fields=Items._pageName=Title,Author,Date,Topic
|where=Source = "National Review"
|join on=Items._pageName=Opinions._pageName
|group by=Items._pageName
|order by=`Date` DESC 
|format=auto
|offset=100
|limit=100
}}