Jump to content

Module:Adjacent stations/Basel S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 17:06, 3 June 2019 (Created page with 'local p = { ["system title"] = "Basel Regional S-Bahn", ["system icon"] = "20px|link=Basel Regional S-Bahn", ["statio...'). 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 p = {
	["system title"] = "[[Basel Regional S-Bahn]]",
	["system icon"] = "[[File:Logo Regio S-Bahn Basel.svg|20px|link=Basel Regional S-Bahn]]",
	["station format"] = {
		"%1 railway station",
		["Basel Badischer"] = "[[Basel Badischer Bahnhof|Basel Badischer]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Basel Regional S-Bahn|%1]]",	
		},
		["S1"] = {
			["color"] = "61AA57",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = {"Laufenburg", "Frick"},
		},
		["S3"] = {
			["color"] = "2D68B2",
			["text color"] = "FFFFFF",
			["left terminus"] = "Porrentruy",
			["right terminus"] = "Olten",
		},
		["S5"] = {
			["color"] = "87CEEB",
			["text color"] = "FFFFFF",
			["left terminus"] = "Weil am Rhein",
			["right terminus"] = "Zell im Wiesental",
		},
		["S6"] = {
			["color"] = "DB3832",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Zell im Wiesental",
		},
		["S9"] = {
			["color"] = "5D4194",
			["text color"] = "FFFFFF",
			["left terminus"] = "Sissach",
			["right terminus"] = "Olten",
		},
		["TER"] = {
			["color"] = "f287b7",
			["left terminus"] = "Mulhouse Ville",
			["right terminus"] = "Basel SBB",
		},
		["RB"] = {
			["color"] = "F6CE47",
			["left terminus"] = "Basel Badischer",
			["right terminus"] = "Lauchringen",
		},
		["RE/RB"] = {
			["color"] = "f7941d",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Offenburg",
		},
		["WB"] = {
			["color"] = "CE6CA3",
			["left terminus"] = "Waldenburg",
			["right terminus"] = "Liestal",
		},
	},
}

return p