Module:Infobox: Difference between revisions

use newline() instead of \n
(add title text for child infoboxes)
(use newline() instead of \n)
Line 73:
.addClass(rowArgs.class)
.cssText(rowArgs.datastyle)
.wikitextnewline('\n' .. rowArgs.data)
.wikitext(rowArgs.data)
end
end
Anonymous user