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

De Lagny-sur-Marne Wiki
Aller à la navigation Aller à la recherche
0x010D (discussion | contributions)
m add function children()
0x010D (discussion | contributions)
il faut vérifier qu'une fonction existe avant de l'utiliser
Ligne 21 : Ligne 21 :
{type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'},
{type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'},
person.politicalparty(),
person.politicalparty(),
person.father(),
person.family(),
person.mother(),
person.spouse(),
person.children(),
person.awards(),
person.awards(),
},
},

Version du 24 juillet 2015 à 08:25

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

return { maincolor = '#cce6ff', parts =

   	{

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