Module:Adjacent stations/SMRT: Difference between revisions

Content deleted Content added
Code for simplifying JRL infobox
Simplified JRL
Line 99:
["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",
},
},