Module:Message box/sandbox: Difference between revisions

Content deleted Content added
m self.textcell
m Undid revision 1006675628 by MJL (talk) end end?
Line 578:
else
local textCell = row:tag('td'):addClass('mbox-text')
end
if self.useCollapsibleTextFields then
-- The message box uses advanced text parameters that allow things to be
Line 612 ⟶ 611:
else
-- Default text formatting - anything goes.
self.textCell
:cssText(self.textstyle or nil)
:wikitext(self.text or nil)
end end
 
-- Add the right-hand image.