「モジュール:Effective protection expiry」の版間の差分

don't error if the page isn't under PC
template>K-iczn
(en:Module:Effective protection expiry 2016年9月23日 (金) 10:40‎(UTC)より)
module:infobox>Jackmcbarn
(don't error if the page isn't under PC)
14行目: 14行目:
pagename = title.prefixedText
pagename = title.prefixedText
if action == 'autoreview' then
if action == 'autoreview' then
return mw.ext.FlaggedRevs.getStabilitySettings(title).expiry
local stabilitySettings = mw.ext.FlaggedRevs.getStabilitySettings(title)
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( 'First parameter must be one of edit, move, create, upload, autoreview', 2 )
error( 'First parameter must be one of edit, move, create, upload, autoreview', 2 )