Jump to content

Module:Adjacent stations/Munich S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 22:52, 23 May 2021 (Created page with 'local p = { ["system title"] = "", ["system icon"] = "60px|link=S-Bahn München", ["station format"] = { "%1 station", ["München Hbf"]...'). 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"] = "",
	["system icon"] = "[[File: münchen|60px|link=S-Bahn München]]",
	["station format"] = {
		"%1 station",
		["München Hbf"] = "München Hauptbahnhof",
	},
	["lines"] = {
		["S"] = {
			["title"] = "",
			["types"] = {
				["1"] = {
			    ["color"] = "2ac1e9",
					["title"] = "[[S-Bahn München|S 1]]",
					["left terminus"] = "Munich Airport Terminal",
					["right terminus"] = "Leuchtenbergring",
				},
			    ["2"] = {
			    ["color"] = "41ea34", 
					["title"] = "[[S-Bahn München|S 2]]",
					["left terminus"] = "Dachau",
					["right terminus"] = "Erding",
				},
			},
		},
	},
}

return p