Modulo:European and national party data/config: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Added PACE support
 
(9 versioni intermedie di uno stesso utente non sono mostrate)
Riga 56:
EC = 'Q8880', -- European Commission
EP = 'Q8889', -- European Parliament
EUCO = 'Q8886', -- European Council
PACE = 'Q939743' -- Parliamentary Assembly of the Council of Europe
}
 
Riga 90 ⟶ 91:
EC = 'P208', -- executive body
EP = 'P194',
EUCO = 'P208',
PACE = 'P194'
}
 
Riga 137 ⟶ 139:
 
local xlate_t = {
it = { -- translations for PortugueseItalian (ptit)
-- party type
entita_europea = 'european_entity',
Riga 149 ⟶ 151:
colore = 'color',
paese = 'country',
data_fondazione = 'foundation date',
anno_fondazione = 'foundation year',
membri_individuali = 'individual members',
data_membri_individuali = 'individual members date',
anno_membri_individuali = 'individual members year',
etichetta = 'label',
nome_ufficiale = 'official name',
Riga 158 ⟶ 162:
sito_web = 'website',
-- European political parties and alliances
-- yes
ALDE = 'ALDE', -- Alliance of Liberals and Democrats for Europe Party
si = 'yes',
PPCE = 'ECPP', -- European Christian Political Party
 
CRE = 'ECR', -- European Conservatives and Reformists
PDE = 'EDP', -- European Democratic Party
ALE = 'EFA', -- European Free Alliance
PVE = 'EGP', -- European Green Party
SE = 'EL', -- Party of the European Left
ELA = 'ELA', -- European Left Alliance for the People and the Planet
PPE = 'EPP', -- European People's Party
ESN = 'ESN', -- Europe of Sovereign Nations
PATRIOTS = 'PATRIOTS', -- Patriots.eu
PSE = 'PES',
VOLT = 'VOLT', -- Volt Europa
DIEM25 = 'DIEM25', -- Democracy in Movement 2025
PPEU = 'PPEU', -- European Pirate Party
APEU = 'APEU', -- Animal Politics EU
ECA = 'ECA', -- European Communist Action
-- special parameters
Riga 167 ⟶ 186:
NESSUNO = 'NONE',
QUESTOPARTITO = 'THISPARTY',
-- yes
si = 'yes',
-- institutions
Riga 173 ⟶ 195:
PE = 'EP', -- European Parliament; translated from pt language to default (en)
EUCO = 'EUCO',
CAMARA_BASSAAPCE = 'LOWER_HOUSEPACE',
CAMERA_ALTA["CAMERA-BASSA"] = 'UPPER_HOUSELOWER_HOUSE',
["CAMERA-ALTA"] = 'UPPER_HOUSE',
-- extra parameters
Riga 180 ⟶ 203:
circoscrizione = 'constituency',
larghezza = 'width',
per_cento["per-cento"] = 'percent',
barra_colore["colore-barra"] = 'bar-color',
colore_di_sfondo["colore-di-sfondo"] = 'background-color',
bordo = 'border',
numero1 = 'num1',
barra = 'bar',
numero2 = 'num2',
verboso = 'verbose',
},
Riga 189 ⟶ 215:
 
local xlate_param_t = {
it = { -- translations for PortugueseItalian (ptit)
-- extra parameters
reference = 'referenza',
constituency = 'circoscrizione',
width = 'larghezza',
percent = 'per_centoper-cento',
["bar-color"] = 'barra colore-barra',
["background-color"] = 'colore -di -sfondo',
border = 'bordo',
num1 = 'numero1',
bar = 'barra',
num2 = 'numero2',
verbose = 'verboso',
Y = 'A', -- for formatDate year
},
}