Modulo:Font to span: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m Eh ma anche io se cambio i nomi... |
m ulteriore fix punto e virgola |
||
Riga 64:
--concatena tutto in span + style
if style==nil then style="" end
if not string.match(style, ";$") then style = style .. ";" end
if color~=nil then style=style .. "color:" .. color .. ";" end
if size~=nil then style=style .. "font-size:" .. size .. ";" end
|