Module:Adjacent stations/Nuremberg S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Nuremberg S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S1 or 1 |
92292ef |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S2 or 2 |
4dbd38f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S3 or 3 |
f1471df |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S4 or 4 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S5 or 5 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S6 or 6 |
|
|
local p = {
["system title"] = "[[Nuremberg S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
},
["_default"] = {
["title"] = "[[Nuremberg S-Bahn#Current lines|S%1]]",
["short title"] = "S%1",
},
["lines"] = {
["1"] = {
["color"] = "92292ef",
["left terminus"] = "Bamberg",
["right terminus"] = "Hartmannshof",
},
["2"] = {
["color"] = "4dbd38f",
["left terminus"] = "Roth",
["right terminus"] = "Altdorf",
},
["3"] = {
["color"] = "f1471df",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Hartmannshof",
},
["4"] = {
["color"] = "2d3884f",
["left terminus"] = "Dombühl",
["right terminus"] = "Nürnberg Hbf",
},
["5"] = {
["color"] = "0c7bc1f",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Allersberg (Rothsee)",
},
},
["aliases"] = {
["s1"] = "1",
["s2"] = "2",
["s3"] = "3",
["s4"] = "11",
["s5"] = "21",
},
}
return p