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

nessun oggetto della modifica
(Aggiornamenti *** sovrascritto il testo esistente ***)
 
local t = {}
 
-- Tabella in cui sono contenuti la trascrizione in lettera
-- e in numeri romani degli ordinali delle generazioni e le
-- regioni corrispondenti.
 
t.gendata = {}
t.gendata[1] = {ext = 'prima', roman = 'I', region = 'kanto'}
t.gendata[2] = {ext = 'seconda', roman = 'II', region = 'johto'}
t.gendata[3] = {ext = 'terza', roman = 'III', region = 'hoenn'}
t.gendata[4] = {ext = 'quarta', roman = 'IV', region = 'sinnoh'}
t.gendata[5] = {ext = 'quinta', roman = 'V', region = 'unima'}
t.gendata[6] = {ext = 'sesta', roman = 'VI', region = 'kalos'}
 
-- Tabella con i giochi che, avendo un colore normale troppo scuro,
-- necessitano del testo bianco quando questo è usato come sfondo.
 
t.whitetext = {'blu', 'rubino', 'zaffiro', 'nero', 'nero_2', 'nero2', 'nero 2', 'x', 'osa', 'xd'},
'b', 'ru', 'za', 'n', 'n2'}
 
-- Ndex e nomi dei Pokémon esclusivamente femmina
 
t.femalesonlyFemales = {29, 30, 31, 113, 115, 124, 238, 241, 242, 314, 380, 413, 416,
440, 478, 488, 548, 629, 630, 669, 670, 671, 'blissey', 'chansey',
'cresselia', 'flabébé', 'floette', 'florges', 'froslass', 'happiny',
'miltank', 'nidoqueen', 'nidoran♀', 'nidorina', 'petilil', 'smoochum',
'vespiquen', 'vullaby', 'wormadam'}
 
t.only_females, t.onlyfemales = t.onlyFemales, t.onlyFemales
 
-- Ndex e nomi dei Pokémon che hanno differenze tra i due generi non
-- sufficientemente vistose da avere un mini sprite diverso
 
t.alsoFemales = {3, 12, 19, 20, 25, 41, 42, 44, 45, 64, 65, 84, 85, 97, 111,
112, 118, 119, 123, 129, 130, 154, 165, 166, 172, 178, 185, 186, 190, 194,
195, 198, 202, 203, 207, 208, 212, 214, 215, 217, 221, 224, 229, 232, 256,
257, 267, 269, 272, 274, 275, 307, 308, 315, 316, 317, 322, 323, 332, 350,
369, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 407, 415, 417, 418,
419, 424, 443, 444, 445, 449, 450, 453, 454, 456, 457, 459, 460, 461, 464,
465, 473, 'abomasnow', 'aipom', 'alakazam', 'ambipom', 'beautifly',
'bibarel', 'bidoof', 'blaziken', 'buizel', 'butterfree', 'cacturne',
'camerupt', 'combee', 'combusken', 'croagunk', 'dodrio', 'doduo', 'donphan',
'dustox', 'finneon', 'floatzel', 'gabite', 'garchomp', 'gible', 'girafarig',
'gligar', 'gloom', 'golbat', 'goldeen', 'gulpin', 'gyarados', 'heracross',
'hippopotas', 'hippowdon', 'houndoom', 'hypno', 'kadabra', 'kricketot',
'kricketune', 'ledian', 'ledyba', 'ludicolo', 'lumineon', 'luxio', 'luxray',
'magikarp', 'mamoswine', 'medicham', 'meditite', 'meganium', 'milotic',
'murkrow', 'numel', 'nuzleaf', 'octillery', 'pachirisu', 'pichu', 'pikachu',
'piloswine', 'politoed', 'quagsire', 'raticate', 'rattata', 'relicanth',
'rhydon', 'rhyhorn', 'rhyperior', 'roselia', 'roserade', 'scizor', 'scyther',
'seaking', 'shiftry', 'shinx', 'sneasel', 'snover', 'staraptor', 'staravia',
'starly', 'steelix', 'sudowoodo', 'swalot', 'tangrowth', 'toxicroak',
'ursaring', 'venusaur', 'vileplume', 'weavile', 'wobbuffet', 'wooper', 'xatu',
'zubat'}
 
t.femalesToo, t.also_females, t.alsofemales =
t.alsoFemales, t.alsoFemales, t.alsoFemales
 
-- Sigle in minuscolo dei giochi della serie principale in ordine di
-- pubblicazione: verde è inserito dopo rosso e blu così da non dare
-- problemi nel caso in cui sia inserito nonostante non sia uscito fuori
-- dal Giappone
 
t.gamesChron = {'rb', 'v', 'g', 'oa', 'c', 'rz', 'rfvf', 's', 'dp', 'pt',
'hgss', 'nb', 'n2b2', 'xy', 'roza'}
 
t.gamesOrder = t.gamesChron
 
return t