Modulo:PopolazioneIT: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
. |
. |
||
Riga 5:
function bilancio.get_abitanti(istat_code)
if istat_code[1] == nil then return '' end
popolazione = lg.popolazione[istat_code[1]]
if popolazione then
return popolazione
end
return istat_code[1]
end
|