Moduuli:Fr:Infobox/Phare

Wikipediasta
Tämä on arkistoitu versio sivusta sellaisena, kuin se oli 18. elokuuta 2017 kello 13.03 käyttäjän Zache (keskustelu | muokkaukset) muokkauksen jälkeen. Sivu saattaa erota merkittävästi tuoreimmasta versiosta.
Siirry navigaatioon Siirry hakuun
Bengtskärin majakka
Sijainti
Koordinaatit
Sijainti
Vesistö
Arkkitehtuuri
Valmistunut
View and modify data on Wikidata
Arkkitehti
Korkeus
45,8 m [1]View and modify data on Wikidata
Materiaali
tiili, torni: graniittiView and modify data on Wikidata
Valon korkeus
51,0 mView and modify data on Wikidata
Luokitus
valtakunnallisesti merkittävä rakennettu kulttuuriympäristö (d)View and modify data on Wikidata
Varustus
Valonkanto
18,5 kmView and modify data on Wikidata
Valon ominaisuudet
Fl(3) W 20sView and modify data on Wikidata
Tunnisteet
ARLHS
Amirauté
C4906View and modify data on Wikidata
List of Lights
MarineTraffic
NGA
116-15268View and modify data on Wikidata
Kartta

  1. Seppo Laurell, Valo merellä – Suomen majakat 1753–1906, John Nurmisen Säätiö, (ISBN 978-952-9745-28-9), s. 343View and modify data on Wikidata . Tieto on haettu Wikidatasta.
local building = require "Module:Fr:Infobox/Fonctions/Bâtiment"
local lighthouse = require "Module:Fr:Infobox/Fonctions"

return 
	{
	maincolor = '#A8D2FF',
	parts =
    	{
		lighthouse.title('entete map'),
		lighthouse.mainimage('Article à illustrer Phare', 'Defaut 2.svg'),
		{type = 'table', title = "Sijainti", rows = {
			building.coordinates(),
			building.adminlocation(),
			building.onshoreof(),
			building.protectedarea(),
			},
		},
		{type = 'table', title = "Arkkitehtuuri", rows = {
			building.construction(),
			building.creator(),
			building.dimensions(),
			building.material(),
			{type = 'row', label = 'Korkeus merenpinnasta', value = 'korkeus merenpinnasta', property = 'P2044'},
			{type = 'row', label = 'Valon korkeus', value = 'valonkorkeus', wikidata = {property = 'P2923', targetunit = 'm', conjtype = ' ou ', rounding = '1', numval = '2'} },
			building.protection(),
			},
		},
		{type = 'table', title = "Varustus", rows = {
			{type = 'row', label = 'Valonlähde', value = 'valonlähde'},
			{type = 'row', label = 'Valoteho', value = 'valoteho', property = 'P3041'},
			{type = 'row', label = 'Valonkanto', value = 'valonkanto', wikidata = {property = 'P2929', targetunit = 'km', conjtype = 'comma', rounding = '1', showqualifiers = {'P462'}} },
			{type = 'row', label = 'Valon ominaisuudet', value = 'valon ominaisuudet', property = 'P1030'},
			{type = 'row', label = '[[Radar Racon|Racon]]', value = 'Racon', property = 'P3994'},
			},
		},
		{type = 'table', title = "Tunnisteet", rows = {
			{type = 'row', label = 'ARLHS', value = 'ARLHS', wikidata = {property = "P2980", urlpattern="http://wlol.arlhs.com/lighthouse/$1.html"}},
			{type = 'row', label = '[[Amirauté (Royaume-Uni)|Amirauté]]', value = 'Amirauté', property = 'P3562'},
			{type = 'row', label = 'Dansk Fyrliste', value = 'Dansk Fyrliste', property = 'P4038'},
			{type = 'row', label = '[[Garde côtière canadienne|GCC]]', value = 'GCC', property = 'P3920'},
			{type = 'row', label = 'List of Lights', value = 'List of Lights', wikidata = {property = "P3223", urlpattern="http://listoflights.org/leuchtfeuer/detail?id=$1"}},
			{type = 'row', label = '[[Marina militare]]', value = 'Marina militare', wikidata = {property = "P3863", urlpattern="http://www.marina.difesa.it/cosa-facciamo/fari/Pagine/$1.aspx"}},
			{type = 'row', label = 'MarineTraffic', value = 'MarineTraffic', wikidata = {property = "P3601", urlpattern="http://www.marinetraffic.com/fr/ais/details/lights/$1/"}},
			{type = 'row', label = '[[National Geospatial-Intelligence Agency|NGA]]', value = 'NGA', property = 'P3563'},
			{type = 'row', label = 'Norsk fyrliste', value = 'Norsk fyrliste', property = 'P4055'},
			{type = 'row', label = '[[United States Coast Guard|USCG]]', value = 'USCG', property = 'P3723'},
			{type = 'row', label = 'Vitaskrá', value = 'Vitaskrá', property = 'P3993'},
			},
		},
		building.geoloc({marker = 'lighthouse', default_zoom=14}),
	}
}