SQL
AخA
use arwiki_p;
select concat("# [[User:",page_title,"]]") as sandbox
from arwiki_p.page
/*WHERE page_title LIKE "[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}"*/
where page_title like "%.%.%.%/%"
and page_namespace = 2;
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.