Module:Side box: Difference between revisions

38 bytes removed ,  9 years ago
remove a couple of newlines - not all of them were necessary
(fix syntax error)
(remove a couple of newlines - not all of them were necessary)
Line 116: Line 116:
:wikitext(data.imageright)
:wikitext(data.imageright)
end
end
textCell:newline()


-- The below row
-- The below row
Line 127: Line 126:
belowCell:cssText(data.textstyle)
belowCell:cssText(data.textstyle)
end
end
belowCell
belowCell:wikitext(data.below)
:wikitext(data.below)
:newline()
end
end