SQL
x
use enwiki_p;
SELECT page.page_title, templatelinks.tl_from
FROM page
INNER JOIN templatelinks ON templatelinks.tl_title = page.page_title
WHERE page.page_title LIKE "Map_data/%" AND page.page_namespace = 4 AND page.page_is_redirect = 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.