Module:Message box: Difference between revisions

try switching the imageLeft logic around
(fix comment on image divs)
(try switching the imageLeft logic around)
Line 293:
 
-- Left image settings.
local imageCheckBlank = cfg.imageCheckBlank
local imageLeft = self.isSmall and args.smallimage or args.image
if imageLeft ~= 'none'cfg.imageCheckBlank and not imageCheckBlank or imageLeft ~= 'noneblank' and imageCheckBlank and imageimageLeft ~= 'blanknone' then
or not cfg.imageCheckBlank and imageLeft ~= 'none'
then
self.imageLeft = imageLeft
if not imageLeft then