Cargo query

Jump to navigation Jump to search

Showing below up to 20 results in range #101 to #120.

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

Act should not have been passed

For

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

Modify query

View wikitext
{{#cargo_query:
limit=20
|offset=100
|tables=Items,Opinions
|fields=Items.Summary,Opinions.Position_link,Opinions.Stance
|where=Opinions.Topic="Patient Protection and Affordable Care Act"
|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
|outline fields=Position_link,Stance
|printable=yes
}}