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 21:44, 14 July 2022 (Created page with 'local p = { ["system title"] = "Kassel RegioTram", ["station format"] = { "%1 station", ["Kassel"] = "%1 Hbf" }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "00519E", ["text color"] = "FFFFFF" }, ["1"] = { ["left terminus"] = "Hofgeismar-Hümme", ["right terminus"] = "Kassel Hollandische Straße" }, ["4"] = { ["left terminus"] = "Wolfhagen", ["right...'). 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 p = {
	["system title"] = "[[Kassel RegioTram]]",
	["station format"] = {
		"%1 station",
		["Kassel"] = "[[%1 Hauptbahnhof|%1 Hbf]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Kassel_RegioTram#Services|%1]]",
			["color"] = "00519E",
			["text color"] = "FFFFFF"
		},
		["1"] = {
			["left terminus"] = "Hofgeismar-Hümme",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["4"] = {
			["left terminus"] = "Wolfhagen",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["5"] = {
			["left terminus"] = "Melsungen",
			["right terminus"] = "Kassel Auestadion"
		}
	}
}

return p