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

De Lagny-sur-Marne Wiki
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
return {
 
return {
name = 'France',
+
name = 'Finlande',
item = 'Q142',
+
item = 'Q33',
 
flag = {
 
flag = {
default = 'Flag of France.svg',
+
default = 'Flag of Finland.svg',
ancient = 'Flag of France (XII-XIII).svg',
+
naval = 'Naval Ensign of Finland.svg',
modern = 'Flag of France (XIV-XVI).svg',
 
libre = 'Flag of Free France 1940-1944.svg',
 
free = 'Flag of Free France 1940-1944.svg',
 
naval = 'Civil and Naval Ensign of France.svg',
 
['1830'] = 'Flag of France.svg',
 
['1815'] = 'Flag of the Kingdom of France (1814-1830).svg',
 
['1792'] = 'Flag of France.svg',
 
-- quoi exactement pour les dates précedentes ? Pavillon royal de France.svg n'a pas l'air correct
 
 
},
 
},
 
adjective = {
 
adjective = {
ms = 'français',
+
ms = 'finlandais',
fs = 'française',
+
fs = 'finlandaise',
mp = 'français',
+
mp = 'finlandais',
fp = 'françaises',
+
fp = 'finlandaises',
 
},
 
},
 
link = {
 
link = {
default = 'France',
+
default = 'Finlande',
naval = 'Marine nationale (France)',
 
 
}
 
}
 
}
 
}

Version du 28 février 2015 à 18:55

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

return {
	name = 'Finlande',
	item = 'Q33',
	flag = {
		default = 'Flag of Finland.svg',
		naval = 'Naval Ensign of Finland.svg',
		},
	adjective = {
		ms = 'finlandais',
		fs = 'finlandaise',
		mp = 'finlandais',
		fp = 'finlandaises',
	},
	link = {
		default = 'Finlande',
		}
}