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 ZH8000 (talk | contribs) at 01:55, 1 September 2019 (default inline parameter). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Basel trinational S-Bahn]]",
	["system icon"] = "[[File:Logo trireno black.svg|20px|link=Basel trinational S-Bahn]]",
	["station format"] = {
		"%1 railway station",
		["Basel Badischer"] = "[[Basel Badischer Bahnhof|Basel Bad Bf]]",
		["Weil am Rhein"] = "%1 station",
		["Zell (Wiesental)"] = "%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Basel trinational S-Bahn|S-Bahn]]",
			["text color"] = "FFFFFF",
["left terminus"] = "Basel SBB",

["inline"] = 'route',
 		},
                ["1"] = {
			["title"] = "[[Basel trinational S-Bahn|S 1]]",
			["short name"] = "S 1",
			["color"] = "7CC178",
			["right terminus"] = {"Laufenburg", "Frick"},
		},
		["3"] = {
			["title"] = "[[Basel trinational S-Bahn|S 3]]",
			["short name"] = "S 3",
			["color"] = "6A94BF",
			["left terminus"] = "Porrentruy",
			["right terminus"] = "Olten",
		},
		["5"] = {
			["title"] = "[[Basel trinational S-Bahn|S 5]]",
			["short name"] = "S 5",
			["color"] = "7CC5DC",
			["left terminus"] = "Weil am Rhein",
			["right terminus"] = "Zell (Wiesental)",
		},
		["6"] = {
			["title"] = "[[Basel trinational S-Bahn|S 6]]",
			["short name"] = "S 6",
			["color"] = "C85448",
			["right terminus"] = "Zell (Wiesental)",
		},
		["9"] = {
			["title"] = "[[Basel trinational S-Bahn|S 9]]",
			["short name"] = "S 9",
			["color"] = "967CAB",
			["left terminus"] = "Sissach",
			["right terminus"] = "Olten",
		},
		["TER"] = {
			["title"] = "[[Basel trinational S-Bahn|TER]]",
			["color"] = "E987AE",
            		["right terminus"] = "Mulhouse Ville",
		},
		["RB"] = {
			["title"] = "[[Basel trinational S-Bahn|RB]]",
			["color"] = "DCCC61",
                        ["text color"] = "000000",
["left terminus"] = "Basel Bad Bf",

["right terminus"] = "Lauchringen",
		},
		["RE/RB"] = {
			["title"] = "[[Basel trinational S-Bahn|RE/RB]]",
			["color"] = "ED965B",
			["right terminus"] = "Offenburg",
		},
		["WB"] = {
			["title"] = "[[Basel trinational S-Bahn|WB]]",
			["color"] = "CE6CA3",
           		["left terminus"] = "Waldenburg",
			["right terminus"] = "Liestal",
		},
	},
}

return p