Module:Protection banner: Difference between revisions

undo, as a lot of code would need to be changed for template demos to look respectable on unprotected pages
(use isDemo instead of args.category and use an isSmall variable while we're at it)
(undo, as a lot of code would need to be changed for template demos to look respectable on unprotected pages)
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(
(isSmallyesno(args.small) and Padlock or Banner)
:new(protectionObj, blurbObj, cfg)
)
Line 824 ⟶ 822:
-- Render the categories
if notyesno(args.category) isDemo~= false then
ret[#ret + 1] = protectionObj:makeCategoryLinks()
end