Module:Adjacent stations/Harzer Schmalspurbahnen: Difference between revisions
imported>Mackensen (←Created page with 'local p = { ["system title"] = "Harzer Schmalspurbahnen", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["Brockenbahn"] = { ["title"] = "Brockenbahn", ["color"] = "18bff3", ["left terminus"] = "Brocken", ["right terminus"] = "Wernigerode", }, ["Harzquerbahn"] = { ["title"] = "Harzquerbahn", ["color"] = "ffc20f", ["left terminus"] = "Nordhausen Nord",...') |
(No difference)
|
Latest revision as of 19:55, 23 July 2021
Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "[[Harzer Schmalspurbahnen]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["Brockenbahn"] = {
["title"] = "[[Brocken Railway|Brockenbahn]]",
["color"] = "18bff3",
["left terminus"] = "Brocken",
["right terminus"] = "Wernigerode",
},
["Harzquerbahn"] = {
["title"] = "[[Harz Railway|Harzquerbahn]]",
["color"] = "ffc20f",
["left terminus"] = "Nordhausen Nord",
["right terminus"] = "Drei Annen Hohne",
},
["Selketalbahn"] = {
["title"] = "[[Selke Valley Railway|Selketalbahn]]",
["color"] = "bcd861",
["left terminus"] = "Eisfelder Talmühle",
["right terminus"] = "Quedlinburg",
},
},
}
return p