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

Adding new Pokémon announced today *** sovrascritto il testo esistente ***
(Adding plain links)
(Adding new Pokémon announced today *** sovrascritto il testo esistente ***)
local stdLinks = table.filter(t, function(_, key)
return not table.search({'mega', 'megaxy', 'archeo', 'alola', 'galar',
'gigamax', 'hisui'}, key)
end)
 
makeTargetedLink(index, context, 'Forma di Galar', t.galar, {"base", "G"})
makeTargetedLink(index, context, 'Gigamax', t.gigamax, {"base", "Gi"})
makeTargetedLink(index, context, 'Forma di Hisui', t.hisui, {"base", "H"})
end
 
t.megaxy = {'charizard', 'mewtwo'}
 
-- Tabella contenente i Pokémon che hanno unaun archeorisveglio
 
t.archeo = {'kyogre', 'groudon'}
'drednaw', 'coalossal', 'flapple', 'appletun', 'sandaconda', 'centiskorch',
'hatterene', 'grimmsnarl', 'alcremie', 'copperajah', 'duraludon'}
 
-- Tabella contenente i Pokémon che hanno una forma di Hisui:
-- per efficienza, alcuni sono alla fine del modulo
 
t.hisui = {'growlithe', 'braviary'}
 
 
end
t[v].names.Gi = string.fu(v) .. " Gigamax"
end
for _, v in pairs(t.hisui) do
if not t[v] then
t[v] = { names = {base = ''} }
end
t[v].names.H = 'Forma di Hisui'
end
 
t[v].ext = t[v].ext or {}
t[v].ext.gigamax = "Gi"
end
for _, v in pairs(t.hisui) do
t[v].ext = t[v].ext or {}
t[v].ext.hisui = 'H'
end
 
for _, v in pairs(t.gigamax) do
t[v].gamesOrder = t[v].gamesOrder or {"base", "Gi"}
end
for _, v in pairs(t.hisui) do
t[v].gamesOrder = t[v].gamesOrder or {'base', 'H'}
end
 
t.meowth.since = {A = 'sl', G = 'spsc', Gi = 'spsc', base = 'rb'}
t.persian.since = {A = 'sl', base = 'rb'}
t.growlithe.since = {H = 'lpa', base = 'rb'}
t.geodude.since = {A = 'sl', base = 'rb'}
t.ponyta.since = {G = 'spsc', base = 'rb'}
t.yamask.since = {G = 'spsc', base = 'rz'}
t.stunfisk.since = {G = 'spsc', base = 'nb'}
t.braviary.since = {H = 'lpa', base = 'nb'}
t.tornadus.since = {T = 'n2b2', base = 'nb'}
t.kyurem.since = {N = 'n2b2', B = 'n2b2', base = 'nb'}
t[52] = t.meowth
t[53] = t.persian
t[58] = t.growlithe
t[74] = t.geodude
t[75] = t.graveler
t[562] = t.yamask
t[618] = t.stunfisk
t[628] = t.braviary
t[641] = t.tornadus
t[642] = t.thundurus
79 548

contributi