Modulo:PopolazioneIT: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
. |
. |
||
Riga 4:
local lg = mw.loadData( 'Modulo:Sandbox/ValterVB/Bilancio/Data');
function bilancio.get_abitanti(
local t = getArgs(frame)
if istat_code[1] == nil then return '' end▼
local istat_code = t[1]
popolazione = lg.popolazione[istat_code[1]]▼
if popolazione then
return popolazione
end
return istat_code .. t[
end
|