Module:Adjacent stations/Westfrankenbahn

< Module:Adjacent stations
Revision as of 18:23, 1 November 2022 by imported>Frietjes
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local RB = "00519E"
local RE = "E2001A"
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Westfrankenbahn]]",
	["station format"] = {
		"%1 station",
		["Heilbronn"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Westfrankenbahn#Lines|%1]]"
		},
		["RB 83"] = {
			["color"] = RB,
			["left terminus"] = "Heilbronn",
			["right terminus"] = "Schwäbisch Hall-Hessental"
		},
		["RE 80"] = {
			["color"] = RE,
			["left terminus"] = "Heilbronn",
			["right terminus"] = "Crailsheim"
		}
	}
}

return p