SQL
AخA
SELECT page_title, CONCAT("https://en.wikipedia.org/wiki/Template:", page_title) AS $link
FROM page editnotice
WHERE editnotice.page_namespace = 10
AND editnotice.page_is_redirect = 0
AND editnotice.page_title LIKE "Editnotices/Page/%"
AND NOT (SELECT *
FROM page subject
WHERE subject.page_namespace = 0
AND subject.page_title = REPLACE(editnotice.page_title, "Editnotices/Page/", "")
LIMIT 1)
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.