Modulo:Font to span: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m +percentuale nello style
m meglio
Riga 15:
--Mette insieme lo style
if d==nil then d="" end
if string.match(d, "[%a -%%]+[^;]$") then d = d .. ";" end
 
if a~=nil then d=d .. "color:" .. a .. ";" end
Riga 214:
y[4]=string.gsub(string.gsub(y[4], ";[ ;]+", ";"), "^[ ;]+", "")
--unisce ciò che rimane dei due style
if string.match(x[4], "[%a -%%]+[^;]$") then x[4] = x[4] .. ";" end
stile=x[4]..y[4]
elseif x[4]~=nil then