Jump to content

Module:Adjacent stations/Lucerne S-Bahn

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:28, 31 August 2019 (Created page with 'local p = { ["system title"] = "Lucerne S-Bahn", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["1"] = { ["...'). 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"] = "[[Lucerne S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 1]]",
			["short name"] = "S 1",
			["text color"] = "FFFFFF",
			["color"] = "00ac4f",
			["left terminus"] = "Sursee",
			["right terminus"] = "Baar",
		},
		["3"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 3]]",
			["short name"] = "S 3",
			["text color"] = "FFFFFF",
			["color"] = "f5821f",
			["left terminus"] = "Luzern",
			["right terminus"] = "Brunnen",
		},
		["4"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 4]]",
			["short name"] = "S 4",
			["text color"] = "FFFFFF",
			["color"] = "a62b48",
			["left terminus"] = "Wolfenschiessen",
			["right terminus"] = "Lucerne",
		},
		["5"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 5]]",
			["short name"] = "S 5",
			["text color"] = "FFFFFF",
			["color"] = "ee3897",
			["left terminus"] = "Giswil",
			["right terminus"] = "Lucerne",
		},
		["6"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 6]]",
			["short name"] = "S 6",
			["text color"] = "FFFFFF",
			["color"] = "0066b3",
			["left terminus"] = {"Langenthal", "Langnau"},
			["right terminus"] = "Lucerne",
		},
		["7"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 7]]",
			["short name"] = "S 7",
			["text color"] = "FFFFFF",
			["color"] = "79b6e4",
			["left terminus"] = "Langenthal",
			["right terminus"] = "Lucerne",
		},
		["8"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 8]]",
			["short name"] = "S 8",
			["text color"] = "FFFFFF",
			["color"] = "e6a922",
			["left terminus"] = "Olten",
			["right terminus"] = "Sursee",
		},
		["9"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 9]]",
			["short name"] = "S 9",
			["text color"] = "FFFFFF",
			["color"] = "a6ce39",
			["left terminus"] = "Lenzburg",
			["right terminus"] = "Lucerne",
		},
		["26"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 26]]",
			["short name"] = "S 26",
			["text color"] = "FFFFFF",
			["color"] = "c89d28",
			["left terminus"] = "Aarau",
			["right terminus"] = "Rotkreuz",
		},
		["31"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 31]]",
			["short name"] = "S 31",
			["text color"] = "000000",
			["color"] = "ffc80b",
			["left terminus"] = "Arth-Goldau",
			["right terminus"] = "Biberbrugg",
		},
		["32"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 32]]",
			["short name"] = "S 32",
			["text color"] = "FFFFFF",
			["color"] = "952d58",
			["left terminus"] = "Rotkreuz",
			["right terminus"] = "Arth-Goldau",
		},
		["44"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 44]]",
			["short name"] = "S 44",
			["text color"] = "FFFFFF",
			["color"] = "ca626c",
			["left terminus"] = "Stans",
			["right terminus"] = "Lucerne",
		},
		["55"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 55]]",
			["short name"] = "S 55",
			["text color"] = "FFFFFF",
			["color"] = "f287b7",
			["left terminus"] = "Sachseln",
			["right terminus"] = "Lucerne",
		},
		["61"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 61]]",
			["short name"] = "S 61",
			["text color"] = "FFFFFF",
			["color"] = "8781bd",
			["left terminus"] = "Schachen LU",
			["right terminus"] = "Lucerne",
		},
		["99"] = {
			["title"] = "[[Lucerne S-Bahn#Lines|S 99]]",
			["short name"] = "S 99",
			["text color"] = "FFFFFF",
			["color"] = "9aad5e",
			["left terminus"] = "Hochdorf",
			["right terminus"] = "Lucerne",
		},
	},
}

return p