Changes
Jump to navigation
Jump to search
return local frame = mw.getCurrentFrame() -- The nowiki tag helps prevent whitespace at the top of articles. local nowiki = frame:extensionTag{name = 'nowiki'} local indicator = frame:extensionTag{
add hack to prevent indicator tags producing whitespace at the top of articles
function Padlock:__tostring()
name = 'indicator',
args = {name = self._indicatorName},
content = self:renderImage()
}
return nowiki .. indicator
end