Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Full protected pages with Lint errors
by
ಮಲ್ನಾಡಾಚ್ ಕೊಂಕ್ಣೊ
This query is marked as a draft
This query has been published
by
WOSlinker
.
Toggle Highlighting
SQL
select CONCAT('# [[' ,case when page_namespace=1 then 'Talk:' when page_namespace=2 then 'User:' when page_namespace=3 then 'User_talk:' when page_namespace=4 then 'Wikipedia:' when page_namespace=5 then 'Wikipedia_talk:' when page_namespace=9 then 'MediaWiki_talk:' when page_namespace=10 then 'Template:' when page_namespace=100 then 'Portal:' else '' end , page_title, ']]') as 'Page title' from linter join page on page_id=linter_page join page_restrictions on page_id=pr_page where pr_type='edit' and pr_level='sysop' and page_namespace not in (2,3,9) group by page_id order by page_namespace asc, page_title asc limit 1000;
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...