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

Changing sigla LC to TC, fixing alternative forms links *** sovrascritto il testo esistente ***
(Adding new forms announced yesterday *** sovrascritto il testo esistente ***)
(Changing sigla LC to TC, fixing alternative forms links *** sovrascritto il testo esistente ***)
t.pyroar = {}
t.floette = {}
t.florges = {}
t.furfrou = {}
t.xerneas = {}
t.minior = {}
t.mimikyu = {}
t.magearna = {}
t.cramorant = {}
t.sinistea = {}
t.pyroar.names = t.unfezant.names
t.floette.names = {G = 'Fiore Giallo', A = 'Fiore Arancione',
Bi = 'Fiore Bianco', Bl = 'Fiore Blu', base = 'Fiore Rosso',
E = "Fiore Eterno"}
t.florges.names = {G = 'Fiore Giallo', A = 'Fiore Arancione',
Bi = 'Fiore Bianco', Bl = 'Fiore Blu', base = 'Fiore Rosso'}
t.furfrou.names = {C = 'Taglio Cuore', St = 'Taglio Stella',
t.xerneas.names = {A = 'Modo Attivo', base = 'Modo Relax'}
t.mimikyu.names = {S = 'Forma Smascherata', base = 'Forma Mascherata'}
t.magearna.names = {A = 'Colore Antico', base = ''}
t.minior.names = {R = 'Nucleo Rosso', Ar = 'Nucleo Arancione',
G = 'Nucleo Giallo', Ve = 'Nucleo Verde', Az = 'Nucleo Azzurro',
t.deerling.anchor = 'Deerling e Sawsbuck'
t.floette.anchor = 'Flabébé, Floette e Florges'
t.florges.anchor = 'Flabébé, Floette e Florges'
 
-- Alternative forms' links
 
makeLinks()
 
-- Alternative forms' black links
 
makeLinks(true)
 
-- Table to map extended names to abbrs
['poké ball'] = 'Po', sbarazzino = 'Sr', ball = 'Po'}
t.pyroar.ext = t.unfezant.ext
t.floette.ext = {giallo = 'G', arancione = 'A', bianco = 'Bi', blu = 'Bl', eterno = 'E'}
t.florges.ext = {giallo = 'G', arancione = 'A', bianco = 'Bi', blu = 'Bl'}
t.furfrou.ext = {cuore = 'C', stella = 'St', diamante = 'D', dignorina = 'Si',
gentildonna = 'Gd', gentiluomo = 'Gu', regina = 'R', kabuki = 'K',
azzurro = 'Az', indaco = 'I', violetto = 'Vi', meteora = 'base'}
t.mimikyu.ext = {smascherata = 'S'}
t.magearna.ext = {antico = 'A'}
t.cramorant.ext = {inghiottitutto = 'T', inghiottintero = 'I'}
t.sinistea.ext = {}
'D', 'Sb', 'F', 'Pl', 'Sv', 'So', 'O', 'Gu', 'Sr', 'Po'}
t.pyroar.gamesOrder = t.unfezant.gamesOrder
t.floette.gamesOrder = {'base', 'G', 'A', 'Bl', 'Bi', 'E'}
t.florges.gamesOrder = {'base', 'G', 'A', 'Bl', 'Bi'}
t.furfrou.gamesOrder = {'base', 'C', 'St', 'Si', 'Gd', 'D', 'Gu', 'R', 'K', 'F'}
t.xerneas.gamesOrder = {'base', 'A'}
t.minior.gamesOrder = {'base', 'R', 'Ar', 'G', 'Ve', 'Az', 'I', 'Vi'}
t.mimikyu.gamesOrder = {'base', 'S'}
t.magearna.gamesOrder = {'base', 'A'}
t.cramorant.gamesOrder = {'base', 'T', 'I'}
t.sinistea.gamesOrder = {'base', 'A'}
Po = 'xy', Sr = 'xy'}
t.pyroar.since = {F = 'xy', base = 'xy'}
t.floette.since = {G = 'xy', A = 'xy', Bi = 'xy', Bl = 'xy', E = 'xy', base = 'xy'}
t.florges.since = {G = 'xy', A = 'xy', Bi = 'xy', Bl = 'xy', base = 'xy'}
t.furfrou.since = {C = 'xy', St = 'xy', D = 'xy', Si = 'xy', Gd = 'xy',
Gu = 'xy', R = 'xy', K = 'xy', F = 'xy', base = 'xy'}
Az = 'sl', I = 'sl', Vi = 'sl'}
t.mimikyu.since = {base = 'sl', S = 'sl'}
t.magearna.since = {base = 'sl', A = 'sl'}
t.cramorant.since = {T = 'spsc', I = 'spsc', base = 'spsc'}
t.sinistea.since = {base = 'spsc', A = 'spsc'}
 
t.pichu['until'] = {S = 'hgss'}
t.floette['until'] = {E = 'xy'}
 
-- Alias, messi qui per evitare inutili iterazioni dei cicli precedenti
t.gastrodon = table.copy(t.shellos)
t.sawsbuck = table.copy(t.deerling)
t.jellicent = table.copy(t.frillish)
t['flabébé'], t.florges = ttable.floette, copy(t.floetteflorges)
t.polteageist = table.copy(t.sinistea)
 
-- Link creation should be done AFTER copying Pokémon with same forms, in order
-- to use the right name for the link
makeLinks() -- normal links
makeLinks(true) -- black links
 
t[25] = t.pikachu
t[172] = t.pichu
t[774] = t.minior
t[778] = t.mimikyu
t[801] = t.magearna
t[845] = t.cramorant
t[854] = t.sinistea
79 547

contributi