Module:Lang: Difference between revisions

no edit summary
No edit summary
No edit summary
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