Module:Adjacent stations/Nuremberg U-Bahn
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Nuremberg U-Bahn.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| U1 | U1 or 1 |
005D9C |
File:Nürnberg U1.svg | |
| U2 | U2 or 2 |
E1001A |
File:Nürnberg U2.svg | |
| U3 | U3 or 3 |
38B5B7 |
File:Nürnberg U3.svg | |
| U11 | U11 or 11 |
F1953F |
File:Nürnberg U11.svg | |
| U21 | U21 or 21 |
FFD400 |
File:Nürnberg U21.svg |
local ubahn = "%1 station (Nuremberg U-Bahn)"
local p = {
["system title"] = "[[Nuremberg U-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Fürth Hbf"] = "Fürth Hauptbahnhof",
["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
["Rathaus"] = ubahn,
["Rennweg"] = "Rennweg station (Nuremberg U-Bahn)",
},
["lines"] = {
["_default"] = {
["title"] = "[[U%1 (Nuremberg U-Bahn)|U%1]]",
["icon"] = "[[File:Nürnberg U%1.svg|x24px|alt=]]",
},
["1"] = {
["short name"] = "U1",
["color"] = "005D9C",
["text color"] = "FFFFFF",
["left terminus"] = "Fürth Hardhöhe",
["right terminus"] = "Langwasser Süd",
},
["2"] = {
["short name"] = "U2",
["color"] = "E1001A",
["text color"] = "FFFFFF",
["left terminus"] = "Röthenbach",
["right terminus"] = "Flughafen",
},
["3"] = {
["short name"] = "U3",
["color"] = "38B5B7",
["text color"] = "FFFFFF",
["left terminus"] = "Großreuth bei Schweinau",
["right terminus"] = "Nordwestring",
},
-- Former services
["11"] = {
["color"] = "F1953F",
["text color"] = "FFFFFF",
["left terminus"] = "Eberhardshof",
["right terminus"] = "Messe",
},
["21"] = {
["color"] = "FFD400",
["text color"] = "FFFFFF",
["left terminus"] = "Röthenbach",
["right terminus"] = "Ziegelstein",
},
},
["aliases"] = {
["u1"] = "1",
["u2"] = "2",
["u3"] = "3",
["u11"] = "11",
["u21"] = "21",
},
}
return p