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
Bdijkstra
.
excluding those linked from user (talk) space. Executes in < 10 s. Links to namespace MediaWiki (8) are excluded because content from translatewiki.net does not appear in the page table. Links to namespace Portaal (100) are excluded because apparently unfinished portals are condoned. Links from cascade-protected pages are excluded because it is normal there to transclude non-existing pages.
Toggle Highlighting
SQL
SELECT lt_namespace, lt_title, COUNT(*) AS `count`, GROUP_CONCAT(DISTINCT tl_from_namespace) AS ns FROM templatelinks INNER JOIN linktarget ON tl_target_id=lt_id RIGHT JOIN page pf ON lt_from=page_id WHERE lt_namespace NOT IN (8, 100) AND tl_from_namespace NOT IN (2, 3) AND NOT (lt_namespace=828 AND tl_title REGEXP '/doc$') AND NOT (tl_from_namespace=4 AND pf.page_title REGEXP '/[Aa]rchief') AND NOT EXISTS (SELECT * FROM page_restrictions WHERE lt_from=pr_page AND pr_cascade=1) AND NOT EXISTS (SELECT * FROM page pt WHERE pt.page_namespace=lt_namespace AND pt.page_title=lt_title) AND NOT EXISTS (SELECT * FROM categorylinks WHERE cl_from=lt_from AND cl_to REGEXP '^Wikipedia:Verwijderbaar/') GROUP BY tl_title ORDER BY `count` DESC
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...