Module:Adjacent stations/DB Regio
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Adjacent stations/DB Regio/doc
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"] = {
["test"] = {
["title"] = "Test",
["color"] = "",
["left terminus"] = "",
["right terminus"] = "",
},
},
}
return p