Jump to content

Module:Adjacent stations/Keolis Nederland

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Keolis Nederland]]",
	["system icon"] = "",
	["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"
			
		},
	},
}

return p