Jump to content

Module:Adjacent stations/Tramvie Elettriche Bergamasche

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Bergamo-Albino light rail]]",
	["system icon"] = "[[File:Tramvie Elettriche Bergamasche (TEB) logo.png|20px|link=Bergamo-Albino light rail]]",
	["station format"] = {
		"%1 light rail station",
		["Bergamo FS"] = "Bergamo railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 line (Bergamo light rail)]]",
		},
		["T1"] = {
			["color"] = "feec4a",
			["left terminus"] = "Bergamo FS",
			["right terminus"] = "Albino",
		},
	},
	["aliases"] = {
		["t1"] = "T1",
	}
}

return p