Module:Adjacent stations/Munich U-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Munich U-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
U1 | U1 or 1 |
52822f |
| |
U2 | U2 or 2 |
c20831 |
| |
U3 | U3 or 3 |
ec6725 |
| |
U4 | U4 or 4 |
00a984 |
| |
U5 | U5 or 5 |
bc7a00 |
| |
U6 | U6 or 6 |
0065ae |
| |
U7 | U7 or 7 |
52822f |
| |
U8 | U8 or 8 |
c20831 |
|
local p = {
["system title"] = "[[Munich U-Bahn]]",
["system icon"] = "[[File:U-Bahn.svg|15px|link=Munich U-Bahn]]",
["station format"] = {
"%1 station",
["Hauptbahnhof"] = "München Hauptbahnhof",
["Universität"] = "Universität station (Munich U-Bahn)"
},
["lines"] = {
["_default"] = {
["title"] = "[[Munich U-Bahn#%1|%1]]",
["text color"] = "FFFFFF",
},
["U1"] = {
["color"] = "52822f",
["left terminus"] = "Olympia-Einkaufszentrum",
["right terminus"] = "Mangfallplatz",
["icon"] = "[[File:München U1.svg|15px|link=Munich U-Bahn]]",
},
["U2"] = {
["color"] = "c20831",
["left terminus"] = "Munich-Feldmoching",
["right terminus"] = "Messestadt Ost",
["icon"] = "[[File:München U2.svg|15px|link=Munich U-Bahn]]",
},
["U3"] = {
["color"] = "ec6725",
["left terminus"] = "Fürstenried West",
["right terminus"] = "Munich-Moosach",
["icon"] = "[[File:München U3.svg|15px|link=Munich U-Bahn]]",
},
["U4"] = {
["color"] = "00a984",
["left terminus"] = "Westendstraße",
["right terminus"] = "Arabellapark",
["icon"] = "[[File:München U4.svg|15px|link=Munich U-Bahn]]",
},
["U5"] = {
["color"] = "bc7a00",
["left terminus"] = "Laimer Platz",
["right terminus"] = "Munich-Neuperlach Süd",
["icon"] = "[[File:München U5.svg|15px|link=Munich U-Bahn]]",
},
["U6"] = {
["color"] = "0065ae",
["left terminus"] = "Klinikum Großhadern",
["right terminus"] = "Garching-Forschungszentrum",
["icon"] = "[[File:München U6.svg|15px|link=Munich U-Bahn]]",
},
["U7"] = {
["color"] = "52822f",
["background color"] = "c20831",
["left terminus"] = "Olympia-Einkaufszentrum",
["right terminus"] = "Neuperlach Zentrum",
["icon"] = "[[File:München U7.svg|15px|link=Munich U-Bahn]]",
},
["U8"] = {
["color"] = "c20831",
["background color"] = "ec6725",
["left terminus"] = "Olympiazentrum",
["right terminus"] = "Neuperlach Zentrum",
["icon"] = "[[File:München U8.svg|15px|link=Munich U-Bahn]]",
},
},
["aliases"] = {
["1"] = "U1",
["2"] = "U2",
["3"] = "U3",
["4"] = "U4",
["5"] = "U5",
["6"] = "U6",
["7"] = "U7",
["8"] = "U8",
},
}
return p