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
Cryptic
.
Pages trying to transclude templates containing 'http' (case-insensitive) and starting with 'Ur', 'UR', 'Http', 'Web', or 'Cite web' (case-sensitive). For [[WP:RAQ#Looking for broken templates containing URLs]] circa 2 December 2020.
Toggle Highlighting
SQL
SELECT page_namespace, page_title, tl_title FROM templatelinks JOIN page ON page_id = tl_from WHERE tl_namespace = 10 -- Template: -- AND page_namespace = 0 -- uncomment to main namespace only AND (tl_title LIKE 'Ur%' OR tl_title LIKE 'UR%' OR tl_title LIKE 'Web%' OR tl_title LIKE 'Cite\_web%') AND tl_title != 'Cite_web' -- cull exact matches of existing template w/millions of hits AND tl_title RLIKE '(?i)http';
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...