Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
templates in a category but without transclusions
by
Jarekt
This query is marked as a draft
This query has been published
by
Jarekt
.
Toggle Highlighting
SQL
USE commonswiki_p; select concat("Category:",cat.page_title) as catp, concat("File:",file.page_title) as filep from page file JOIN categorylinks c2 ON file.page_id=c2.cl_from JOIN categorylinks c1 ON c1.cl_to='Graves_in_the_Père-Lachaise_Cemetery' AND c2.cl_to=c1.cl_from join templatelinks t2 on file.page_id = t2.tl_from and t2.tl_namespace = 10 AND t2.tl_title="Category_definition:_Object" JOIN page cat ON cat.page_id=c1.cl_from
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...