Module:Adjacent stations/Israel Railways

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Israel Railways]]",
	["system icon"] = "[[File:IsraelTrainLogoSymbolOnly.svg|15px|link=Israel Railways]]",
	["station format"] = {
		"%1 railway station",
	},
	-- colors derived from https://www.rail.co.il/en/pages/stationsnlines.aspx
	["lines"] = {
		["_default"] = {
			["title"] = "%1",	
		},
		["Ashkelon–Beersheba"] = {
			["color"] = "c6a1cb",
			["left terminus"] = "Ashkelon",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Beit She'an–Atlit"] = {
			["color"] = "be85ad",
			["left terminus"] = "Beit She'an",
			["right terminus"] = "Atlit",
		},
		["Beersheba–Dimona"] = {
			["color"] = "a87b4f",
			["left terminus"] = "Be'er Sheva North",
			["right terminus"] = "Dimona",
		},
		["Binyamina–Beersheba"] = {
			["color"] = "1d1e4d",
			["left terminus"] = "Binyamina",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Herzliya–Ashkelon"] = {
			["color"] = "f01f28",
			["left terminus"] = "Herzliya",
			["right terminus"] = "Ashkelon",
		},
		["Herzliya–Jerusalem"] = {
			["color"] = "efacca",
			["left terminus"] = "Herzliya",
			["right terminus"] = "Jerusalem–Yitzhak Navon",
		},
		["Karmiel–Beersheba"] = {
			["color"] = "f2a03f",
			["left terminus"] = "Karmiel",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Karmiel–Haifa"] = {
			["color"] = "8c2843",
			["left terminus"] = "Karmiel",
			["right terminus"] = "Haifa Hof HaCarmel",
		},
		["Jerusalem–Modi'in"] = {
			["color"] = "b16f7f",
			["left terminus"] = "Jerusalem–Yitzhak Navon",
			["right terminus"] = "Modi'in Central",
		},
		["Nahariya–Beersheba"] = {
			["color"] = "329950",
			["left terminus"] = "Nahariya",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Nahariya–Modi'in"] = {
			["color"] = "cdd951",
			["left terminus"] = "Nahariya",
			["right terminus"] = "Modi'in Central",
		},
		["Netanya–Beit Shemesh"] = {
			["color"] = "45a8d9",
			["left terminus"] = "Netanya",
			["right terminus"] = "Beit Shemesh",
		},
		["Netanya–Rehovot"] = {
			["color"] = "7092be",
			["left terminus"] = "Netanya",
			["right terminus"] = "Rehovot",
		},
		["Lod–HaRishonim"] = {
			["color"] = "673190",
			["left terminus"] = "Lod",
			["right terminus"] = "Rishon LeZion–HaRishonim",
		},
		["Binyamina–Jerusalem"] = {
			["color"] = "1ca49d",
			["left terminus"] = "Binyamina",
			["right terminus"] = "Jerusalem–Yitzhak Navon",
		},
	},
}

return p