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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S1 | S1 or 1 |
92292e |
| |
S2 | S2 or 2 |
4dbd38 |
| |
S3 | S3 or 3 |
f1471d |
| |
S4 | S4 or 4 |
2d3884 |
| |
S5 | S5 or 5 |
0c7bc1 |
| |
S6 | S6 or 6 |
8d9d44 |
|
local p = {
["system title"] = "[[Nuremberg S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Fürth Hbf"] = "Fürth Hauptbahnhof",
["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[S%1 (Nuremberg)|S%1]]",
["icon"] = "[[File:Nürnberg S%1.png|x24px|alt=]]",
},
["1"] = {
["short name"] = "S1",
["color"] = "92292e",
["text color"] = "FFFFFF",
["left terminus"] = "Bamberg",
["right terminus"] = "Hartmannshof",
},
["2"] = {
["short name"] = "S2",
["color"] = "4dbd38",
["text color"] = "FFFFFF",
["left terminus"] = "Roth",
["right terminus"] = "Altdorf (b Nürnberg)",
},
["3"] = {
["short name"] = "S3",
["color"] = "f1471d",
["text color"] = "FFFFFF",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Neumarkt (Oberpfalz)",
},
["4"] = {
["short name"] = "S4",
["color"] = "2d3884",
["text color"] = "FFFFFF",
["left terminus"] = "Dombühl",
["right terminus"] = "Nürnberg Hbf",
},
["5"] = {
["short name"] = "S5",
["color"] = "0c7bc1",
["text color"] = "FFFFFF",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Allersberg (Rothsee)",
},
["6"] = {
["short name"] = "S6",
["color"] = "8d9d44",
["text color"] = "FFFFFF",
["left terminus"] = "Neustadt (Aisch)",
["right terminus"] = "Nürnberg Hbf",
},
},
["aliases"] = {
["s1"] = "1",
["s2"] = "2",
["s3"] = "3",
["s4"] = "4",
["s5"] = "5",
["s6"] = "6",
},
}
return p