Jump to content

Module:Adjacent stations/Sydney Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fleet Lists (talk | contribs) at 05:36, 14 July 2020 (Created page with 'local sydney = "%1 railway station, Sydney" local p = { ["lang"] = "en-US", ["system title"] = "17px|link=Sydney Metro Sydney Metro",...'). 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 sydney = "%1 railway station, Sydney"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:TfNSW T.png|17px|link=Sydney Metro]] [[Sydney Metro]]",
	["system color"] = "000000",
	["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color:#04959e; padding: 0.5em 0 0.5em 0;",
	["station format"] = {
		["Epping"] = sydney,
				"%1 railway station",
	},
	["lines"] = {
		["M"] = {
			["title"] = "[[File:TfNSW T1.svg|15px|link=Metro North West Line]] [[Metro North Line]]",
			["color"] = "04959e",
			["left terminus"] = {"Tallawong"},
			["right terminus"] = "Chatswood",
		},
		},
}

return p