Moduuli:Fr:Infobox/henkilöpohja
Siirry navigaatioon
Siirry hakuun
[ muokkaa ]
Esikatsellaksesi muutoksia lisää kenttään Esikatsele sivua tätä mallinetta käyttäen sivu Wikiprojekti:Wikidata/tietolaatikot. |
- ↑ a b Encyclopædia Britannica. Tieto on haettu Wikidatasta.
- ↑ Highgaten hautausmaa. Tieto on haettu Wikidatasta.
- ↑ Ranskan kansalliskirjasto (BNF [1]). Tieto on haettu Wikidatasta.
- ↑ Who's who, A & C Black (ISSN 0083-937X, verkkoversio). Tieto on haettu Wikidatasta.
- ↑ (fr) Ranskan kansalliskirjasto, BnF catalogue général, Pariisi, Ranskan kansalliskirjasto. Tieto on haettu Wikidatasta.
- ↑ (de) Saksan kansalliskirjasto, Gemeinsame Normdatei. Tieto on haettu Wikidatasta.
- ↑ Czech National Authority Database. Tieto on haettu Wikidatasta.
- ↑ 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()
}
}