Module:Adjacent stations/DB Regio
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by DB Regio. Do not use this module; instead, use one of the regional modules:
local d = "%1 station"
if mw.title.new( "%1" .. " Hauptbahnhof", '0' ).exists == true then
d = "[[%1 Hauptbahnhof|%1 Hbf]]"
end
local p = {
["system title"] = "[[DB Regio]]",
["system icon"] = "",
["station format"] = {
d,
},
["lines"] = {
["_default"] = {
["title"] = "",
["color"] = "",
["left terminus"] = "",
["right terminus"] = "",
},
},
}
return p