Differenze tra le versioni di "Modulo:Stats"

Vai alla navigazione Vai alla ricerca
Fixed bug in stats that caused some Pokémon to have the category for changed stats in its generation of introduction *** sovrascritto il testo esistente ***
m (better output)
(Fixed bug in stats that caused some Pokémon to have the category for changed stats in its generation of introduction *** sovrascritto il testo esistente ***)
catSpecToSpdef = '[[Categoria:Pokémon la cui statistica Speciali è diventata Difesa Speciale|${display}]]',
 
catStatsChanged = '[[Categoria:Pokémon le cui statistiche base sono cambiate nellain ${gen} generazione|${display}]]',
 
catTotal = '[[Categoria:Pokémon con statistiche base totali di ${tot}|${display}]]',
local changedInGen = table.any(stats[poke],
function(val)
return type(val) == 'table' and val[gen]
and multigen.getfirstgen(val) ~= gen
and val[gen]
end)
if changedInGen then
79 548

contributi

Menu di navigazione