Jump to content

Module:Adjacent stations/DB Regio

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:33, 9 January 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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