SQL
AخA
select distinct CONCAT("{{User:Aidan9382//adle|1=",page_title,"}}") as page_title, page_is_redirect as is_redirect
from page
where page_namespace = 0
and page_title rlike "/[Ss]andbox|/[Dd]oc$|/[Dd]oc[^a-zA-Z]|/[Aa]rchive" -- Doctor is why Doc[^\w] exists
order by page_title asc;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.