Module:Adjacent stations/Bern S-Bahn

local p = {
	["system title"] = "[[Bern S-Bahn]]",
	["system icon"] = "[[File:S-Bahn Bern-background.svg|15px|link=Bern S-Bahn]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Bern S-Bahn#Lines|%1]]",
			["text color"] = "FFFFFF",
		},
		["S1"] = {
			["title"] = "[[S1 (Bern S-Bahn)|S1]]",
			["color"] = "4cb848",
			["left terminus"] = "Fribourg/Freiburg",
			["right terminus"] = "Thun",
		},
		["S11"] = {
			["color"] = "4cb848",
			["note-mid"] = "Rush-hour service",
			["left terminus"] = "Bern",
			["right terminus"] = "Thun",	
		},
		["S2"] = {
			["color"] = "00abe5",
			["left terminus"] = "Laupen BE",
			["right terminus"] = "Langnau i.E.",
		},	
		["S21"] = {
			["color"] = "b2ab15",
			["left terminus"] = "Thun",
			["right terminus"] = "Konolfingen",	
		},	
		["S22"] = {
			["color"] = "00abe5",
			["note-mid"] = "Rush-hour service",
			["left terminus"] = "Bern",
			["right terminus"] = "Langnau i.E.",		
		},
		["S3"] = {
			["color"] = "8a6aae",
			["left terminus"] = "Biel/Bienne",
			["right terminus"] = "Belp",
		},
	    ["S31"] = {
			["color"] = "a4a221",
			["left terminus"] = {"Münchenbuchsee", "Biel/Bienne"},
			["right terminus"] = "Belp",	
		},	
		["S35"] = {
			["color"] = "f8a01d",
			["left terminus"] = "Kerzers",
			["right terminus"] = "Lyss",
		},	
		["S36"] = {
			["color"] = "2eaad7",
			["left terminus"] = "Büren an der Aare",
			["right terminus"] = "Lyss",	
		},
		["S4"] = {
			["color"] = "45bfad",
			["left terminus"] = "Thun",
			["right terminus"] = "Langnau i.E.",
		},	
		["S41"] = {
			["color"] = "f8a01d",
			["left terminus"] = "Thun",
			["right terminus"] = "Solothurn",	
		},	
		["S42"] = {
			["color"] = "f05c5b",
			["left terminus"] = "Konolfingen",
			["right terminus"] = "Hasle-Rüegsau",
		},	
		["S43"] = {
			["color"] = "aabdc7",
			["left terminus"] = "Thun",
			["right terminus"] = "Konolfingen",	
		},
		["S44"] = {
			["color"] = "5d5910",
			["left terminus"] = "Thun",
			["right terminus"] = {"Solothurn", "Sumiswald-Grünen"},
		},	
		["S45"] = {
			["color"] = "b2ab15",
			["left terminus"] = "Ramsei",
			["right terminus"] = "Sumiswald-Grünen",
		},	
		["S46"] = {
			["color"] = "5d5910",
			["left terminus"] = "Solothurn",
			["right terminus"] = "Ostermundigen",	
		},
		["S5"] = {
			["color"] = "7f0041",
			["left terminus"] = {"Neuchâtel", "Murten/Morat", "Payerne"},
			["right terminus"] = "Bern",
		},
		["S51"] = {
			["color"] = "99ca3b",
			["left terminus"] = "Bern Brünnen Westside",
			["right terminus"] = "Bern",
		},
		["S52"] = {
			["color"] = "e9ce0e",
			["left terminus"] = "Ins",
			["right terminus"] = "Bern",	
		},
		["S6"] = {
			["color"] = "ea595b",
			["left terminus"] = "Schwarzenburg",
			["right terminus"] = "Bern",
		},
		["S7"] = {
			["color"] = "f58938",
			["left terminus"] = "Bern",
			["right terminus"] = "Worb Dorf",
		},
		["S8"] = {
			["color"] = "231f20",
			["left terminus"] = "Bern",
			["right terminus"] = {"Jegenstorf", "Bätterkinden"}
		},
		["S9"] = {
			["color"] = "ee1d23",
			["left terminus"] = "Bern",
			["right terminus"] = "Unterzollikofen",
		},
	},
	["aliases"] = {
		["1"] = "S1",
		["11"] = "S11",
		["2"] = "S2",
		["21"] = "S21",
		["22"] = "S22",
		["3"] = "S3",
		["31"] = "S31",
		["35"] = "S35",
		["36"] = "S36",	
		["4"] = "S4",
		["41"] = "S41",
		["42"] = "S42",
		["43"] = "S43",
		["44"] = "S44",
		["45"] = "S45",
		["46"] = "S46",
		["5"] = "S5",
		["51"] = "S51",
		["52"] = "S52",
		["6"] = "S6",
		["7"] = "S7",
		["8"] = "S8",
		["9"] = "S9",
	},
}

return p