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

De Lagny-sur-Marne Wiki
Aller à : navigation, rechercher
m (Révocation des modifications de Hercule (retour à la dernière version de Zolo))
 
(5 révisions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
return {
 
return {
name = 'Finlande',
+
item = 'Q142',
item = 'Q33',
+
name = {
 +
default = 'France',
 +
naval = 'Marine nationale française',
 +
},
 +
gender = 'fs',
 +
longname = 'République française',
 +
longgender = 'fs',
 
flag = {
 
flag = {
default = 'Flag of Finland.svg',
+
default = {
naval = 'Naval Ensign of Finland.svg',
+
default = 'Flag of France.svg',
 +
['1830'] = 'Flag of France.svg',
 +
['1815'] = 'Flag of the Kingdom of France (1814-1830).svg',
 +
['1792'] = 'Flag of France.svg',
 +
-- pour les dates précedentes ? Pavillon royal de France.svg n'a pas l'air correct
 
},
 
},
 +
ancient = 'Flag of France (XII-XIII).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',
 +
},
 
adjective = {
 
adjective = {
ms = 'finlandais',
+
ms = 'français',
fs = 'finlandaise',
+
fs = 'française',
mp = 'finlandais',
+
mp = 'français',
fp = 'finlandaises',
+
fp = 'françaises',
 
},
 
},
 
link = {
 
link = {
default = 'Finlande',
+
default = 'France',
 +
naval = 'Marine nationale française',
 
}
 
}
 
}
 
}

Version actuelle datée du 4 mai 2016 à 12:53

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

return {
	item = 'Q142',
	name = {
		default = 'France',
		naval = 'Marine nationale française',
	},
	gender = 'fs',
	longname = 'République française',
	longgender = 'fs',
	flag = {
		default = {
			default = 'Flag of France.svg',
			['1830'] = 'Flag of France.svg',
			['1815'] = 'Flag of the Kingdom of France (1814-1830).svg',
			['1792'] = 'Flag of France.svg',
			-- pour les dates précedentes ? Pavillon royal de France.svg n'a pas l'air correct
		},
		ancient = 'Flag of France (XII-XIII).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',
	},
	adjective = {
		ms = 'français',
		fs = 'française',
		mp = 'français',
		fp = 'françaises',
	},
	link = {
		default = 'France',
		naval = 'Marine nationale française',
		}
}