Module:Adjacent stations/DB Regio

From blackwiki
< Module:Adjacent stations
Revision as of 13:32, 9 January 2020 by blackwiki>Mackensen (experimenting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"] = {
		[""] = {
			["title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p