Modulo:Demografia: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
fix altra variabile locale
Moroboshi (discussione | contributi)
u
Riga 79:
dump(graph, 'PlotData=\n')
for i=1,#years do
local p_formatted = lang:formatNum(math.floor(tonumber(populations[i]) + 0,5) )
dump(graph, string.format(' bar: %d at: %d fontsize:S text: %s shift:(-10,5)|n.d. shift:(-8,5)\n',
year[i], populations[i], p_formatted))
Riga 94:
end
local titolo = "''Abitanti censiti''\n"
 
if args.titolo then
args.titolo = "''" .. args.titolo .. "''\n"
end
return titolo .. draw_graph