Module:Infobox/Biographie
< Module:Infobox
Révision datée du 6 septembre 2015 à 11:22 par Thierry Caro (discussion)
La documentation pour ce module peut être créée à Module:Infobox/Biographie/doc
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.family(), person.awards(), person.website(), }, }, person.officialposition(), person.works(), person.signature(), } }