Jump to content

Module:Adjacent stations/Valleilijn Stoptrein

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

return p