Moduuli:Fr:Infobox/henkilö
Siirry navigaatioon
Siirry hakuun
Tarja Halonen
Suomen tasavallan presidentti | |
---|---|
– | |
Suomen ulkoministeri | |
– | |
Puheenjohtaja Romaniasiain neuvottelukunta | |
– | |
Euroopan neuvoston parlamentaarisen edustajakokouksen edustaja (en) | |
– | |
Suomen oikeusministeri | |
– | |
Puheenjohtaja Seta | |
– | |
Suomen kansanedustaja | |
– | |
Syntynyt | |
---|---|
Syntymänimi |
Tarja Kaarina Halonen |
Ammatti | |
Puoliso |
Pentti Arajärvi ( – ) [3] |
Lapsi |
[ muokkaa ]
Esikatsellaksesi muutoksia lisää kenttään Esikatsele sivua tätä mallinetta käyttäen sivu Wikiprojekti:Wikidata/tietolaatikot. |
- ↑ https://www.eduskunta.fi/FI/kansanedustajat/Sivut/122.aspx. Tieto on haettu Wikidatasta.
- ↑ Edustajamatrikkeli, Eduskunta. Tieto on haettu Wikidatasta.
- ↑ a b Biografiskt lexikon för Finland, Svenska litteratursällskapet i Finland (verkkoversio). 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(),
person.death(),
person.placeofburial(),
person.floruit(),
person.othernames(),
{type = 'row', label = 'Aikakausi', value = 'aikakausi', wikidata = { property = 'P2348',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
-- person.nationality(), -- Ei toimi, vaatii Wikidata-kirjastojen päivittämisen
{type = 'row', label = 'Kansalaisuus', plurallabel = 'Kansalaisuudet', value = 'kansalaisuus', wikidata= {property = 'P27', removedupes = true, showdate = true, conjtype = 'comma', linktopic = '-', sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
{type = 'row', label = 'Alamaisuus', plurallabel = 'Alamaisuudet', value = 'alamaisuus', wikidata = {property = 'P945',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
person.places(),
person.education(),
person.occupation(),
person.family(),
person.slavery(),
}
},
{type = 'table',title='Muita tietoja',rows =
{
{type = 'row', label = 'Organisaatio', plurallabel = 'Organisaatiot', value = 'organisaatio', wikidata = {property = 'P1268',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
person.employer(),
{type = 'row', label = 'Professuuri', plurallabel = 'Professuurit', value = 'professuuri', wikidata={property = 'P803',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
{type = 'row', label = 'Työala', plurallabel = 'Työala', value = 'työala', wikidata={property = 'P101',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
{type = 'row', label = 'Omistaa', value = 'omistaa', wikidata={property = 'P1830',sourceproperty = 'P123,P248,P854,P9324',withsource = 'any', showgroupedsource=true, defaultlink='-'}},
-- 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,P9324',withsource = 'any', showgroupedsource=true},
},
person.movement(),
-- person.appearance(),
person.sport(),
{type = 'row', label = 'Arvoaste', plurallabel = 'arvoasteet', value= 'grade', property = 'P468',sourceproperty = 'P123,P248,P854,P9324',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()
}
}