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

Added USUL and V *** sovrascritto il testo esistente ***
(Added USUL and V *** sovrascritto il testo esistente ***)
--[[
 
Data module holding some generations-related
Modulo con alcuni dati relativi alle generazioni:
information. The top level indexes are numbers
ogni generazione ha associata una table con indice
corresponding to every generation.
il proprio numero
 
--]]
local gendata = {}
 
-- Latest generation and too many aliases
-- Ultima generazione, con alias per i non anglofoni
 
gendata.latest = 7
gendata.latestGen, gendata.latest_gen = gendata.latest, gendata.latest
 
-- Ordinals, both italian and roman, and regions
--[[
 
Trascrizione in lettera e in numeri romani degli ordinali
delle generazioni e le regioni corrispondenti.
 
--]]
 
gendata[1] = {ext = 'prima', roman = 'I', region = 'kanto'}
gendata[7] = {ext = 'settima', roman = 'VII', region = 'alola'}
 
--[[
-- Sigle dei giochi in minuscolo delle generazioni
 
Lowercase abbreviations of games grouped
by generation: Green is after Red and Blue
in order to avoid crashes while retaining
Red and Blue as first games.
 
--]]
 
gendata[1].games = {'rb', 'v', 'g', 'st'}
gendata[2].games = {'oa', 'c', 'st2'}
gendata[3].games = {'rz', 'rfvf', 's', 'colo', 'xd'}
gendata[5].games = {'nb', 'n2b2'}
gendata[6].games = {'xy', 'roza'}
gendata[7].games = {'sl', 'usul'}
 
return gendata
106 635

contributi