Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Articles w/title matching regex w/template
by
Cryptic
This query is marked as a draft
This query has been published
by
SilverLocust
.
Non-redirect mainspace pages containing a Greek letter name in Latin script (case-insensitive, distinct word) that transclude {{chembox}} or {{infobox drug}}. For [[WP:RAQ#Spelled out Latin characters in Chemistry articles]] circa 9 July 2023.
Toggle Highlighting
SQL
SELECT REPLACE(page_title, '_', ' ') AS title, lt_title AS 'template' FROM page JOIN templatelinks on tl_from = page_id JOIN linktarget ON lt_id = tl_target_id WHERE page_namespace = 0 AND page_is_redirect = 0 AND LOWER(CONVERT(page_title USING 'utf8')) RLIKE '(\\b|_)(alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega)(\\b|_)' AND lt_namespace = 10 -- Template: AND lt_title IN ('Chembox', 'Infobox_drug');
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...