Changes

MyWikiBiz, Author Your Legacy — Monday September 08, 2025
Jump to navigationJump to search
Pywikibot 6.4.0
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
["system title"] = "[[Cologne S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bonn"] = hbf,
["Düsseldorf"] = hbf,
},
["lines"] = {
["11"] = {
["title"] = "[[S11 (Rhine-Ruhr S-Bahn)|S11]]",
["color"] = "EF7C00",
["left terminus"] = "Bergisch Gladbach",
["right terminus"] = "Düsseldorf Airport Terminal",
},
["12"] = {
["title"] = "[[S12 (Rhine-Ruhr S-Bahn)|S12]]",
["color"] = "61AF20",
["left terminus"] = "Horrem",
["right terminus"] = "Au (Sieg)",
},
["19"] = {
["title"] = "[[S19 (Rhine-Ruhr S-Bahn)|S19]]",
["color"] = "00A6EB",
["left terminus"] = "Düren",
["right terminus"] = "Au (Sieg)",
},
["23"] = {
["title"] = "[[S23 (Rhine-Ruhr S-Bahn)|S23]]",
["color"] = "8B3C59",
["left terminus"] = "Euskirchen",
["right terminus"] = "Bonn",
},
},
}

return p

Navigation menu