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

De Lagny-sur-Marne Wiki
Aller à : navigation, rechercher
(Annulation des modifications 112292520 de Zolo (d))
Ligne 3 : Ligne 3 :
 
item = 'Q142',
 
item = 'Q142',
 
flag = {
 
flag = {
default = 'Flag of France.svg',
+
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',
 
ancient = 'Flag of France (XII-XIII).svg',
 
modern = 'Flag of France (XIV-XVI).svg',
 
modern = 'Flag of France (XIV-XVI).svg',
Ligne 9 : Ligne 15 :
 
free = 'Flag of Free France 1940-1944.svg',
 
free = 'Flag of Free France 1940-1944.svg',
 
naval = 'Civil and Naval Ensign of France.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 = 'français',

Version du 10 mars 2015 à 07:54

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

return {
	name = 'France',
	item = 'Q142',
	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 (France)',
		}
}