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

De Lagny-sur-Marne Wiki
Aller à la navigation Aller à la recherche
0x010D (discussion | contributions)
Aucun résumé des modifications
0x010D (discussion | contributions)
Aucun résumé des modifications
Ligne 23 : Ligne 23 :
person.military(),
person.military(),
person.sport(),
person.sport(),
person.contacts(),
person.appearance(),
person.appearance(),
person.family(),
person.family(),

Version du 9 septembre 2015 à 19:37

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(), person.places(), {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.military(), person.sport(), person.contacts(), person.appearance(), person.family(), person.awards(), person.website(), }, }, person.officialposition(), person.works(), person.signature(), } }