Modulo:Demografia: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
typo |
Nessun oggetto della modifica |
||
Riga 50:
dump(graph, 'TextData=\n fontsize:S pos:(20,20)\n text:fonte ', args.fonte, '\n')
end
local draw_graph
draw_graph = frame:extensionTag('timeline', table.concat(graph))▼
if args.raw then
draw_graph = table.concat(graph)
else
▲ draw_graph = frame:extensionTag('timeline', table.concat(graph))
end
local titolo = "''Abitanti censiti''\n"
if args.titolo then
args.titolo = "''" .. args.titolo .. "''\n"
|