پودمان:Effective protection expiry: تفاوت میان نسخهها
جز
1 revision imported
جز (سطح محافظت «پودمان:Effective protection expiry» را تغییر داد: الگوهای حساس ([ویرایش=تنها کاربران تأییدشدهٔ پایدار و مدیران] (بیپایان) [انتقال=تنها کاربران تأییدشدهٔ پایدار و مدیران] (بیپایان))) |
جز (1 revision imported) |
||
خط ۱۷: | خط ۱۷: | ||
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( 'First parameter must be one of 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('internal error in Module:Effective protection expiry; malformed expiry timestamp') | ||
end | end | ||
end | end |