Difference between revisions of "Module:Adjacent stations/Basel S-Bahn"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(termini don't inherit that way, unfortunately)
blackwiki>ZH8000
m (no space)
Line 11: Line 11:
 
["1"] = {
 
["1"] = {
 
["title"] = "[[Basel trinational S-Bahn|S 1]]",
 
["title"] = "[[Basel trinational S-Bahn|S 1]]",
["short name"] = "S 1",
+
["short name"] = "S1",
 
["color"] = "7CC178",
 
["color"] = "7CC178",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
Line 19: Line 19:
 
["3"] = {
 
["3"] = {
 
["title"] = "[[Basel trinational S-Bahn|S 3]]",
 
["title"] = "[[Basel trinational S-Bahn|S 3]]",
["short name"] = "S 3",
+
["short name"] = "S3",
 
["color"] = "6A94BF",
 
["color"] = "6A94BF",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
Line 27: Line 27:
 
["5"] = {
 
["5"] = {
 
["title"] = "[[Basel trinational S-Bahn|S 5]]",
 
["title"] = "[[Basel trinational S-Bahn|S 5]]",
["short name"] = "S 5",
+
["short name"] = "S5",
 
["color"] = "7CC5DC",
 
["color"] = "7CC5DC",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
Line 35: Line 35:
 
["6"] = {
 
["6"] = {
 
["title"] = "[[Basel trinational S-Bahn|S 6]]",
 
["title"] = "[[Basel trinational S-Bahn|S 6]]",
["short name"] = "S 6",
+
["short name"] = "S6",
 
["color"] = "C85448",
 
["color"] = "C85448",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",
Line 43: Line 43:
 
["9"] = {
 
["9"] = {
 
["title"] = "[[Basel trinational S-Bahn|S 9]]",
 
["title"] = "[[Basel trinational S-Bahn|S 9]]",
["short name"] = "S 9",
+
["short name"] = "S9",
 
["color"] = "967CAB",
 
["color"] = "967CAB",
 
["text color"] = "FFFFFF",
 
["text color"] = "FFFFFF",

Revision as of 02:43, 1 September 2019

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"] = {
		["1"] = {
			["title"] = "[[Basel trinational S-Bahn|S 1]]",
			["short name"] = "S1",
			["color"] = "7CC178",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = {"Laufenburg", "Frick"},
		},
		["3"] = {
			["title"] = "[[Basel trinational S-Bahn|S 3]]",
			["short name"] = "S3",
			["color"] = "6A94BF",
			["text color"] = "FFFFFF",
			["left terminus"] = "Porrentruy",
			["right terminus"] = "Olten",
		},
		["5"] = {
			["title"] = "[[Basel trinational S-Bahn|S 5]]",
			["short name"] = "S5",
			["color"] = "7CC5DC",
			["text color"] = "FFFFFF",
			["left terminus"] = "Weil am Rhein",
			["right terminus"] = "Zell (Wiesental)",
		},
		["6"] = {
			["title"] = "[[Basel trinational S-Bahn|S 6]]",
			["short name"] = "S6",
			["color"] = "C85448",
			["text color"] = "FFFFFF",
			["left terminus"] = "Basel SBB",
			["right terminus"] = "Zell (Wiesental)",
		},
		["9"] = {
			["title"] = "[[Basel trinational S-Bahn|S 9]]",
			["short name"] = "S9",
			["color"] = "967CAB",
			["text color"] = "FFFFFF",
			["left terminus"] = "Sissach",
			["right terminus"] = "Olten",
		},
		["TER"] = {
			["title"] = "[[Basel trinational S-Bahn|TER]]",
["color"] = "E987AE",

                        ["text color"] = "FFFFFF",

            		["left terminus"] = "Mulhouse Ville",

["right terminus"] = "Basel SBB",
		},
		["RB"] = {
			["title"] = "[[Basel trinational S-Bahn|RB]]",
			["color"] = "DCCC61",
			["left terminus"] = "Basel Bad Bf",
			["right terminus"] = "Lauchringen",
		},
		["RE/RB"] = {
			["title"] = "[[Basel trinational S-Bahn|RE/RB]]",
["color"] = "ED965B",

                        ["text color"] = "FFFFFF",

["left terminus"] = "Basel SBB",
			["right terminus"] = "Offenburg",
		},
		["WB"] = {
			["title"] = "[[Basel trinational S-Bahn|WB]]",
["color"] = "CE6CA3",

                        ["text color"] = "FFFFFF",

           		["left terminus"] = "Waldenburg",

["right terminus"] = "Liestal",
		},
	},
}

return p