Changes
undo, as a lot of code would need to be changed for template demos to look respectable on unprotected pages
local ret = {}
-- Render the banner
if protectionObj:isProtected() or isDemo then
ret[#ret + 1] = tostring(
(isSmall yesno(args.small) and Padlock or Banner)
:new(protectionObj, blurbObj, cfg)
)
-- Render the categories
if not isDemo yesno(args.category) ~= false then
ret[#ret + 1] = protectionObj:makeCategoryLinks()
end