Differenze tra le versioni di "Modulo:AltForms/data"

Many bug fixes collected over time (yes, a very explicative edit message) *** sovrascritto il testo esistente ***
(Moving Gigamax to AltForms, adding Alcremie forms *** sovrascritto il testo esistente ***)
(Many bug fixes collected over time (yes, a very explicative edit message) *** sovrascritto il testo esistente ***)
-- Pokémon che non hanno i link standard
local stdLinks = table.filter(t, function(_, key)
return not table.search({'mega', 'megaxy',
return
'archeo', 'alola', 'galar', 'gigamax'}, key)
not table.search({'mega', 'megaxy',
'archeo',-- 'alola',and 'galar',not 'gigamax'}table.search(t.mega, key)
-- and not table.search(t.megamegaxy, key)
-- and not table.search(t.megaxyarcheo, key)
-- and not table.search(t.archeoalola, key)
-- and not table.search(t.alolagalar, key)
-- and not table.search(t.galargigamax, key)
and not table.search(t.gigamax, key)
end)
 
79 548

contributi