Module:Adjacent stations/Cantus Verkehrsgesellschaft

MyWikiBiz, Author Your Legacy — Friday April 26, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Cantus Verkehrsgesellschaft|Cantus]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Kassel"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["83"] = {
					["title"] = "[[List of railway routes in Hesse|RB 83]]",
					["left terminus"] = "Kassel",
					["right terminus"] = "Göttingen",
				},
				["87"] = {
					["title"] = "[[List of railway routes in Hesse|RB 87]]",
					["left terminus"] = "Bebra",
					["right terminus"] = "Göttingen",
				},
			},
		},
	},
}

return p