Module:Protection banner: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(shorter names - use protectionObj instead of protectionStatusObj, and Protection instead of ProtectionStatus)
(only make link text if the link message is available)
Line 553:
function Blurb:makeLinkText()
local msg = self._bannerConfig.link
if msg then
return self:_substituteParameters(msg)
end
end