SQL
AخA
select concat("Module:", pl_title) as "link_title", page_title from pagelinks join page on page.page_id = pagelinks.pl_from where (pl_namespace = 828) and pl_title not like "Adjacent_stations%" and pl_title not like "Solar_eclipse%" and pl_title not like "Location_map%" and pl_from_namespace = 0;
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.