SQL
x
USE hewiki_p;
SELECT page_namespace,page_title
FROM page
WHERE page_namespace in ( 108, 14 )
AND NOT ( page_title LIKE '%ויקיפדיה:רשימת_מועמדים_למחיקה%' )
AND NOT ( page_title LIKE '%ויקיפדיה:רשימת_ערכים_במחלוקת%' )
AND NOT page_is_redirect
AND page_id NOT IN ( SELECT tl_from FROM templatelinks WHERE tl_title = 'שם_שגוי' )
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.