Jump to content

Module:Adjacent stations/Syntus Stoptrein

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 21:06, 14 June 2022 (Created page with 'local p = { ["system title"] = "Syntus", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"] = "Stoptrein %1" }, ["31200"] = { ["color"] = "C20116", ["left terminus"] = "", ["right terminus"] = "", }, }, } 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|Syntus]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dutch railway services|Stoptrein %1]]"
		},
		["31200"] = {
			["color"] = "C20116",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p