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"] = "bf8aaf",
			["left terminus"] = "Beit She'an",
			["right terminus"] = "Atlit",
		},
		["Beersheba–Dimona"] = {
			["color"] = "a57c4e",
			["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"] = "ed2128",
			["left terminus"] = "Herzliya",
			["right terminus"] = "Ashkelon",
		},
		["Herzliya–Jerusalem"] = {
			["color"] = "f0adc9",
			["left terminus"] = "Herzliya",
			["right terminus"] = "Jerusalem–Yitzhak Navon",
		},
		["Karmiel–Beersheba"] = {
			["color"] = "f0a041",
			["left terminus"] = "Karmiel",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Karmiel–Haifa"] = {
			["color"] = "8e2842",
			["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"] = "67aa77",
			["left terminus"] = "Nahariya",
			["right terminus"] = "Be'er Sheva Center",
		},
		["Nahariya–Modi'in"] = {
			["color"] = "cdda52",
			["left terminus"] = "Nahariya",
			["right terminus"] = "Modi'in Central",
		},
		["Netanya–Beit Shemesh"] = {
			["color"] = "4eadd9",
			["left terminus"] = "Netanya",
			["right terminus"] = "Beit Shemesh",
		},
	},
}

return p