Module:Message box/sandbox: Difference between revisions

Content deleted Content added
don't show fix on talk
m sync
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 534:
:addClass('hide-when-compact')
:wikitext(self.talk and (' ' .. self.talk) or nil)
:wikitext(not self.isSmall and self.fix and (' ' .. self.fix) or nil)
end
textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)