Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most transcluded not edit-protected templates on Czech Wikipedia
by
Blahma
This query is marked as a draft
This query has been published
by
Chaduvari
.
Toggle Highlighting
SQL
SELECT lt_title, COUNT(lt_title) AS transclusions FROM templatelinks,linktarget WHERE lt_namespace = 10 and tl_target_id=lt_id AND tl_from_namespace = 0 and lt_title Not like "Infobox%" GROUP BY lt_title HAVING transclusions < 1000 ORDER BY transclusions DESC, lt_title
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...