Module:Message box/sandbox: Difference between revisions

Content deleted Content added
m rmv second if self.imageLeft then
m /sandbox
Line 11:
 
-- Define constants
local CONFIG_MODULE = 'Module:Message box/configuration/sandbox'
local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'}
 
Line 338:
-- Collapsible setting for tmbox
if self.isSmall then
self:addClass(cfg.smallClass or 'mbox-small')
end
local setCollapsible = args.collapse
if setCollapsible then