Jump to content

Module:Infobox: Difference between revisions

15 bytes added ,  10 years ago
use newline() instead of \n
m>Mr. Stradivarius
(add title text for child infoboxes)
m>Mr. Stradivarius
(use newline() instead of \n)
Line 73: Line 73:
             .addClass(rowArgs.class)
             .addClass(rowArgs.class)
             .cssText(rowArgs.datastyle)
             .cssText(rowArgs.datastyle)
             .wikitext('\n' .. rowArgs.data)
            .newline()
             .wikitext(rowArgs.data)
     end
     end
end
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.