Changes
switch to using page status indicators for the padlock icons (will switch from the config sandbox in a second)
-- Set constants.
local CONFIG_MODULE = 'Module:Protection banner/config/sandbox'-- *** SWITCH THIS BACK BEFORE UPDATING THE MAIN MODULE ***
--------------------------------------------------------------------------------
obj._imageAlt = blurbObj:makeBannerText('alt')
obj._imageLink = blurbObj:makeBannerText('link')
obj._right _indicatorName = cfg.padlockPositionspadlockIndicatorNames[protectionObj.action] or cfg.padlockPositionspadlockIndicatorNames.default or '55pxpp-default'
return setmetatable(obj, Padlock)
end
function Padlock:__tostring()
end