Content deleted Content added
Artoria2e5 (talk | contribs) don't show fix on talk |
m sync |
||
Line 11:
-- Define constants
local CONFIG_MODULE = 'Module:Message box/configuration
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(
end
textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
|