نمایش مبدأ برای پودمان:Effective protection level
به دلیل زیر، اجازهٔ ویرایش این صفحه ندارید:
میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
local p = {}
-- Returns the permission required to perform a given action on a given title.
-- If no title is specified, the title of the page being displayed is used.
-- یک بخش از این پودمان برای هماهنگی با وضعیت حفاظتی ویکی·پدیای فارسی تغییر کرده·است. اگر می·خواهید پودمان را به·روز کنید، دقت داشته باشید که استثنای فضای نام الگو و پودمان رامشخص کنید).
-- توضیحات بیشتر در زیرصفحه توضیحات پودمان موجود است.
function p._main(action, pagename)
local title
if type(pagename) == 'table' and pagename.prefixedText then
title = pagename
elseif pagename then
title = mw.title.new(pagename)
else
title = mw.title.getCurrentTitle()
end
pagename = title.prefixedText
if action == 'autoreview' then
local level = mw.ext.FlaggedRevs.getStabilitySettings(title)
level = level and level.autoreview
if level == 'review' then
000
1:0
الگوی بهکاررفته در این صفحه:
بازگشت به پودمان:Effective protection level.