Module:Adjacent stations/Nuremberg S-Bahn
Appearance
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"] = {
["1"] = {
["title"] = "[[S1 (Nuremberg)|S1]]",
["short name"] = "S1",
["color"] = "92292e",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S1.png|x24px|alt=]]",
["left terminus"] = "Bamberg",
["right terminus"] = "Hartmannshof",
},
["2"] = {
["title"] = "[[S2 (Nuremberg)|S2]]",
["short name"] = "S2",
["color"] = "4dbd38",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S2.png|x24px|alt=]]",
["left terminus"] = "Roth",
["right terminus"] = "Altdorf (b Nürnberg)",
},
["3"] = {
["title"] = "[[S3 (Nuremberg)|S3]]",
["short name"] = "S3",
["color"] = "f1471d",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S3.png|x24px|alt=]]",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Neumarkt (Oberpfalz)",
},
["4"] = {
["title"] = "[[S4 (Nuremberg)|S4]]",
["short name"] = "S4",
["color"] = "2d3884",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S4.png|x24px|alt=]]",
["left terminus"] = "Dombühl",
["right terminus"] = "Nürnberg Hbf",
},
["5"] = {
["title"] = "[[S5 (Nuremberg)|S5]]",
["short name"] = "S5",
["color"] = "0c7bc1",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S5.png|x24px|alt=]]",
["left terminus"] = "Nürnberg Hbf",
["right terminus"] = "Allersberg (Rothsee)",
},
["6"] = {
["title"] = "[[S6 (Nuremberg)|S6]]",
["short name"] = "S6",
["color"] = "8d9d44",
["text color"] = "FFFFFF",
["icon"] = "[[File:Nürnberg S6.png|x24px|alt=]]",
["left terminus"] = "Neustadt (Aisch)",
["right terminus"] = "Nürnberg Hbf",
},
},
["aliases"] = {
["s1"] = "1",
["s2"] = "2",
["s3"] = "3",
["s4"] = "4",
["s5"] = "5",
["s6"] = "6",
},
}
return p