Cargo query

Jump to navigation Jump to search

Showing below up to 100 results in range #101 to #200.

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

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

Modify query

View wikitext
{{#cargo_query:
tables=DynamicObjects=DO,GeneralData=GD
|fields=CONCAT('{{favilink id|',GD.ObjectID, '}}')=Page
|where=DO._pageNamespace='Data' AND DynamicTbl='Items' AND PlainName <> ''
|join on=DO._pageName=GD._pageName
|order by=CONCAT('{{favilink id|',GD.ObjectID, '}}') 
|format=ul
|offset=100
|limit=100
|columns=2
}}