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:11, 3 June 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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"] = {
			["color"] = "000000",	
			["title"] = "[[Basel Regional S-Bahn|S %1]]",	
		},
		["1"] = {
			["color"] = "61AA57",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = {"Laufenburg", "Frick"},
		},
		["3"] = {
			["color"] = "2D68B2",
			["text color"] = "FFFFFF",
			["left terminus"] = "Porrentruy",
			["right terminus"] = "Olten",
		},
		["5"] = {
			["color"] = "87CEEB",
			["text color"] = "FFFFFF",
			["left terminus"] = "Weil am Rhein",
			["right terminus"] = "Zell im Wiesental",
		},
		["6"] = {
			["color"] = "DB3832",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Zell im Wiesental",
		},
		["9"] = {
			["color"] = "5D4194",
			["text color"] = "FFFFFF",
			["left terminus"] = "Sissach",
			["right terminus"] = "Olten",
		},
		["TER"] = {
			["title"] = "[[Basel Regional S-Bahn|TER]]",
			["color"] = "f287b7",
			["left terminus"] = "Mulhouse Ville",
			["right terminus"] = "Basel SBB",
		},
		["RB"] = {
			["title"] = "[[Basel Regional S-Bahn|RB]]",
			["color"] = "F6CE47",
			["left terminus"] = "Basel Badischer",
			["right terminus"] = "Lauchringen",
		},
		["RE/RB"] = {
			["title"] = "[[Basel Regional S-Bahn|RE/RB]]",
			["color"] = "f7941d",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Offenburg",
		},
		["WB"] = {
			["title"] = "[[Basel Regional S-Bahn|WB]]",
			["color"] = "CE6CA3",
			["left terminus"] = "Waldenburg",
			["right terminus"] = "Liestal",
		},
	},
}

return p