Modulo:Fumetto e animazione/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m typo
m sposto giù
Riga 212:
elseif tipo == 'Film d\'animazione per la televisione' then
append_table(categories, categorizza(args, 'paese', 'paese_film_TV'))
end
local rete = get_category(mDelink._main({ args.rete }), 'rete')
if args.sottotipo == 'serie TV' and rete then
categories[#categories+1] = 'Serie televisive di ' .. rete
end
append_table(categories, categorizza(args, 'studio', 'studio'))
Riga 264 ⟶ 260:
end
end
end
local rete = get_category(mDelink._main({ args.rete }), 'rete')
if rete and (tipo == 'Serie televisive d\'animazione' or tipo == 'Serie televisive anime') then
categories[#categories+1] = 'Serie televisive di ' .. rete
end
if args.tipo == 'manga' or args.tipo == 'manhwa' then
append_table(categories, categorizza(args, 'target', 'target', true))