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
Abiyoyo
.
Stub templates in ruwiki by transclusion
Toggle Highlighting
SQL
SELECT t.tl_target_id, p.page_title, count(t.tl_target_id) FROM templatelinks AS t LEFT JOIN page AS p ON p.page_namespace = 10 AND p.page_id = t.tl_target_id WHERE t.tl_from_namespace = 0 AND EXISTS ( SELECT NULL FROM categorylinks AS c WHERE c.cl_from = p.page_id AND c.cl_to = 'Шаблоны:Незавершённые_статьи:Все' ) GROUP BY t.tl_target_id ORDER BY count(t.tl_target_id) 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...