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
Jarekt
.
Detect transcluded templates in [[Category:Pages_using_duplicate_arguments_in_template_calls]]
Toggle Highlighting
SQL
use commonswiki_p; select page_namespace, page_title, count(*) as transclusion_count from page join categorylinks on page_id = cl_from join templatelinks on page_title = tl_title and page_namespace = tl_namespace where cl_to = 'Pages_using_duplicate_arguments_in_template_calls' group by page_id order by transclusion_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...