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, count(t.tl_target_id), lt.lt_title FROM templatelinks AS t LEFT JOIN linktarget AS lt ON lt.lt_id = t.tl_target_id AND lt.lt_namespace = 10 LEFT JOIN page AS p ON p.page_title = lt.lt_title WHERE t.tl_from_namespace = 0 AND EXISTS ( SELECT NULL FROM categorylinks AS c WHERE c.cl_from = t.tl_target_id AND c.cl_to = 'Шаблоны:Незавершённые_статьи:Все' ) GROUP BY lt.lt_title 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...