Modulo:Fumetto e animazione/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix tipo |
m correggo |
||
Riga 193:
local tipo = {}
local counter = {}
if args.tipo then
tipo = get_category(args.tipo .. (args.sottotipo and (' ' .. args.sottotipo) or ''), 'tipo') end
-- Categorizzazioni specifiche
if tipo == "Serie televisive d'animazione" then
Riga 271 ⟶ 273:
categories[#categories+1] = tipo
-- Categorizzazione per anno delle opere previste
elseif args.tipo and tipo ~= nil and args['data inizio'] then
local anno = {}
if args['data inizio'] then
|