Jump to content

Module:Adjacent stations/Euskotren Trena

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Santi2222 (talk | contribs) at 22:25, 16 November 2021 (New submodule). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Euskotren Trena]]",
	["system icon"] = "[[File:Euskotren Trena Logo.svg|18px|link=Euskotren Trena]]",
	["station format"] = {
		"%1 station",
		["Matiko"] = "Matiko (Metro Bilbao)",
		["Uribarri"] = "Uribarri (Metro Bilbao)",
		["Zurbaranbarri"] = "Zurbaranbarri (Metro Bilbao)",
		["Txurdinaga"] = "Zurbaranbarri (Metro Bilbao)",
		["Otxarkoaga"] = "Otxarkoaga (Metro Bilbao)",
		["Kukullaga"] = "Kukullaga (Metro Bilbao)",
		["Hendaia"] = "Hendaye station"
	},
	["lines"] = {
		["E1"] = {
			["title"] = "[[Bilbao-San Sebastián line|Line E1]]",
			["color"] = "{{Euskotren Trena color|1}}",
			["left terminus"] = "Matiko",
			["right terminus"] = "Amara"
		},
		["E2"] = {
			["title"] = "[[San Sebastián Metro|Line E2]]",
			["color"] = "{{Euskotren Trena color|2}}",
			["left terminus"] = "Lasarte-Oria",
			["right terminus"] = "Hendaia"
		},
		["E3"] = {
			["title"] = "[[Txorierri line|Line E3]]",
			["color"] = "{{Euskotren Trena color|3}}",
			["left terminus"] = "Lezama",
			["right terminus"] = "Kukullaga"
		},
		["E4"] = {
			["title"] = "[[Urdaibai line|Line E4]]",
			["color"] = "{{Euskotren Trena color|4}}",
			["left terminus"] = "Matiko",
			["right terminus"] = "Bermeo"
		},
		["E5"] = {
			["title"] = "[[San Sebastián Metro|Line E5]]",
			["color"] = "{{Euskotren Trena color|5}}",
			["left terminus"] = "Amara",
			["right terminus"] = "Altza"
		}
	}
}

return p