Jump to content

Module:Adjacent stations/Kassel RegioTram

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 22:19, 14 July 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Kassel RegioTram]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Kassel"] = "[[%1 Hauptbahnhof|%1 Hbf]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Kassel_RegioTram#Services|%1]]",
			["color"] = "00519E",
			["text color"] = "FFFFFF"
		},
		["1"] = {
			["short name"] = "RT1",
			["left terminus"] = "Hofgeismar-Hümme",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["4"] = {
			["short name"] = "RT4",
			["left terminus"] = "Wolfhagen",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["5"] = {
			["short name"] = "RT5",
			["left terminus"] = "Melsungen",
			["right terminus"] = "Kassel Auestadion"
		}
	}
}

return p