Module:Adjacent stations/Metroway

local metro = "%1 station (Washington Metro)"

local way = "%1 station (Metroway)"

local p = {

["lang"] = "en-US",

["system title"] = "Metroway",

["system icon"] = "",

["system color"] = "2751a3",

["station format"] = {

"%1 station",

["Crystal City"] = metro,

["East Glebe and Potomac"] = "East Glebe & Potomac",

["Potomac"] = way,

},

["lines"] = {

["_default"] = {

["color"] = "2751a3",

},

["Potomac Yard"] = {

["title"] = "Potomac Yard",

["left terminus"] = "Braddock Road",

["right terminus"] = "Pentagon City",

},

},

}

return p