SQL
x
SELECT CONCAT('[[Template:', page_title, ']]') AS Template_Link
FROM categorylinks
JOIN page ON cl_from = page_id
WHERE cl_to = 'Templates_used_by_Twinkle'
AND page_namespace = 10;
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.