Module:Infobox/Biographie

De Lagny-sur-Marne Wiki
< Module:Infobox
Révision datée du 6 août 2015 à 17:18 par Simon Villeneuve (discussion) (+site officiel)
Aller à : navigation, rechercher

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'},
				person.employer(),
				{type = 'row', label = 'Domaine', value = 'domaine', property = 'P101'},
				person.politicalparty(),
				person.family(),
				{type = 'row', label = 'Œuvre', value = 'oeuvre', property = 'P800'},
				person.awards(),
				{type = 'row', label = 'Site officiel', value = 'site officiel', property = 'P856'},
				},
			},
			person.officialposition(),
			person.signature(),
		}
	}