Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Usage of module:Taxonavigation per namespace
by
Jarekt
This query is marked as a draft
This query has been published
by
Jarekt
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT page_title FROM page INNER JOIN templatelinks ON tl_from = page_id inner join revision on rev_page = page_id INNER JOIN text on old_id = rev_text_id where old_text like "%{{#invoke:%" # look for pages with "{{#invoke:" and page_namespace = 10 # look for pages in template namespace and tl_title ="Fallback" and tl_namespace = 828 # look for pages that call [[Module:fallback]] 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...