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 06:03, 14 July 2020 (M symbol). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local sydney = "%1 railway station, Sydney"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:TfNSW M.svg|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 M.svg|15px|link=Metro North West Line]] [[Metro North West Line]]",
			["color"] = "04959e",
			["left terminus"] = {"Tallawong"},
			["right terminus"] = "Chatswood",
		},
		},
}

return p