Module:Message box: Difference between revisions
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 ---------------------------------------------------------------------------..." |
Abhishek.it (talk | contribs) m 1 revision imported |
||
| (One intermediate revision by one other user not shown) | |||
| 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 | ||