Jump to content

Module:Adjacent stations/Schaffhausen S-Bahn

From Wikipedia, the free encyclopedia

local st = "%1 station"

local p = {
	["system title"] = "[[Schaffhausen S-Bahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 railway station",
		["Beringen Bad Bf"] = "Beringen Badischer Bahnhof",
		["Bietingen"] = st,
		["Erzingen (Baden)"] = st,
		["Gottmadingen"] = st,
		["Neuhausen Bad Bf"] = "Neuhausen Badischer Bahnhof",
		["Singen (Hohentwiel)"] = st,
	},
	["lines"] = {
		["S62"] = {
			["title"] = "[[Schaffhausen S-Bahn#Lines|S62]]",
			["color"] = "929b59",
			["text color"] = "FFFFFF",
			["left terminus"] = "Schaffhausen",
			["right terminus"] = "Singen (Hohentwiel)",
		},
		["S65"] = {
			["title"] = "[[Schaffhausen S-Bahn#Lines|S65]]",
			["color"] = "6ab560",
			["text color"] = "FFFFFF",
			["left terminus"] = "Schaffhausen",
			["right terminus"] = "Jestetten",
		},
		["S64"] = {
			["title"] = "[[Schaffhausen S-Bahn#Lines|S64]]",
			["color"] = "ab5e83",
			["text color"] = "FFFFFF",
			["left terminus"] = "Erzingen (Baden)",
			["right terminus"] = "Schaffhausen",
		},
	},
	["aliases"] = {
		["rhyhas"] = "S62",
		["763"] = "S64",
		["760"] = "S65",
	}
}

return p