Module:Adjacent stations/Munich U-Bahn

local p = {

["system title"] = "Munich U-Bahn",

["system icon"] = "File:U-Bahn.svg",

["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; line-height: 110%; color: #000000; background-color: #FFFFFF;",

["station format"] = {

"%1 station",

["Feldmoching"] = "Munich-Feldmoching station",

["Giesing"] = "Munich-Giesing station",

["Harras"] = "München Harras station",

["Hauptbahnhof"] = "München Hauptbahnhof",

["Heimeranplatz"] = "Munich Heimeranplatz station",

["Karlsplatz"] = "Munich Karlsplatz station",

["Marienplatz"] = "Munich Marienplatz station",

["Moosach"] = "Munich-Moosach station",

["Neuperlach Süd"] = "Munich-Neuperlach Süd station",

["Ostbahnhof"] = "Munich East station",

["Trudering"] = "Munich-Trudering station",

["Universität"] = "Universität station (Munich U-Bahn)",

},

["lines"] = {

["_default"] = {

["title"] = "%1",

["text color"] = "FFFFFF",

["icon"] = "File:München %1.svg",

},

["U1"] = {

["color"] = "52822f",

["left terminus"] = "Olympia-Einkaufszentrum",

["right terminus"] = "Mangfallplatz",

},

["U2"] = {

["color"] = "c20831",

["left terminus"] = "Feldmoching",

["right terminus"] = "Messestadt Ost",

},

["U3"] = {

["color"] = "ec6725",

["left terminus"] = "Fürstenried West",

["right terminus"] = "Moosach",

},

["U4"] = {

["color"] = "00a984",

["left terminus"] = "Westendstraße",

["right terminus"] = "Arabellapark",

},

["U5"] = {

["color"] = "bc7a00",

["left terminus"] = "Laimer Platz",

["right terminus"] = "Neuperlach Süd",

},

["U6"] = {

["color"] = "0065ae",

["left terminus"] = "Klinikum Großhadern",

["right terminus"] = "Garching-Forschungszentrum",

},

["U7"] = {

["color"] = "52822f",

["background color"] = "c20831",

["left terminus"] = "Olympia-Einkaufszentrum",

["right terminus"] = "Neuperlach Zentrum",

},

["U8"] = {

["color"] = "c20831",

["background color"] = "ec6725",

["left terminus"] = "Olympiazentrum",

["right terminus"] = "Neuperlach Zentrum",

},

},

["aliases"] = {

["1"] = "U1",

["2"] = "U2",

["3"] = "U3",

["4"] = "U4",

["5"] = "U5",

["6"] = "U6",

["7"] = "U7",

["8"] = "U8",

},

}

return p