Modulo:Citazione: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m considera numeri anche le stringhe del tipo n-n o n/n |
riscrivo: la modifica dava errori per un local mancante, ma quella variabile non serve |
||
Riga 1 084:
end
else
if is_set(Volume) then
▲ -- considera numeri anche le stringhe del tipo n-n o n/n
▲ if tonumber(temp) or A:ORIGIN('Volume') == "vol" then
Volume = "vol. " .. Volume
end
end
if is_set(Issue) then
Issue = "nº " .. Issue
end
|