« Module:Infobox/Biographie » : différence entre les versions

De Lagny-sur-Marne Wiki
Aller à la navigation Aller à la recherche
0x010D (discussion | contributions)
D'après la suggestion de Judicieux
0x010D (discussion | contributions)
+oeuvres notables
Ligne 21 : Ligne 21 :
person.politicalparty(),
person.politicalparty(),
person.family(),
person.family(),
{type = 'row', label = 'Œuvre', value = 'oeuvre', property = 'P800'},
person.awards(),
person.awards(),
},
},

Version du 29 juillet 2015 à 13:05

local person = require "Module:Infobox/Fonctions/Personne"

return { maincolor = '#eeeeff', parts =

   	{

person.title(), person.mainimage(), {type = 'table',rows = { person.birth(), person.death(), person.othernames(), person.nationality(), {type = 'row', label = 'Langue maternelle', value = 'langue maternelle', property = 'P103'}, person.education(), person.occupation(), {type = 'row', label = 'Organisation', value = 'organisation', property = 'P1268'}, person.employer(), {type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'}, person.politicalparty(), person.family(), {type = 'row', label = 'Œuvre', value = 'oeuvre', property = 'P800'}, person.awards(), }, }, person.officialposition(), person.signature(), } }