Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
MisterSynergy
.
Toggle Highlighting
SQL
# pages ending in "/Configuration"; indicating whether they transclude [[Template:DeltaBot_source]] SELECT page_namespace, page_title, lt_namespace, lt_title FROM templatelinks JOIN linktarget ON tl_target_id=lt_id AND lt_id=141827 # transcludes [[Template:DeltaBot_source]] (lt_id=141827) RIGHT JOIN page ON tl_from=page_id WHERE page_namespace NOT IN (0, 120, 146) AND page_title LIKE '%/Configuration'; # pages transcluding subpages of [[User:DeltaBot/source]], usually via [[Template:DeltaBot_source]] SELECT p1.page_namespace, p1.page_title, lt_namespace, lt_title, p2.page_content_model AS lt_content_model FROM linktarget JOIN templatelinks ON tl_target_id=lt_id JOIN page AS p1 ON tl_from=p1.page_id JOIN page AS p2 ON lt_namespace=p2.page_namespace AND lt_title=p2.page_title WHERE lt_namespace=2 AND lt_title LIKE 'DeltaBot/source/%';
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...