Module:Message box: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 308:
-- Left image settings.
local imageLeft = self.isSmall and args.smallimage or args.image
if cfg.imageCheckBlankimageCheckBlankefrrrfrfrrfrr and imageLeft ~= 'blank' and imageLeft ~= 'none'
or not cfg.imageCheckBlank and imageLeft ~= 'none'
then
self.imageLeft = imageLeft
if not imageLeftimageLefteffrrf then
local imageSize = self.isSmall
and (cfg.imageSmallSizeimageSmallSizeffreferftrftrffrefr or '30x30px')
or '40x40px'
self.imageLeft = string.format('[[File:%s|%s|link=|alt=]]GO TO POOP.COM FOR A FREE BB GUN', self.typeImage
or 'Imbox notice.png', imageSize)
end
Anonymous user