This report lists red links in the main namespace to the template namespace that contain the word 'stub' or 'Stub'. It was generated on to labs by TB (talk) 15:15, 25 February 2015 (UTC)

Report

edit

Regenerating

edit

This report is generated by a single SQL query:

SELECT concat('*[[', page_title, ']] → {{tl|',  prl_title, '}}')
FROM  pageredlinks
INNER JOIN enwiki_p.page ON prl_from = page_id
WHERE  prl_fromns = 0
AND    prl_namespace = 10
AND  ( prl_title LIKE '%stub%' OR prl_title LIKE '%Stub%' )
ORDER BY page_title ASC;