Module:Adjacent stations/Munich S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Munich S-Bahn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S1 | S1 or 1 |
19BBE7 |
| |
S2 | S2 or 2 |
78B82C |
| |
S3 | S3 or 3 |
961B81 |
| |
S4 | S4 or 4 |
E30614 |
| |
S5 | S5 or 5 |
00517F |
| |
S6 | S6 or 6 |
00975F |
| |
S7 | S7 or 7 |
943226 |
| |
S8 | S8 or 8 |
F0AB00 |
| |
S20 | S20 or 20 |
EA516D |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local mun = "Munich-%1 station"
local muni = "Munich %1 station"
local p = {
["system title"] = "[[Munich S-Bahn]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|16px|link=Munich S-Bahn]]",
["station format"] = {
"%1 station",
["Aubing"] = mun,
["Berg am Laim"] = mun,
["Dachau Bahnhof"] = "%1",
["Daglfing"] = mun,
["Donnersbergerbrücke"] = muni,
["Englschalking"] = mun,
["Fasanerie"] = mun,
["Fasangarten"] = mun,
["Feldmoching"] = mun,
["Flughafen"] = "Munich Airport Terminal station",
["Giesing"] = mun,
["Grafing Bahnhof"] = "%1",
["Hackerbrücke"] = muni,
["Harras"] = muni,
["Hauptbahnhof"] = "München Hauptbahnhof",
["Heimeranplatz"] = muni,
["Hirschgarten"] = muni,
["Isartor"] = muni,
["Johanneskirchen"] = mun,
["Karlsfeld"] = mun,
["Karlsplatz"] = muni,
["Laim"] = mun,
["Langweid"] = mun,
["Leienfelsstraße"] = muni,
["Leuchtenbergring"] = muni,
["Lochhausen"] = mun,
["Marienplatz"] = muni,
["Mittersendling"] = mun,
["Moosach"] = mun,
["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
["München"] = hbf,
["Neuaubing"] = mun,
["Neuperlach Süd"] = mun,
["Obermenzing"] = mun,
["Ostbahnhof"] = "Munich East station",
["Pasing"] = mun,
["Perlach"] = mun,
["Riem"] = mun,
["Rosenheimer Platz"] = muni,
["Siemenswerke"] = muni,
["Solln"] = mun,
["St.-Martin-Straße"] = muni,
["Trudering"] = mun,
["Untermenzing"] = mun,
["Westkreuz"] = mun,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (Munich)|%1]]",
["text color"] = "FFFFFF",
["icon"] = "[[File:München %1.svg|x16px|link=%1 (Munich)]]",
},
["S1"] = {
["color"] = "19BBE7",
["left terminus"] = {"Freising", "Flughafen"},
["right terminus"] = "Leuchtenbergring",
},
["S2"] = {
["color"] = "78B82C",
["left terminus"] = {"Petershausen", "Altomünster"},
["right terminus"] = "Erding",
},
["S3"] = {
["color"] = "961B81",
["left terminus"] = "Mammendorf",
["right terminus"] = "Holzkirchen",
},
["S4"] = {
["color"] = "E30614",
["left terminus"] = "Geltendorf",
["right terminus"] = "Ebersberg",
},
["S5"] = {
["color"] = "00517F",
["left terminus"] = "Weßling",
["right terminus"] = "Kreuzstraße",
["icon"] = "[[File:München S5 2025.svg|x16px|link=S5 (Munich)]]",
},
["S6"] = {
["color"] = "00975F",
["left terminus"] = "Tutzing",
["right terminus"] = "Ebersberg",
},
["S7"] = {
["color"] = "943226",
["left terminus"] = "Wolfratshausen",
["right terminus"] = "Munich",
},
["S8"] = {
["color"] = "F0AB00",
["left terminus"] = "Herrsching",
["right terminus"] = "Flughafen",
},
["S20"] = {
["color"] = "EA516D",
["left terminus"] = "Geltendorf",
["right terminus"] = "Höllriegelskreuth",
},
["aliases"] = {
["1"] = "S1",
["2"] = "S2",
["3"] = "S3",
["4"] = "S4",
["5"] = "S5",
["6"] = "S6",
["7"] = "S7",
["8"] = "S8",
["20"] = "S20",
},
},
}
return p