کاربر ناشناس
پودمان:Effective protection expiry: تفاوت میان نسخهها
بدون خلاصۀ ویرایش
(don't error if the page isn't under PC) |
بدون خلاصۀ ویرایش |
||
خط ۱۷: | خط ۱۷: | ||
return stabilitySettings and stabilitySettings.expiry or 'unknown' | return stabilitySettings and stabilitySettings.expiry or 'unknown' | ||
elseif action ~= 'edit' and action ~= 'move' and action ~= 'create' and action ~= 'upload' then | elseif action ~= 'edit' and action ~= 'move' and action ~= 'create' and action ~= 'upload' then | ||
error( ' | error( 'نخستین پارامتر باید یکی از edit، move، create، upload، autoreview باشد', 2 ) | ||
end | end | ||
local rawExpiry = mw.getCurrentFrame():callParserFunction('PROTECTIONEXPIRY', action, pagename) | local rawExpiry = mw.getCurrentFrame():callParserFunction('PROTECTIONEXPIRY', action, pagename) | ||
خط ۳۴: | خط ۳۴: | ||
) | ) | ||
else | else | ||
error(' | error('خطای درونی در پودمان:Effective protection expiry؛ برچسب زمان انقضای ناهنجار') | ||
end | end | ||
end | end |