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
Tacsipacsi
.
Translatable pages in the template namespace on Commons and their edit protections. Empty pr_level means that the page has no edit protection.
Toggle Highlighting
SQL
SELECT page_title, pr_level FROM page LEFT JOIN page_restrictions ON page_id = pr_page WHERE page_id IN (SELECT rt_page FROM revtag WHERE rt_type = 'tp:mark') AND page_namespace = 10 AND (pr_type IS NULL OR pr_type = 'edit') AND (pr_expiry IS NULL OR pr_expiry = 'infinity') ORDER BY pr_level DESC;
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...