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
Solidest
.
Toggle Highlighting
SQL
SELECT CONCAT('[[Шаблон:', SUBSTRING(lt.page_title, 14), ']]') AS TemplateName, GROUP_CONCAT(DISTINCT CONCAT('[[', p2.page_title, ']]') SEPARATOR ', ') AS UsedInPages, COUNT(DISTINCT CONCAT(p2.page_namespace, ':', p2.page_title)) AS UsageCount FROM templatelinks AS t INNER JOIN page AS lt ON lt.page_id = t.tl_from LEFT JOIN page AS p2 ON t.tl_from = p2.page_id WHERE lt.page_namespace = 10 AND lt.page_title LIKE "Флагификация/%" AND p2.page_content_model = "wikitext" AND p2.page_namespace = 0 GROUP BY lt.page_title LIMIT 300;
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...