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:38, 19 October 2022 (Created page with 'local p = { ["system title"] = "Keolis Nederland", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"] = "Sprinter %1" }, ["Sprinter 7900"] = { ["color"] = "F7CC48", ["left terminus"] = "Zwolle", ["right terminus"] = "Enschede" }, }, } return p'). 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"] = "[[Keolis Nederland]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dutch railway services|Sprinter %1]]"
		},
		["Sprinter 7900"] = {
			["color"] = "F7CC48",
			["left terminus"] = "Zwolle",
			["right terminus"] = "Enschede"
		},
	},
}

return p