Difference between revisions of "Module:Adjacent stations/National Express Germany"
MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
Jump to navigationJump to search (Pywikibot 6.4.0) |
(No difference)
|
Latest revision as of 20:37, 15 July 2021
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[National Express Germany]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Aachen"] = hbf,
["Bochum"] = hbf,
["Dortmund"] = hbf,
["Duisburg"] = hbf,
["Koblenz"] = hbf,
["Krefeld"] = hbf,
["Mülheim (Ruhr)"] = hbf,
["Neuss"] = hbf,
["Oberhausen"] = hbf,
["Witten"] = hbf,
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["48"] = {
["title"] = "[[Rhein-Wupper-Bahn|RB 48]]",
["left terminus"] = "Bonn-Mehlem",
["right terminus"] = "Wuppertal-Oberbarmen",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "E2001A",
["types"] = {
["4"] = {
["title"] = "[[Wupper-Express|RE 4]]",
["left terminus"] = "Aachen",
["right terminus"] = "Dortmund",
},
["5"] = {
["title"] = "[[Rhein-Express|RE 5]]",
["left terminus"] = "Koblenz",
["right terminus"] = "Wesel",
},
["6"] = {
["title"] = "[[Rhein-Weser-Express|RE 6]]",
["left terminus"] = "Cologne/Bonn Airport",
["right terminus"] = "Minden (Westfalen)",
},
["7"] = {
["title"] = "[[Rhein-Münsterland-Express|RE 7]]",
["left terminus"] = "Krefeld",
["right terminus"] = "Rheine",
},
},
},
},
}
return p