Content deleted Content added
Trialpears (talk | contribs) Restored revision 989942531 by ProcrastinatingReader (talk): Testing |
dsfsdf Tag: Reverted |
||
Line 13:
-- Set constants.
local CONFIG_MODULE = 'Module:Protection banner/config
--------------------------------------------------------------------------------
Line 180:
function Protection:isProtected()
return
end
Line 652:
function Blurb:_makeVandalTemplateParameter()
return mw.getCurrentFrame():expandTemplate{
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
}
end
|