Modulo:Grafico epidemia: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m Prova sostituzione decimale |
m ancora replace punto |
||
Riga 118:
if args[1] then
if args[8] then
barargs[8] = '(' .. string.gsub(args[8],"%.",",") .. ')'
else
barargs[8] = ''
Riga 126:
barargs[8] = '(=)'
elseif args[8] then
barargs[8] = '(' .. string.gsub(args[8],"%.",",") .. ')'
else
barargs[8] = ''
Riga 142:
if args[1] then
if args[10] then
barargs[10] = '(' .. string.gsub(args[10],"%.",",") .. ')'
else
barargs[10] = ''
Riga 150:
barargs[10] = '(=)'
elseif args[10] then
barargs[10] = '(' .. string.gsub(args[10],"%.",",") .. ')'
else
barargs[10] = ''
|