Modulo:Fumetto e animazione/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m versione attuale |
||
Riga 139:
if table_name == 'paese_TV' then
adj = get_adj(name_value, 'fp')
if adj
categories[#categories+1] = 'Serie televisive d\'animazione ' .. adj
end
Riga 265:
end
end
local
args.streaming == nil and get_category(args.rete, 'rete', true)
if
local
['Film d\'animazione per la televisione'] = 'Film per la televisione ',
['Original net anime'] = 'Webserie ',
Riga 274 ⟶ 275:
['Webserie d\'animazione'] = 'Webserie '
}
if
if pre_emittente:find('^Webserie') and not args.streaming then
categories[#categories+1] =
else
categories[#categories+1] = pre_emittente .. emittente
end
end
end
Riga 328 ⟶ 333:
local result = {}
for name, alias_name in pairs(cfg['alias_genere']) do
local piped = mw.ustring.match(genre, '%[%[[^%[]*|%s*' .. name .. '%s*%]%]')
local pattern = (piped and '%[%[[^%[]*|%s*' or '%[%[%s*') .. name .. '%s*%]%]%a*'
|