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
Laurentius
.
Toggle Highlighting
SQL
USE itwiki_p; SELECT CONCAT('https://it.wikipedia.org/wiki/Template:', tl_title), tl_title, transclusions FROM ( SELECT tl_title, count(*) AS transclusions FROM templatelinks WHERE tl_namespace = 10 and tl_title NOT LIKE '%/man' GROUP BY tl_title HAVING transclusions < 3 ) as T JOIN page ON page.page_title = T.tl_title WHERE page.page_namespace = 10;
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...