پرش به محتوا

پودمان:Effective protection expiry: تفاوت میان نسخه‌ها

جز
Changed protection settings for "Module:Effective protection expiry": used in the mediawiki interface / match Module:Effective protection level ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))
(صفحه‌ای تازه حاوی «local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is spe...» ایجاد کرد)
 
fa>Wikivahdat
جز (Changed protection settings for "Module:Effective protection expiry": used in the mediawiki interface / match Module:Effective protection level ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite)))
خط ۱۷: خط ۱۷:
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( 'نخستین پارامتر باید یکی از edit، move، create، upload، autoreview باشد', 2 )
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('خطای درونی در پودمان:Effective protection expiry؛ برچسب زمان انقضای ناهنجار')
error('internal error in Module:Effective protection expiry; malformed expiry timestamp')
end
end
end
end
کاربر ناشناس