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
SilverLocust
.
Toggle Highlighting
SQL
SELECT CONCAT( '[[', CASE page_namespace WHEN 4 THEN 'Wikipedia:' WHEN 5 THEN 'Wikipedia talk:' WHEN 10 THEN 'Template:' WHEN 11 THEN 'Template talk:' WHEN 14 THEN ':Category:' WHEN 15 THEN 'Category talk:' WHEN 828 THEN 'Module:' WHEN 829 THEN 'Module talk:' ELSE CONCAT('{{ns:', page_namespace, '}}:') END, REPLACE(page_title, '_', ' '), ']]' ) AS 'Page' FROM page WHERE ( LOWER(page_title) LIKE '%arbitration%' OR LOWER(page_title) LIKE '%arbcom%' OR LOWER(page_title) LIKE '%contentious topic%' ) AND page_namespace IN (4,5,10,11,14,15,828,829)
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...