Jump to content

Module:Adjacent stations/Schaffhausen S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:08, 24 December 2019 (Created page with 'local st = "%1 station" local p = { ["system title"] = "Schaffhausen S-Bahn", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Er...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local st = "%1 station"

local p = {
	["system title"] = "[[Schaffhausen S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Erzingen (Baden)"] = st,
	},
	["lines"] = {
		["760"] = {
			["title"] = "S",
			["shortname"] = "S",
			["color"] = "",
			["left terminus"] = "Schaffhausen",
			["right terminus"] = "Jestetten",
		},
		["763"] = {
			["title"] = "S",
			["shortname"] = "S",
			["color"] = "",
			["left terminus"] = "Erzingen (Baden)",
			["right terminus"] = "Schaffhausen",
		},
	},
}

return p