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
.
Redirects from the main namespace to the template namespace, whether they're in [[Category:Redirects to template namespace]], and how many incoming links they have. For [[WT:CSD#RfC: Removing template exclusion from R2]] circa 13 July 2023.
Toggle Highlighting
SQL
SELECT REPLACE(page_title, '_', ' ') AS page_title, CONCAT('Template:', REPLACE(rd_title, '_', ' ')) AS target, CASE WHEN cl_from IS NULL THEN '' ELSE 'Y' END AS 'in cat', (SELECT COUNT(*) FROM pagelinks WHERE pl_namespace = 0 AND pl_title = page_title) AS links FROM redirect JOIN page ON page_id = rd_from LEFT JOIN categorylinks ON cl_from = page_id AND cl_to = 'Redirects_to_template_namespace' WHERE page_namespace = 0 AND rd_namespace = 10;
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...