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
Wurgl
.
Seiten mit angeblichen (oder tatsächlichen) Begriffsklärungslinks, die eine Vorlage "Navigationsleiste XYZ" eingebunden haben und bei denen die Links nicht nach Änderung der Vorlage aktualisiert wurden
Toggle Highlighting
SQL
SELECT A.page_title AS "Artikel", V.page_title AS "Vorlage" FROM page as V, revision as Vr, page as A, templatelinks WHERE tl_from = A.page_id AND tl_namespace = V.page_namespace AND tl_title = V.page_title AND Vr.rev_id = V.page_latest AND V.page_latest > A.page_latest /* Vorlage später geändert als Artikel */ AND A.page_links_updated < Vr.rev_timestamp /* Links auf Seite seit Vorlagenänderung nicht aktualisiert */ AND V.page_title LIKE "Navigationsleiste%" AND V.page_namespace = 10 AND EXISTS (SELECT 1 FROM page AS BKL, pagelinks, templatelinks as BKLt WHERE pl_from = A.page_id /* pagelink ausgehend vom Artikel */ AND BKL.page_title = pl_title AND BKL.page_namespace = pl_namespace /* BKL = Zielartikel des pagelinks */ AND BKLt.tl_from = BKL.page_id /* templatelink … */ AND tl_title = 'Begriffsklärung' /* … auf Begriffsklärung */ AND tl_namespace = 10 ) limit 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...