پودمان:Lua banner: تفاوت میان نسخه‌ها

شیوهٔ بهینه‌تر رد کردن عناوین خاص
جز (۱ نسخه واردشده)
(شیوهٔ بهینه‌تر رد کردن عناوین خاص)
خط ۷۵: خط ۷۵:
sandbox = true,
sandbox = true,
sandbox2 = true,
sandbox2 = true,
testcases = true
testcases = true,
['توضیحات'] = true,
['تمرین'] = true,
['آزمایشی'] = true,
}
}
local subPageName = subpageBlacklist[titleObj.subpageText]
local subPageName = subpageBlacklist[titleObj.subpageText]
if not subPageName or (titleObj.subpageText ~= 'توضیحات') or (titleObj.subpageText ~= 'تمرین') or (titleObj.subpageText ~= 'آزمایشی') then
if not subPageName then
local protCatName
local protCatName
if titleObj.namespace == 10 then
if titleObj.namespace == 10 then
کاربر ناشناس