SQL
x
use hewiki_p;
select page_title from page as p0
where page_namespace = 10
and page_is_redirect = 0
and not page_title like "היום_בהיסטוריה_%"
and not page_title like "הידעת?_%"
and not page_title like "ערך_מומלץ_%"
and not page_title like "תמונה_מומלצת_%"
and not page_title like "מועד_עברי_%"
and not page_title like "ציטוט_יומי_%"
and not page_title like "%/%"
and
((page_restrictions like "%edit=sysop%" or page_restrictions = "sysop")
or
(page_restrictions like "%edit=templateeditor%")
or exists
(select * from page_restrictions
where page_id = pr_page
and pr_type = "edit"
and (pr_level = "sysop"
or pr_level = "templateeditor")))
and not page_title in ("ברוך_בואך", "ניווט", "הערה", "Citation", "Cite_news", "צ-מאמר", "צ-ספר", "קישור_כללי", "השחתה")
and not replace(page_title, "_", " ") in ("Coord", "ניווט קבוצות", "הערות שוליים", "Cite book", "Cite web", "קידוד")
and not page_title in ("כ", "-", "CSS", "D", "ה", "ו", "ש", "אומת", "מידע", "קיים", "פרלמנט", "אומנם")
and not replace(page_title, "_", " ") in ("גיל לערכי אישים", "דף מתחלף", "דף מתחלף שלב ב", "מיזמים פעילים", "מרחב שם עם דפי משנה")
and not replace(page_title, "_", " ") in ("סוג דגל", "פורטל מומלץ", "פרמטר יום בשנה", "קוד הודעת עריכה", "רווח קשיח")
and not replace(page_title, "_", " ") in ("שם דף הבסיס המלא", "שם הודעת עריכה", "מדינה", "עיר", "ויקינתונים")
and not replace(page_title, "_", " ") in ("ויקיפדיה - כלים לתרומות אלמוני", "הוספת שטויות לדפים", "מקבץ 200 אלף ערכים")
and not page_title like "פורטלים-_%"
#check
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.