「モジュール:Protection banner」の版間の差分
ナビゲーションに移動
検索に移動
remove expiry param (now also automatically retrieved for autoreview) and needsexpiry check
template>K-iczn (en:Module:Protection banner 2016年8月4日 (木) 01:55(UTC)より) |
module:infobox>Cenarium (remove expiry param (now also automatically retrieved for autoreview) and needsexpiry check) |
||
132行目: | 132行目: | ||
elseif effectiveExpiry ~= 'unknown' then | elseif effectiveExpiry ~= 'unknown' then | ||
obj.expiry = validateDate(effectiveExpiry, 'expiry date') | obj.expiry = validateDate(effectiveExpiry, 'expiry date') | ||
end | end | ||
313行目: | 305行目: | ||
end | end | ||
return '' | return '' | ||
end | end | ||
345行目: | 325行目: | ||
local msg = self._cfg.msg | local msg = self._cfg.msg | ||
local ret = { self:makeProtectionCategory() } | local ret = { self:makeProtectionCategory() } | ||
if self:isIncorrect() then | if self:isIncorrect() then | ||
ret[#ret + 1] = makeCategoryLink( | ret[#ret + 1] = makeCategoryLink( |