Module:Adjacent stations/Nuremberg S-Bahn
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by Nuremberg S-Bahn.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| S1 | S1 or 1 |
92292e |
S1 | |
| S2 | S2 or 2 |
4dbd38 |
S2 | |
| S3 | S3 or 3 |
f1471d |
S3 | |
| S4 | S4 or 4 |
2d3884 |
S4 | |
| S5 | S5 or 5 |
0c7bc1 |
S5 | |
| S6 | S6 or 6 |
8d9d44 |
S6 |
local nur = "Nürnberg-%1 station"
local p = {
["system title"] = "[[Nuremberg S-Bahn]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
["system icon format"] = "route",
["station format"] = {
"%1 station",
["Dürrenhof"] = nur,
["Dutzendteich"] = nur,
["Eibach"] = nur,
["Frankenstadion"] = "Nürnberg Frankenstadion station",
["Fürth Hbf"] = "Fürth Hauptbahnhof",
["Gleißhammer"] = nur,
["Laufamholz"] = nur,
["Mögeldorf"] = nur,
["Nordost"] = "Nürnberg Nordost station",
["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
["Ostring"] = nur,
["Rehhof"] = nur,
["Reichelsdorf"] = nur,
["Rothenburgerstraße"] = "Nürnberg Rothenburgerstraße station",
["Sandreuth"] = nur,
["Schweinau"] = nur,
["Stein"] = nur,
["Steinbühl"] = nur,
},
["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"] = "Neumarkt (Oberpfalz)",
},
["2"] = {
["short name"] = "S2",
["color"] = "4dbd38",
["text color"] = "FFFFFF",
["left terminus"] = "Roth",
["right terminus"] = "Hartmannshof",
},
["3"] = {
["short name"] = "S3",
["color"] = "f1471d",
["text color"] = "FFFFFF",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Altdorf",
},
["4"] = {
["short name"] = "S4",
["color"] = "2d3884",
["text color"] = "FFFFFF",
["left terminus"] = "Crailsheim",
["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