Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Hewiki most transcluded templates without TemplateData
by
IKhitron
This query is marked as a draft
This query has been published
by
Stjn
.
Toggle Highlighting
SQL
use ruwiki_p; SELECT page_title, (SELECT count(*) FROM templatelinks WHERE tl_title = page_title AND tl_namespace = 10) as transclusions FROM page WHERE page_is_redirect=0 and page_namespace=10 AND page_title NOT LIKE '%/doc' and page_id not in (select pp_page from page_props where pp_propname = 'templatedata') order by count(transclusions) desc limit 100
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...