Module:Adjacent stations/Manila MRT
Appearance
This is a data module for Module:Adjacent stations. It supports services in Metro Manila operated by Manila MRT.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 3 | 3 or YL |
ffcc00 |
| |
Line 4 | 4 |
a9a9a9 |
| |
Makati Subway | 5 or Makati Subway or Makati Intra-city Subway |
a9a9a9 |
| |
Line 7 | 7 or S |
dc241f |
| |
Line 8 | 8 |
a9a9a9 |
| |
Metro Manila Subway | 9 or Metro Manila Subway or MMS |
800000 |
|
local d = "%1 station"
local x = "%1 station (MRT)"
local y = "%1 station (Metro Manila Subway)"
local z = "%1 station (Makati Intra-city Subway)"
local n = "North Avenue Grand Central"
local p = {
["system title"] = "[[Manila Metro Rail Transit System|Manila MRT]]",
["system color"] = "a9a9a9",
["line icon format"] = "link",
["station format"] = {
d,
["Araneta Center–Cubao"] = x,
["Quirino"] = x,
["Santolan"] = x,
["Anonas"] = y,
["East Avenue"] = y,
["Katipunan"] = y,
["EDSA"] = z,
["Rockwell"] = z,
["Buendia"] = {
["3"] = x,
["5"] = z
},
["Guadalupe"] = {
["3"] = x,
["5"] = z
},
["Kalayaan"] = {
["5"] = z,
["9"] = y
},
["North Avenue"] = {
["3"] = x,
["7"] = n,
["9"] = n
},
["Quezon Avenue"] = {
["3"] = d,
["9"] = y
},
["Tandang Sora"] = {
["7"] = d,
["9"] = y
}
},
["lines"] = {
["_default"] = {
["title"] = "[[MRT Line %1 (Metro Manila)|Line %1]]",
["color"] = "a9a9a9"
},
["3"] = {
["color"] = "ffcc00",
["left terminus"] = "North Avenue",
["right terminus"] = "Taft Avenue"
},
["4"] = {
["left terminus"] = "Magsaysay Boulevard",
["right terminus"] = "Taytay"
},
["5"] = {
["title"] = "[[Makati Intra-city Subway|Makati Subway]]",
["left terminus"] = "EDSA",
["right terminus"] = "Sampaguita"
},
["7"] = {
["color"] = "dc241f",
["left terminus"] = "San Jose del Monte",
["right terminus"] = "North Avenue"
},
["8"] = {
["left terminus"] = "University Avenue",
["right terminus"] = "Lerma"
},
["9"] = {
["title"] = "[[Metro Manila Subway]]",
["color"] = "800000",
["left terminus"] = "Quirino Highway",
["right terminus"] = "NAIA Terminal 3",
["types"] = {
["FTI/NAIA 3"] = {
["title"] = "",
["right terminus"] = {"FTI", "NAIA Terminal 3"}
}
}
}
},
["aliases"] = {
["makati subway"] = "5",
["makati intra-city subway"] = "5",
["mms"] = "9",
["metro manila subway"] = "9"
}
}
return p