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
Enhancing999
.
Categories using items without any templates (in wbc_entity_usage), but are reported as "unexpectedUnconnectedPage" (in page_props), a likely gap in the later. This despite some (or all) having interwiki links from Wikidata. These were skipped from Wikidata Infobox additions (Sep 2024). Based on https://quarry.wmcloud.org/query/86040 For discussion: https://commons.wikimedia.org/wiki/User_talk:Mike_Peel#Infoboxes
Toggle Highlighting
SQL
/* */ SELECT DISTINCT page_title, eu_entity_id FROM page, page_props, wbc_entity_usage WHERE pp_propname = "unexpectedUnconnectedPage" AND page_id = pp_page AND page_namespace = 14 AND NOT EXISTS ( SELECT null FROM templatelinks WHERE page_id = tl_from ) AND page_id = eu_page_id AND eu_aspect = "S"
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...