Module:Lang: Difference between revisions

Undid revision 809187314 by Trappist the monk (talk)
No edit summary
(Undid revision 809187314 by Trappist the monk (talk))
Line 251:
table.insert (span, '>'); -- close the opening span tag
if 'yes' == italic then
table.insert (span, table.concat ({"<i>''", text, "</i>''"})); -- text with italic markup
else
table.insert (span, text); -- DEFAULT: text is not italicized
Anonymous user