Jump to content

Module:Adjacent stations/Keolis Nederland

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

local p = {
	["system title"] = "[[Keolis Nederland]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dutch railway services|%1]]"
		},
		["Stoptrein 7900"] = {
			["color"] = "F7CC48",
			["left terminus"] = "Zwolle",
			["right terminus"] = "Enschede"
		},
	},
	["aliases"] = {
		["sprinter 7900"] = "Stoptrein 7900"
	}
}

return p