Content deleted Content added
m self.textcell |
|||
Line 578:
else
local textCell = row:tag('td'):addClass('mbox-text')
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.
:cssText(self.textstyle or nil)
:wikitext(self.text or nil)
end end
-- Add the right-hand image.
|