Module:Message box/div: Difference between revisions

Content deleted Content added
what happens if I return base here
Tag: Reverted
and here?
Tag: Reverted
Line 612:
-- DIV MIGRATION CONDITIONAL
if self.cfg.div_structure then
return MessageBox:exportDiv()self.base_templatestyles
-- return MessageBox:exportDiv()
end
-- END DIV MIGRATION CONDITIONAL
Line 769 ⟶ 770:
box:setParameters()
box:setCategories()
return box.base_templatestyles:export()
-- return box:export()
end