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 (SELECT subject.page_title
FROM page subject
WHERE subject.page_namespace = 0
AND subject.page_title = REPLACE(editnotice.page_title, "Editnotices/Page/", "")
LIMIT 1
) NOT RLIKE "^Talk|(User|Wikipedia|File|MediaWiki|Template|Help|Category|Portal|Draft|TimedText|Module|Gadget( definition)?)( talk)?"
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.