Module:Protection banner: Difference between revisions

use isDemo instead of args.category and use an isSmall variable while we're at it
(add a Protection:isTemporary method)
(use isDemo instead of args.category and use an isSmall variable while we're at it)
Line 812:
 
local ret = {}
local isDemo = yesno(args.demo)
local isSmall = yesno(args.small)
 
-- Render the banner
if protectionObj:isProtected() or isDemo then
ret[#ret + 1] = tostring(
(yesno(args.small)isSmall and Padlock or Banner)
:new(protectionObj, blurbObj, cfg)
)
Line 822 ⟶ 824:
-- Render the categories
if yesno(args.category)not ~= falseisDemo then
ret[#ret + 1] = protectionObj:makeCategoryLinks()
end