Jump to content

Module:Adjacent stations/NSW TrainLink

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 13:33, 10 July 2020 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "17px|link=Sydney Trains Sydney Trains", ["system color"] = "000000", ["station f...'). 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 = {
	["lang"] = "en-US",
	["system title"] = "[[File:TfNSW T.png|17px|link=Sydney Trains]] [[Sydney Trains]]",
	["system color"] = "000000",
	["station format"] = {
		["Burwood"] = "Burwood railway station, Sydney",
		["Central"] = "Central railway station, Sydney",
		["City Circle"] = "City Circle",
		["Gordon"] = "Gordon railway station, Sydney",
		["Olympic Park"] = "Olympic Park railway station, Sydney",
		["Richmond"] = "Richmond railway station, Sydney",
		"%1 railway station",
	},
	["lines"] = {
		["Central Coast & Newcastle"] = {
			["title"] = "[[Central Coast & Newcastle Line]]",
			["color"] = "d01f2e",
			["left terminus"] = "Central",
			["right terminus"] = "Newcastle Interchange",
		},
		["Blue Mountains"] = {
			["title"] = "[[Blue Mountains Line]]",
			["color"] = "f4a81c",
			["left terminus"] = "Central",
			["right terminus"] = "Lithgow",
		},
		["North Coast"] = {
			["title"] = "[[North Coast NSW]]",
			["color"] = "df4c1d",
			["left terminus"] = {"Grafton", "Casino", "Brisbane"},
			["right terminus"] = "Sydney",
		},
		["North Western"] = {
			["title"] = "[[North Western NSW]]",
			["color"] = "df4c1d",
			["left terminus"] = {"Moree", "Armidale"},
			["right terminus"] = "Sydney",
		},
		["Western"] = {
			["title"] = "[[Western NSW]]",
			["color"] = "df4c1d",
			["left terminus"] = {"Broken Hill", "Dubbo"},
			["right terminus"] = "Sydney",
		},
	},
}

return p