Module:Adjacent stations/Albtal-Verkehrs-Gesellschaft

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rw = "%1 railway station"

local p = {
	["system title"] = "[[Albtal-Verkehrs-Gesellschaft]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Karlsruhe"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RB 79"] = {
			["title"] = "[[List of regional railway routes in Baden-Württemberg#Regional services|RB 79]]",
			["color"] = "999999",
			["left terminus"] = "Neckarbischofsheim Nord",
			["right terminus"] = "Hüffenhardt",
		},
	},
}

return p