Content deleted Content added
Added name formats for the other lines |
DCvibes529 (talk | contribs) Clean up; default |
||
Line 1:
local
local p = {
Line 10:
["Cross Island"] = "font-family: helvetica; background-colour: transparent; border-bottom: 8px solid #97C616;",
["Downtown"] = "font-family: helvetica; background-colour: transparent; border-bottom: 8px solid #005ec4;",
["
["Jurong Region"] = "font-family: helvetica; background-colour: transparent; border-bottom: 8px solid #0099aa;",
["North East"] = "font-family: helvetica; background-colour: transparent; border-bottom: 8px solid #9900aa;",
["
["Thomson–East Coast"] = "font-family: helvetica; background-colour: transparent; border-bottom: 8px solid #9D5B25;",
},
["station format"] = {
"%1 MRT station",
["Bukit Panjang"] =
["Choa Chu Kang"] =
["Punggol"] =
["Riviera"] =
["Sengkang"] =
},
["lines"] = {
["_default"] = {
},
["Branch"] = {
["color"] = "b85600",
["left terminus"] = "Jurong East",
Line 32 ⟶ 34:
},
["Circle"] = {
▲ ["title"] = "[[Circle MRT line|Circle Line]]",
["color"] = "fa9e0d",
["left terminus"] = {
Line 49 ⟶ 50:
},
["Cross Island"] = {
["color"] = "97C616",
["left terminus"] = "Aviation Park",
["right terminus"] = {
"Bright Hill",
"Jurong Lake District",
"Gul Circle"
},
["types"] = {
Line 65 ⟶ 66:
},
["Downtown"] = {
["color"] = "005ec4",
["left terminus"] = {
"Bukit Panjang", "Sungei Kadut",
},
["right terminus"] = {
"Expo",
Line 73 ⟶ 76:
},
},
["
["color"] = "009645",
["left terminus"] = "Pasir Ris",
Line 87 ⟶ 89:
},
["Jurong Region"] = {
["color"] = "0099aa",
["left terminus"] = {
Line 110 ⟶ 111:
},
["North East"] = {
["color"] = "9900aa",
["left terminus"] = "HarbourFront",
Line 118:
},
},
["
["color"] = "d42e12",
["left terminus"] = "Jurong East",
Line 125 ⟶ 124:
},
["Thomson–East Coast"] = {
["color"] = "9D5B25",
["left terminus"] = "Woodlands North",
Line 137 ⟶ 135:
},
["aliases"] = {
["cc"] = "Circle",
["ce"] = "Circle",
["circle"] = "Circle",
["cr"] = "Cross Island",
["cp"] = "Cross Island",
Line 147 ⟶ 143:
["dt"] = "Downtown",
["downtown"] = "Downtown",
["ew"] = "
["cg"] = "
["east west"] = "
["east-west"] = "East–West",
["east–west"] = "East–West",
["jr"] = "Jurong Region",
["je"] = "Jurong Region",
Line 157 ⟶ 155:
["ne"] = "North East",
["north east"] = "North East",
["ns"] = "
["north south"] = "
["north-south"] = "North–South",
["north–south"] = "North–South",
["te"] = "Thomson–East Coast",
["thomson-east coast"] = "Thomson–East Coast",
|