Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Adjacent stations/SMRT
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
local smrt = "%1 MRT/LRT station" local p = { ["system title"] = "[[Mass Rapid Transit (Singapore)|Mass Rapid Transit]]", ["system icon"] = "", ["station format"] = { "%1 MRT station", ["Bukit Panjang"] = smrt, ["Choa Chu Kang"] = smrt, ["Punggol"] = smrt, ["Riviera"] = smrt, ["Sengkang"] = smrt, }, ["lines"] = { ["Branch"] = { ["title"] = "[[Branch MRT line|Branch line]]", ["color"] = "b85600", ["left terminus"] = "Jurong East", ["right terminus"] = "Choa Chu Kang", }, ["Circle"] = { ["title"] = "[[Circle MRT line|Circle Line]]", ["color"] = "fa9e0d", ["left terminus"] = "Dhoby Ghaut", ["right terminus"] = "HarbourFront", ["types"] = { ["Stadium"] = { ["title"] ="Stadium Shuttle", ["left terminus"] = "Marina Bay", ["right terminus"] = "Stadium", }, ["CCL6"] = { ["title"] ="Future service", ["left terminus"] = "Clockwise / outer", ["right terminus"] = "Anticlockwise / inner", ["circular"] = true, }, }, }, ["Cross Island"] = { ["title"] = "[[Cross Island MRT line|Cross Island Line]]", ["color"] = "97C616", ["left terminus"] = "Aviation Park", ["right terminus"] = { "Bright Hill", "Jurong Lake District" }, ["types"] = { ["Punggol"] = { ["title"] = "Punggol extension", ["left terminus"] = "Pasir Ris", ["right terminus"] = "Punggol", }, }, }, ["Downtown"] = { ["title"] = "[[Downtown MRT line|Downtown Line]]", ["color"] = "005ec4", ["left terminus"] = "Bukit Panjang", ["right terminus"] = { "Expo", "Sungei Bedok", }, }, ["East West"] = { ["title"] = "[[East West MRT line|East West Line]]", ["color"] = "009645", ["left terminus"] = "Pasir Ris", ["right terminus"] = "Tuas Link", ["types"] = { ["Changi"] ={ ["title"] = "Changi Airport Line", ["left terminus"] = "Tanah Merah", ["right terminus"] = "Changi Airport", }, }, }, ["Jurong Region"] = { ["title"] = "[[Jurong Region MRT line|Jurong Region Line]]", ["color"] = "0099aa", ["types"] = { -- Branch from Tengah to Pandan Reservoir ["Pandan"] = { ["title"] = "Future service", ["left terminus"] = "Tengah", ["right terminus"] = "Pandan Reservoir", }, -- Services between Choa Chu Kang and Boon Lay/Jurong Pier -- Update terminus to Jurong Pier when Stage 3 opens -- For stations before Bahar Junction ["Jurong Pier BJN"] = { ["title"] = "Future service", ["right terminus"] = { "Boon Lay", ["via"] = "Bahar Junction", }, ["oneway-left"] = true, }, -- For stations after Bahar Junction ["Jurong Pier"] = { ["title"] = "Future service", ["right terminus"] = { "Jurong Pier", "Boon Lay", }, ["oneway-left"] = true, }, -- Services between Boon Lay/Jurong Pier and Tawas/Peng Kang Hill -- For stations before Bahar Junction ["Peng Kang BJN"] = { ["title"] = "Future service", ["right terminus"] = { "Peng Kang Hill", ["via"] = "Bahar Junction", }, ["oneway-left"] = true, }, -- For stations after Bahar Junction ["Peng Kang"] = { ["title"] = "Future service", ["right terminus"] = { "Peng Kang Hill", "Tawas", }, ["oneway-left"] = true, }, -- Services between Tawas/Peng Kang Hill and Choa Chu Kang -- For stations before Bahar Junction ["CCK BJN"] = { ["title"] = "Future service", ["oneway-left"] = true, ["right terminus"] = { "Choa Chu Kang", ["via"] = "Bahar Junction", }, }, -- For stations after Bahar Junction ["CCK"] = { ["title"] = "Future service", ["oneway-left"] = true, ["right terminus"] = "Choa Chu Kang", }, }, }, ["North East"] = { ["title"] = "[[North East MRT line|North East Line]]", ["color"] = "9900aa", ["left terminus"] = "HarbourFront", ["right terminus"] = { "Punggol", "Punggol Coast", }, }, ["North South"] = { ["title"] = "[[North South MRT line|North South Line]]", ["color"] = "d42e12", ["left terminus"] = "Jurong East", ["right terminus"] = "Marina South Pier", }, ["Thomson–East Coast"] = { ["title"] = "[[Thomson–East Coast MRT line|Thomson–East Coast Line]]", ["color"] = "9D5B25", ["left terminus"] = "Woodlands North", ["right terminus"] = { -- Update terminus accordingly as stages open "Caldecott", "Gardens by the Bay", "Bayshore","Sungei Bedok" }, }, }, ["aliases"] = { ["circle (planned)"] = "Circle", ["cc"] = "Circle", ["ce"] = "Circle", ["circle"] = "Circle", ["ci"] = "Cross Island", ["cr"] = "Cross Island", ["cp"] = "Cross Island", ["cross island"] = "Cross Island", ["dt"] = "Downtown", ["downtown"] = "Downtown", ["ew"] = "East West", ["cg"] = "East West", ["east west"] = "East West", ["jr"] = "Jurong Region", ["je"] = "Jurong Region", ["js"] = "Jurong Region", ["jw"] = "Jurong Region", ["jurong region"] = "Jurong Region", ["ne"] = "North East", ["north east"] = "North East", ["ns"] = "North South", ["north south"] = "North South", ["te"] = "Thomson–East Coast", ["thomson-east coast"] = "Thomson–East Coast", ["thomson–east coast"] = "Thomson–East Coast" }, } return p
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Adjacent stations doc
(
edit
)
Template:Rail template doc
(
edit
)
Template:Sandbox other
(
edit
)
Module:Adjacent stations/SMRT/doc
(
edit
)
Module:String
(
edit
)