Moduuli:Fr:Infobox/Luonnonsuojelualue

Wikipediasta
Siirry navigaatioon Siirry hakuun
Saaristomeren kansallispuisto
Sijainti
Pinta-ala
500,0 km2[1], 527,0 km2[2]View and modify data on Wikidata
Hallinto
Tyyppi
Perustettu
, View and modify data on Wikidata
Hallinto
Kartta

  1. http://www.luontoon.fi/saaristomeri/luonto. Tieto on haettu Wikidatasta.
  2. (en) Nationally designated areas (CDDA)View and modify data on Wikidata . 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'),
		area.mainimage(),
		{type = 'table', rows = {
			building.adminlocation(),
			{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 = "Asukasluku", value = "asukasluku", wikidata = {property = 'P1082', showdate = 'true', 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', defaultlink = '-', 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(),
			}
		}
	},
}