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
.
The number of transclusions of each template page in [[Category:Шаблоны PMID]] and [[Category:Шаблоны DOI]]. Adapted from https://quarry.wmcloud.org/query/87169
Toggle Highlighting
SQL
SELECT CONCAT("Template:", page_title), COUNT(tl_from) FROM page LEFT JOIN templatelinks ON tl_title = page_title AND tl_namespace = page_namespace WHERE page_namespace = 10 AND ( page_title LIKE "Cite_doi/%" OR page_title LIKE "Cite_pmid/%" ) GROUP BY page_id ORDER BY COUNT(tl_from) 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...