Module:Adjacent stations/Sydney Metro
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:48, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Sydney Metro)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
- M1 is being extended to Bankstown railway station in Sydney's south west with a planned opening date of 2024. The service name will change when the extension is completed.
- M2 is still in the planning stage with some details still unknown.
- M3 is also in the planning stage with insufficient information currently available for it to be included here.
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"] = "168388", ["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color:#168388; padding: 0.5em 0 0.5em 0;", ["station format"] = { ["Canterbury"] = sydney, ["Central"] = sydney, ["Epping"] = sydney, ["Olympic Park"] = "Sydney Olympic Park metro station", ["Parramatta"] = "Parramatta metro station", ["St Marys"] = sydney, ["Sydenham"] = sydney, ["Waterloo"] = sydney, "%1 railway station", }, ["lines"] = { ["M1"] = { ["title"] = "M1 [[Metro North West Line]]", ["color"] = "168388", ["left terminus"] = "Tallawong", ["right terminus"] = "Chatswood", }, ["M2"] = { ["title"] = "M2 [[Sydney Metro West]]", ["color"] = "168388", ["left terminus"] = "Westmead", ["right terminus"] = "Hunter Street", }, ["M3"] = { ["title"] = "M3 [[Sydney Metro Western Sydney Airport]]", ["color"] = "168388", ["left terminus"] = "St Marys", ["right terminus"] = "Aerotropolis", }, }, } return p