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, (page_id IN (SELECT pr_page FROM page_restrictions WHERE pr_type = 'edit' AND pr_expiry = 'infinity')) AS protected FROM page WHERE page_id IN (SELECT rt_page FROM revtag WHERE rt_type = 'tp:mark') AND page_namespace = 10 ORDER BY protected 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...