La documentation pour ce module peut être créée à Module:Infobox/Atis/doc

local person = require "Module:Infobox/Fonctions/Personne"
local wikidata = require "Module:Wikidata"
return {
	maincolor = '#7DA7D9',
	parts = {
		
		person.title('artiste'),
		person.mainimage('Atik pou ilistre Atis'),
		{type = 'table',  rows = {
			person.birth(),
			person.death(),
			person.placeofburial(),
			person.floruit(),
			person.othernames(),
			person.nationality(),
			--- arrangemement pour le paramètre "autres activités" (obsolète ?)
			function ( localdata )
				if localdata['lòt aktivite'] then
					return 	{type = 'row', label = 'Aktivite', value = 'aktivite'}
				else
					return person.occupation()
				end
			end,
			{type = 'row', label = 'lòt aktivite', value = 'lòt aktivite'},
			----
			person.education(),
			person.contacts(),
			{type = 'row', label = 'Lye travay', singularlabel = 'Lye travay', plurallabel = 'Lye travay', value = 'lye travay', wikidata = {property = 'P937', showdate = true, sorttype = 'chronological', conjtype = 'comma'}
			},
			person.movement(),
			person.patron(),
			person.influencedby(),
			person.influenced(),
			person.family(),
			person.awards(),
			person.archivesat(),
			person.website(),
		}},
	
		person.works({withlink = 'htwiki'}),
		{type = 'table', title = 'Konpleman', rows = {
			{type = 'row', value = 'konpleman'},
		}},
	
		person.signature(),
		person.tombe(),
	}
}