Module:Adjacent stations/Bilbao tram

local p = {
	["system title"] = "[[Euskotren Tranbia]]",
	["system icon"] = "[[File:Euskotren Tranbia Logo.svg|18px|link=Euskotren Tranbia]]",
	["station format"] = {
		"Bilbao tram", --the individual stops are unlikely to be relevant enough to deserve their own articles
		["San Mamés"] = "Santimami/San Mamés station",
		["Abando"] = "Bilbao-Abando railway station",
		["Atxuri"] = "Bilbao-Atxuri station",
		["Bolueta"] = "Bolueta (Bilbao metro)"
	},
	["lines"] = {
		["TR"] = {
			["title"] = "[[Bilbao tram]]",
			["color"] = "0FAA50",
			["icon"] = "[[File:Euskotren Tranbia Logo.svg|x16px|alt=]]",
			["left terminus"] = "La Casilla",
			["right terminus"] = "Bolueta"
		}
	}
}

return p