Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Popular templates on Thai Wikipedia w/ protection level
by
Patsagorn Y.
This query is marked as a draft
This query has been published
by
Patsagorn Y.
.
Lists the 500 most popular templates on Thai Wikipedia. Only counts templates from the Template: namespace. Does not filter on where the templates are transcluded into.
Toggle Highlighting
SQL
select lt.lt_title as `title`, count(lt.lt_title) as `count` from templatelinks tl LEFT JOIN linktarget lt ON tl.tl_target_id = lt.lt_id where lt.lt_namespace = 10 group by lt.lt_title order by count(lt.lt_title) desc limit 500;
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...