Cargo query

Showing below up to 173 results in range #1 to #173.

View (previous 1,000 | next 1,000) (20 | 50 | 100 | 250 | 500)

View (previous 1,000 | next 1,000) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
tables=live_songs, shows, live_show_photos, live_show_videos
|fields=live_songs._pageName=page_name, shows.date=date, shows.artist=artist, shows.featuring_artist=featuring_artist, shows.venue=venue, shows.location=location, shows.festival=festival, shows.notes=notes, live_songs.tease=tease, live_songs.abandoned=abandoned, live_songs.soundcheck=soundcheck, IF(live_show_photos._pageName IS NULL AND shows.poster IS NULL, '', '1')=photos, live_show_videos._ID=video
|where=live_songs.prerecorded = 0 AND live_songs.name = "Where Boys Fear to Tread"
|join on=shows._pageName = live_songs._pageName, shows._pageName=live_show_photos._pageName, shows._pageName=live_show_videos._pageName
|group by=shows._pageName
|order by=shows.date ASC ASC
|limit=1000
|format=template
|template=Live show row
|named args=yes
}}