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 Mackensen (talk | contribs) at 22:38, 17 February 2022 (cleanup). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Munich S-Bahn]]",
	["system icon"] = "[[File:S-Bahn-Logo.svg|20px|link=Munich S-Bahn]]",
	["station format"] = {
		"%1 station",
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Munich)|%1]]",
			["text color"] = "FFFFFF",
		},
		["S1"] = {
			["color"] = "2ac1e9",
			["left terminus"] = "Munich Airport Terminal",
			["right terminus"] = "Leuchtenbergring",
			["icon"] = "[[File:München S1.svg|20px|link=S1 (Munich)]]",
		},
	    ["S2"] = {
	    	["color"] = "41ea34", 
			["left terminus"] = "Dachau",
			["right terminus"] = "Erding",
			["icon"] = "[[File:München S2.svg|20px|link=S2 (Munich)]]",
		},
		["S3"] = {
			["color"] = "580e8a", 
			["left terminus"] = "Mammendorf",
			["right terminus"] = "Holzkirchen",
			["icon"] = "[[File:München S3.svg|20px|link=S3 (Munich)]]",
		},
		["S4"] = {
			["color"] = "e9000b", 
			["left terminus"] = "Geltendorf",
			["right terminus"] = "Ebersberg",
			["icon"] = "[[File:München S4.svg|20px|link=S4 (Munich)]]",
		},
		["S6"] = {
			["color"] = "007106", 
			["left terminus"] = "Tutzing",
			["right terminus"] = "Ebersberg",
			["icon"] = "[[File:München S5.svg|20px|link=S6 (Munich)]]",
		},
		["S7"] = {
			["color"] = "481800", 
			["left terminus"] = "Wolfratshausen",
			["right terminus"] = "Kreuzstraße",
			["icon"] = "[[File:München S7.svg|20px|link=S7 (Munich)]]",
		},
		["S8"] = {
			["color"] = "d2a800", 
			["left terminus"] = "Herrsching",
			["right terminus"] = "Munich Airport Terminal",
			["icon"] = "[[File:München S8.svg|20px|link=S8 (Munich)]]",
		},
		["S20"] = {
			["color"] = "ff2d99", 
			["left terminus"] = "Pasing",
			["right terminus"] = "Höllriegelskreuth",
			["icon"] = "[[File:München S20.svg|20px|link=S20 (Munich)]]",
		},
		["aliases"] = {
			["1"] = "S1",
			["2"] = "S2",
			["3"] = "S3",
			["4"] = "S4",
			["6"] = "S6",
			["7"] = "S7",
			["8"] = "S8",
			["20"] = "S20",
		}
	},
}

return p