Moduuli:Fr:Infobox/Järvi

Wikipediasta
Siirry navigaatioon Siirry hakuun
Littoistenjärvi

Littoistenjärvi

Sijainti
Pinta-ala
1,5 km2[1]View and modify data on Wikidata
Hallinto
Nimi alkuperäiskielellä
LittoistenjärviView and modify data on Wikidata
Tyyppi
Järvi, järvi tai lampi (d)View and modify data on Wikidata
Kartta



  1. Littoistenjärvi (82V043.1.001) (viitattu ). Tieto on haettu Wikidatasta.
local building = require "Module:Fr:Infobox/Fonctions/Bâtiment"
local area = require "Module:Fr:Infobox/Fonctions"
local wd = require "Module:Fr:Wikidata"
local localdata = require "Module:Fr:Infobox/Localdata" 

return 
	{
	parts =
    	{
		area.title('entete map', {}, 'Alkuperäinen nimi'),
		area.mainimage(),
		{type = 'table', rows = {
			building.adminlocation(),
			building.islandlocation(),
			building.geographiclocation(),
			building.onshoreof(),
			building.protectedarea(),
			{type = 'row', label = "Lähin kaupunki", value = "lähin_kaupunki"},
			{type = 'row', label = "Pinta-ala", value = {'ala', 'pinta-ala'}, wikidata = {property = 'P2046', targetunit = 'sqkm', rounding = '1', showsource=true} },
			{type = 'row', label = "Laji", plurallabel = "Lajit", value = "lajit", wikidata = {property = 'P1990', numval = '5', showsource=true}},
			},
		},
		{type = 'table', title = 'Hallinto', rows = {
			{type = 'row', label = "Nimi alkuperäiskielellä", value = "alkuperäinen nimi", wikidata = {property = 'P1705', showlang = false}},
			{type = 'row', label = "Tyyppi", value = "tyyppi", wikidata = {property = 'P31', excludevalues = 'Q473972', defaultlinkquery = {property = {'P2354', 'P137'}}}},
			{type = 'row', label = "Perustettu", value = "perustettu", property = 'P571', showsource=true},
			building.opening(),
			{type = 'row', label = "Luokitus", value = "luokitus", wikidata = {property = 'P1435', excludevalues = 'Q9259', showdate = 'true', textformat = 'minimum', sorttype = 'chronological', showsource=true}},
			building.visitors(),
			{type = 'row', label = "Hallinto", value = "hallinto", property = 'P137'},
--			{type = 'row', label = "Info", value = "info", wikidata = {property = 'P2872', numval = '5'}},
			},
		},
--		building.unesco(),
		building.geoloc({pointtype = 'aire protégée', maptype = 'relief', marker = 'park', default_zoom = 8}),
		{type = 'table',  rows = {
--			building.coordinates(),
			}
		}
	},
}