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
Tamzin
.
As of 23 March 2022.
Toggle Highlighting
SQL
SELECT sourcepage.page_title, CONCAT("https://en.wikipedia.org/wiki/", sourcepage.page_title) AS link FROM templatelinks INNER JOIN page templatepage ON templatepage.page_title = tl_title INNER JOIN page sourcepage ON sourcepage.page_id = tl_from WHERE tl_from_namespace = 0 AND tl_namespace = 10 AND EXISTS ( SELECT 1 FROM categorylinks WHERE cl_from = templatepage.page_id AND ( cl_to = "Editnotice_templates" OR cl_to = "1RR-related_templates" OR cl_to = "Varieties_of_English_templates" OR cl_to = "Wikipedia Did you know editnotice templates" ) LIMIT 1 )
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...