Module:Infobox/Écrivain
Kumonana na yandi
Documentation for this module may be created at Module:Infobox/Écrivain/doc
local person = require "Module:Infobox/Fonctions/Personne"
local wikidata = require "Module:Wikidata"
return
{
maincolor = '#7090E0',
parts =
{
person.title('auteur'),
person.mainimage(),
{type = 'table', rows = {
person.othernames(),
person.birth(),
person.death(),
person.placeofburial(),
person.nationality(),
person.education(),
person.occupation(),
person.family(),
},
},
{type = 'table', title = 'Auteur', rows = {
person.nativelanguage(),
person.movement(),
{type = 'row', label = '[[Genre littéraire|Genres]]', value = 'genre', property = 'P136'},
{type = 'row', label = 'Adjectifs dérivés', value = 'adjectifs dérivés'},
},
},
person.works(),
{type = 'table', title = 'Compléments', rows = {
{type = 'row', value = 'complément'},
},
},
person.signature(),
},
}