Jump to content

Module:Adjacent stations/Utrechtse sneltram

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 20:42, 11 December 2022 (Created page with 'local p = { ["system title"] = "Utrechtse sneltram", ["system icon"] = "", ["station format"] = { "%", }, ["lines"] = { ["_default"] = { ["title"] = "Tram %1", ["left destination"] = "P+R Science Park", ["text color"] = "FFFFFF", ["color"] = "FFA500", ["icon format"] = "route", }, ["20"] = { ["right destination"] = "Nieuwegein-Zuid", }, ["21"] = { ["right destination"] = "IJsselstein-Zuid", }, ["22"] = { ["ri...'). 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"] = "[[Utrechtse sneltram]]",
	["system icon"] = "",
	["station format"] = {
		"%",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "Tram %1",
			["left destination"] = "P+R Science Park",
			["text color"] = "FFFFFF",
			["color"] = "FFA500",
			["icon format"] = "route",
		},
		["20"] = {
			["right destination"] = "Nieuwegein-Zuid",
		},
		["21"] = {
			["right destination"] = "IJsselstein-Zuid",
		},
		["22"] = {
			["right destination"] = "Utrecht CS Centrumzijde",
		},
	},
}

return p