Module:Protection banner/sandbox: Difference between revisions

Content deleted Content added
Restored revision 989942531 by ProcrastinatingReader (talk): Testing
dsfsdf
Tag: Reverted
Line 13:
 
-- Set constants.
local CONFIG_MODULE = 'Module:Protection banner/config/sandbox' -- SWITCH THIS BACK TO THE MAIN CONFIG PAGE BEFORE GOING LIVE!
 
--------------------------------------------------------------------------------
Line 180:
 
function Protection:isProtected()
return self.level ~= '*'true
end
 
Line 652:
 
function Blurb:_makeVandalTemplateParameter()
return mw.getCurrentFrame():expandTemplate{
return require('Module:Vandal-m')._main{
title="vandal-m",
args={self._args.user or self._protectionObj.title.baseText}
}
end
Line 746 ⟶ 747:
alt = self._imageAlt,
link = self._imageLink,
caption = self.imageCaption,
class = 'autoconfirmed-show'
}
end