Cargo query

Jump to navigation Jump to search

Showing below up to 20 results in range #11 to #30.

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=projects=p, _pageData=pd
|fields=p._pageName=Project,pd._creationDate=md
|join on=p._pageName = pd._pageName
|order by=`pd`.`_creationDate` DESC 
|format=ul
|offset=10
|limit=100
}}