Jump to content

Module:Adjacent stations/Kurhessenbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 12:39, 28 April 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Kurhessenbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Kassel"] = hbf, ["Korbach"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%1", }, ["RB 4"] = { ["color"] = "00519E", ["left terminus"] = "Korbach", ["right terminus"] = "Kassel-Wilhelmshöhe", }, ["RB 38"] = { ["color"] = "005...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Kurhessenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Kassel"] = hbf,
		["Korbach"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Hesse|%1]]",
		},
		["RB 4"] = {
			["color"] = "00519E",
			["left terminus"] = "Korbach",
			["right terminus"] = "Kassel-Wilhelmshöhe",
		},
		["RB 38"] = {
			["color"] = "00519E",
			["left terminus"] = "Schwalmstadt-Treysa",
			["right terminus"] = "Kassel",
		},
		["RB 39"] = {
			["color"] = "00519E",
			["left terminus"] = "Bad Wildungen",
			["right terminus"] = "Kassel",
		},
		["RB 94"] = {
			["color"] = "00519E",
			["left terminus"] = "Erndtebrück",
			["right terminus"] = "Marburg",
		},
		["RB 97"] = {
			["color"] = "00519E",
			["left terminus"] = "Brilon Stadt",
			["right terminus"] = "Marburg",
		},
		["RE 97"] = {
			["color"] = "E2001A",
			["left terminus"] = "Brilon Stadt",
			["right terminus"] = "Marburg",
		},
	},
}

return p