Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 347: Line 347:
end
end


table.insert (span, table.concat ({' style=\"font-style:', italic})); -- TODO: rename italic to style as that is more meaningful
table.insert (span, table.concat ({' style=\"font-style:', italic, ';'})); -- TODO: rename italic to style as that is more meaningful


if is_set (size) then
if is_set (size) then