Cargo query

Jump to navigation Jump to search

Showing below up to 1 result in range #101 to #101.

View ( | next 100) (20 | 50 | 100 | 250 | 500)

Israel was right to attack Gaza

Mixed

Asdf by Abby McCloskey (ABCD, ) ([ view])

View ( | next 100) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
tables=Items,Opinions
|fields=Items.Summary,Opinions.Position_link,Opinions.Stance
|where=Opinions.Topic="Gaza War"
|join on=Items._pageName=Opinions._pageName
|order by=CONCAT(CASE Stance
         WHEN 'for' THEN 1
         WHEN 'against' THEN 2
         WHEN 'mixed' THEN 3
         END) , `Date` DESC 
|format=ddb outline
|offset=100
|limit=100
|outline fields=Position_link,Stance
}}