Module:Adjacent stations/METRORapid
Appearance
This is a data module for Module:Adjacent stations. It supports services in Houston, Texas operated by METRORapid.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Silver Line | Silver |
636466 |
|
Proposed line
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
University Line | University |
11679a |
|
local houston = "%1 station (Houston)"
local university_line = "METRORapid University Line#%1"
local p = {
["lang"] = "en-US",
["system title"] = "[[Houston Metro#METRORapid|METRORapid]]",
["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=Houston Metro#METRORapid]]",
["rail box format"] = "title",
["system color"] = "2b59ae",
["station format"] = {
"%1 station",
["Almeda"] = university_line,
["Cullen"] = university_line,
["Eastwood Transit Center"] = university_line,
["Gulfton"] = university_line,
["Hillcroft Transit Center"] = university_line,
["Menil"] = university_line,
["Montrose"] = houston,
},
["lines"] = {
["_default"] = {
["title"] = "[[METRORapid %1 Line|%1 Line]]",
},
["University"] = {
["color"] = "11679a",
["left terminus"] = "Westchase Park and Ride",
["right terminus"] = "Tidwood Transit Center",
},
["Silver"] = {
["color"] = "636466",
["left terminus"] = "Westpark/Lower Uptown Transit Center",
["right terminus"] = "Northwest Transit Center",
},
},
}
return p