User:DH85868993/Uncategorised location maps

This report lists all page titles in the template namespace (namespace 10) that are not redirects and that are not members of any categories. It was generated by TB (talk) 14:44, 26 August 2012 (UTC)


Report edit

Regenerating this report edit

SELECT concat( '*[[:Template:', replace( page_title, '_', ' '), ']]' ) 
FROM enwiki_p.page
LEFT OUTER JOIN enwiki_p.categorylinks ON cl_from = page_id
WHERE page_namespace = 10 
AND page_is_redirect = 0
AND page_title LIKE 'Location_map_%'
AND cl_from IS NULL;