Module:Country data/liste : Différence entre versions

De Lagny-sur-Marne Wiki
Aller à : navigation, rechercher
(finlande)
Ligne 10 : Ligne 10 :
 
deu = 'allemagne',
 
deu = 'allemagne',
 
ger = 'allemagne',
 
ger = 'allemagne',
 +
fin = 'finlande',
 +
finlande = 'finlande',
 
fra = 'france',
 
fra = 'france',
 
france = 'france',
 
france = 'france',
Ligne 34 : Ligne 36 :
 
q17 = 'japon',
 
q17 = 'japon',
 
q29 = 'espagne',
 
q29 = 'espagne',
 +
q33 = 'finlande',
 
q38 = 'italie',
 
q38 = 'italie',
 
q145 = 'royaume-uni',
 
q145 = 'royaume-uni',

Version du 28 février 2015 à 18:57

La documentation pour ce module peut être créée à Module:Country data/liste/doc

return {
	allemagne = 'allemagne',
	arm = 'arménie',
	['arménie'] = 'arménie',
	chn = 'chine',
	chine = 'chine',
	esp = 'espagne',
	espagne = 'espagne',
	['états-unis'] = 'états-unis',
	deu = 'allemagne',
	ger = 'allemagne',
	fin = 'finlande',
	finlande = 'finlande',
	fra = 'france',
	france = 'france',
	it = 'italie',
	ita = 'italie',
	italie = 'italie',
	['royaume uni'] = 'royaume-uni',
	['royaume-uni'] = 'royaume-uni',
	taiwan = 'taïwan',
	['taïwan'] = 'taïwan',
	jap = 'japon',
	japon = 'japon',
	prc = 'chine',
	roc = 'taïwan',
	rpc = 'chine',
	twn = 'taïwan',
	['uk'] = 'royaume-uni',
	['us'] = 'états-unis',
	['usa'] = 'états-unis',
	['united kingdom'] = 'royaume-uni',
	['united states'] = 'états-unis',
	
-- éléments wikidata
	q17 = 'japon',
	q29 = 'espagne',
	q33 = 'finlande',
	q38 = 'italie',
	q145 = 'royaume-uni',
	q183 = 'allemagne',
	q30 = 'états-unis',
	q142 = 'france',
	q399 = 'états-unis',
	q148, 'chine',
	q865 = 'taïwan',
}