Jump to content

Module:Adjacent stations/Keolis Nederland

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Parwa104 (talk | contribs) at 22:08, 19 December 2023. 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]]",
	["system icon"] = "[[File:Keolis_Nederland_logo.jpg|18px|link=Keolis Nederland]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dutch railway services|%1]]",
			["color"] = "009CDE"
		},
		["Sprinter 7900"] = {
			["left terminus"] = "Zwolle",
			["right terminus"] = "Enschede"
		},
		["Sprinter 8500"] = {
			["left terminus"] = "Kampen",
			["right terminus"] = "Zwolle"
		},
		["Intercity 17900"] = {
			["left terminus"] = "Zwolle",
			["right terminus"] = "Enschede"
			
		},
	},
	["aliases"] = {
		["sprinter 7900"] = "Stoptrein 7900"
	}
}

return p