Moduuli:Fr:Infobox/henkilöpohja

Wikipediasta
Siirry navigaatioon Siirry hakuun
Douglas Adams

Douglas Adamsin muotokuva

Elämä
Syntynyt
Kuollut
Hautapaikka
Syntymänimi
Douglas Noël AdamsView and modify data on Wikidata
Salanimi
David AgnewView and modify data on Wikidata
Kansalaisuus
Ammatit
Perhe
Isä
Christopher Douglas Adams [8]View and modify data on Wikidata
Äiti
Janet Adams [8]View and modify data on Wikidata
Sisarukset
Susan Adams [8]View and modify data on Wikidata
Puoliso
Jane Belson () [8]View and modify data on Wikidata
Lapsi
Polly Jane Rocket Adams [8]View and modify data on Wikidata
Muita tietoja
Verkkosivusto
Palkinnot

  1. a b Encyclopædia BritannicaView and modify data on Wikidata . Tieto on haettu Wikidatasta.
  2. Highgaten hautausmaaView and modify data on Wikidata . Tieto on haettu Wikidatasta.
  3. Ranskan kansalliskirjasto (BnF FRBNF12381002)View and modify data on Wikidata . Tieto on haettu Wikidatasta.
  4. Who's who, A & C Black (ISSN 0083-937X, verkkoversio)View and modify data on Wikidata . Tieto on haettu Wikidatasta.
  5. (fr) Ranskan kansalliskirjasto, BnF catalogue général, Pariisi, Ranskan kansalliskirjastoView and modify data on Wikidata . Tieto on haettu Wikidatasta.
  6. (de) Saksan kansalliskirjasto, GND-tunnisteView and modify data on Wikidata . Tieto on haettu Wikidatasta.
  7. Czech National Authority DatabaseView and modify data on Wikidata . Tieto on haettu Wikidatasta.
  8. a b c d e (en) Douglas Adams, NNDB (viitattu ). Tieto on haettu Wikidatasta.
local infobox = require "Module:Fr:Infobox/Fonctions"
local wikidata = require "Module:Fr:Interface Wikidata".fromLua
local localdata = require "Module:Fr:Infobox/Localdata"
local person = require "Module:Fr:Infobox/Fonctions/Personne"


return {
	parts = {
		infobox.title(),
		infobox.mainimage(),
--		person.officialposition(),
--		person.nobilitytitle(),
		{
			type = 'table',title='Elämä',rows = {
				person.birth(),
				{type = 'row', label = 'Asuinpaikka', value= 'asuinpaikka'}, -- Tarkistettava
				person.death(),
				person.placeofburial(),
				person.floruit(), -- Aktiivisena
				person.othernames(),
--				{type = 'row', label = 'Aikakausi', value = 'aikakausi', property = 'P2348',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				person.nationality(), -- Ei toimi, vaatii Wikidata-kirjastojen päivittämisen
				{type = 'row', label = 'Kansalaisuus', plurallabel = 'Kansalaisuudet', value = 'kansalaisuus', property = 'P27', removedupes = true, showdate = true, conjtype = 'comma', linktopic = '-'},
--				{type = 'row', label = 'Alamaisuus', plurallabel = 'Alamaisuudet', value = 'alamaisuus', property = 'P945',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				person.places(),
--				person.education(),
				person.occupation(),
--				person.slavery(),
				{type = 'row', label = 'Virkatiedot', value= 'virkatiedot'}, -- Tarkistettava
			}
		},
		{type = 'table',title='Perhe',rows = 
			{
				{type = 'row', label = 'Siviilisääty', value= 'siviilisääty'}, -- Tarkistettava
				person.family(),				
			}
		},
		{type = 'table',title='Muita tietoja',rows = 
			{
--				{type = 'row', label = 'Organisaatio', plurallabel = 'Organisaatiot', value = 'organisaatio', property = 'P1268',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				person.employer(),
--				{type = 'row', label = 'Professuuri', plurallabel = 'Professuurit', value = 'professuuri', property = 'P803',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				{type = 'row', label = 'Työala', plurallabel = 'Työala', value = 'työala', property = 'P101',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				{type = 'row', label = 'Omistaa', value = 'omistaa', property = 'P1830',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
				person.religion(), -- Vaatii kääntämisen loppuun
--				person.politicalparty(),
--				person.memberof(),
--				person.military(),
--				{
--					type = 'row',
--					label = 'Yksikkö',
--					plurallabel = 'yksiköt',
--					wikidata = {property = 'P598', sorttype= 'chronological', showdate = true, precision = 'year',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				},				
--				person.movement(),
--				person.appearance(),
--				person.sport(),
--				{type = 'row', label = 'Arvoaste', plurallabel = 'arvoasteet', value= 'grade', property = 'P468',sourceproperty = 'P123,P248,P854',withsource = 'any', showgroupedsource=true},
--				person.music(),
--				person.contacts(),
--				{type = 'row', label = 'Ratsu', plurallabel= 'Ratsut', value= 'ratsu', property = 'P3091'},
--				{type = 'row', label = 'Lajityyppi', plurallabel= 'Lajityypit', value= 'lajityyppi', property = 'P136'},
--				person.influencedby(),
--				person.victims(),
--				person.penalties(),
				person.website(),
				person.awards(), -- Pitää testata erikseen
--				person.filmography(),
--				person.discography()				
			}
		},
--		person.honorifictitle(),
--		person.voice(),
--		person.blason(),
--		person.sceau(),
--		person.monogram(),
--		person.flag(),
--		person.logo(),
--		person.works(), -- Ei toimi, vaatii wikidatakirjaston päivittämisen
--		person.signature(),
--		person.plaque(),
--		person.tombe()
	}
}