Module:Infobox/Biographie : Différence entre versions
(je pense qu'on peut présenter les oeuvres comme dans Modèle:Infobox Artiste pour la cohérence d'ensemble ?) |
|||
Ligne 17 : | Ligne 17 : | ||
person.occupation(), | person.occupation(), | ||
{type = 'row', label = 'Organisation', value = 'organisation', property = 'P1268'}, | {type = 'row', label = 'Organisation', value = 'organisation', property = 'P1268'}, | ||
+ | {type = 'row', label = 'Sport', value = 'sport', property = 'P641'}, | ||
person.employer(), | person.employer(), | ||
{type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'}, | {type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'}, |
Version du 31 août 2015 à 04:30
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(), {type = 'row', label = 'Langue maternelle', value = 'langue maternelle', property = 'P103'}, person.education(), person.occupation(), {type = 'row', label = 'Organisation', value = 'organisation', property = 'P1268'}, {type = 'row', label = 'Sport', value = 'sport', property = 'P641'}, person.employer(), {type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'}, person.politicalparty(), person.family(), person.awards(), person.website(), }, }, person.officialposition(), person.works(), person.signature(), } }