Jump to content

Module:Adjacent stations/Bern S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gateshebe (talk | contribs) at 12:57, 7 September 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Bern S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Bern S-Bahn#Lines|S1]]",
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "4cb848",
			["left terminus"] = "Fribourg",
			["right terminus"] = "Thun",
		},
		["2"] = {
			["title"] = "[[Bern S-Bahn#Lines|S2]]",
			["short name"] = "S2",
			["text color"] = "FFFFFF",
			["color"] = "00abe5",
			["left terminus"] = "Laupen BE",
			["right terminus"] = "Langnau",
		},
		["3"] = {
			["title"] = "[[Bern S-Bahn#Lines|S3]]",
			["short name"] = "S3",
			["text color"] = "FFFFFF",
			["color"] = "8a6aae",
			["left terminus"] = "Biel/Bienne",
			["right terminus"] = "Belp",
		},
		["4"] = {
			["title"] = "[[Bern S-Bahn#Lines|S4]]",
			["short name"] = "S4",
			["text color"] = "FFFFFF",
			["color"] = "45bfad",
			["left terminus"] = "Thun",
			["right terminus"] = "Langnau",
		},
		["5"] = {
			["title"] = "[[Bern S-Bahn#Lines|S5]]",
			["short name"] = "S5",
			["text color"] = "FFFFFF",
			["color"] = "7f0041",
			["left terminus"] = {"Neuchâtel", "Payerne"},
			["right terminus"] = "Bern",
		},
		["6"] = {
			["title"] = "[[Bern S-Bahn#Lines|S6]]",
			["short name"] = "S6",
			["text color"] = "FFFFFF",
			["color"] = "ea595b",
			["left terminus"] = "Schwarzenburg",
			["right terminus"] = "Bern",
		},
		["7"] = {
			["title"] = "[[Bern S-Bahn#Lines|S7]]",
			["short name"] = "S7",
			["text color"] = "FFFFFF",
			["color"] = "f58938",
			["left terminus"] = "Bern",
			["right terminus"] = "Worb Dorf",
		},
		["8"] = {
			["title"] = "[[Bern S-Bahn#Lines|S8]]",
			["short name"] = "S8",
			["text color"] = "FFFFFF",
			["color"] = "231f20",
			["left terminus"] = "Bern",
			["right terminus"] = "Jegenstorf",
		},
		["9"] = {
			["title"] = "[[Bern S-Bahn#Lines|S9]]",
			["short name"] = "S9",
			["text color"] = "FFFFFF",
			["color"] = "ee1d23",
			["left terminus"] = "Bern",
			["right terminus"] = "Unterzollikofen",
		},
	    ["31"] = {
			["title"] = "[[Bern S-Bahn#Lines|S31]]",
			["short name"] = "S31",
			["text color"] = "FFFFFF",
			["color"] = "a4a221",
			["left terminus"] = "Biel/Bienne",
			["right terminus"] = "Belp",
		},
		["44"] = {
			["title"] = "[[Bern S-Bahn#Lines|S44]]",
			["short name"] = "S44",
			["text color"] = "FFFFFF",
			["color"] = "5d5910",
			["left terminus"] = "Thun",
			["right terminus"] = {"Solothurn", "Sumiswald-Grünen"},
		},
		["51"] = {
			["title"] = "[[Bern S-Bahn#Lines|S51]]",
			["short name"] = "S51",
			["text color"] = "FFFFFF",
			["color"] = "99ca3b",
			["left terminus"] = "Bern Brünnen Westside",
			["right terminus"] = "Bern",
		},
		["52"] = {
			["title"] = "[[Bern S-Bahn#Lines|S52]]",
			["short name"] = "S52",
			["text color"] = "FFFFFF",
			["color"] = "e9ce0e",
			["left terminus"] = "Ins",
			["right terminus"] = "Bern",
		},
	},
}

return p