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
Cryptic
.
Pages in the template namespace transcluding {{R from misspelling}}, and what they redirect to (if they're redirects). For [[Wikipedia:Redirects for discussion/Log/2021 May 4#Template:Cute book]] and [[Wikipedia:Deletion review/Log/2021 May 4#Template:Cute news]] circa (obviously) 2021 May 4.
Toggle Highlighting
SQL
SELECT page_title AS 'redirecting template', rd_namespace AS 'redirect to namespace', rd_title AS 'redirect to title' FROM templatelinks LEFT JOIN page ON page_id = tl_from LEFT JOIN redirect ON rd_from = tl_from WHERE tl_namespace = 10 AND tl_title = 'R_from_misspelling' AND tl_from_namespace = 10 ORDER BY rd_title ASC;
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...