Jump to content

Module:Adjacent stations/Newcastle Light Rail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 09:46, 3 July 2022 (Created page with 'local newcastle = "Newcastle Light Rail#%1" local p = { ["system title"] = "Newcastle Light Rail", ["system icon"] = "16px|alt=", ["system color"] = "e4022d", ["station format"] = { "%1 railway station", ["Crown Street"] = newcastle, ["Honeysuckle"] = newcastle, ["Newcastle Interchange"] = "Newcastle Interchange", ["Newcastle Beach"] = newcastle, }, ["lines"] = { ["_default"] = { ["left terminus"] = "Newcastle...'). 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 newcastle = "Newcastle Light Rail#%1"

local p = {
	["system title"] = "[[Newcastle Light Rail]]",
	["system icon"] = "[[File:TfNSW L.svg|16px|alt=]]",
	["system color"] = "e4022d",
	["station format"] = {
		"%1 railway station",
		["Crown Street"] = newcastle,
		["Honeysuckle"] = newcastle,
		["Newcastle Interchange"] = "Newcastle Interchange",
		["Newcastle Beach"] = newcastle,
	},
	["lines"] = {
		["_default"] = {
			["left terminus"] = "Newcastle Interchange",
			["right terminus"] = "Newcastle Beach",
		},
	},
}

return p