Jump to content

Module:Adjacent stations/Sydney Trains

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 13:05, 10 July 2020 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "17px|link=Sydney Trains Sydney Trains", ["system color"] = "000000",...'). 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:NSW TrainLink logo.svg|17px|link=Sydney Trains]] [[Sydney Trains]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["T1"] = {
			["title"] = "[[North Shore & Western Line]]",
			["color"] = "f89c1c",
			["left terminus"] = {"Emu Plains", "Richmond"},
			["right terminus"] = "Berowra",
		},
		["T2"] = {
			["title"] = "[[Olympic Park Line]]",
			["color"] = "0097cd",
			["left terminus"] = {"Parramatta", "Leppington"},
			["right terminus"] = "City Circle",
		},
		["T7"] = {
			["title"] = "[[Olympic Park Line]]",
			["color"] = "6e818e",
			["left terminus"] = "Olympic Park",
			["right terminus"] = "Central",
		},
		["T9"] = {
			["title"] = "[[Northern Line (Sydney)|Northern Line]]",
			["color"] = "d21f2f",
			["left terminus"] = "Hornsby",
			["right terminus"] = "Gordon",
		},
	},
}