Bureaucrats, Check users, Interface administrators, patroler, Push subscription managers, Suppressors, Administrators
965
edits
(Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...") |
No edit summary |
||
Line 335: | Line 335: | ||
or '40x40px' | or '40x40px' | ||
self.imageLeft = string.format('[[File:%s|%s%s|alt=]]', self.typeImage | self.imageLeft = string.format('[[File:%s|%s%s|alt=]]', self.typeImage | ||
or 'Information icon4. | or 'Information icon4.png', imageSize, self.typeImageNeedsLink and "" or "|link=" ) | ||
end | end | ||
end | end |
edits