Module:Adjacent stations/Washington Metro
local x = "%1 station (Washington Metro)"
local p = {
["lang"] = "en-US",
["system title"] = "Washington Metro",
["system icon"] = "File:WMATA Metro Logo small.svg",
["name format"] = "font-family: Helvetica, Liberation Sans, Arimo, Microsoft Sans Serif, Arial; background-color: #000000; font-size: 160%; color: white; padding: 0.4em 4px; margin: 0.25em;",
["header background color"] = "000000",
["system color"] = "000000",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Addison Rd"] = "Addison Road",
["Ashburn"] = x,
["Ballston"] = "Ballston–MU",
["Braddock Rd"] = "Braddock Road",
["College Park"] = "College Park–University of Maryland station",
["Crystal City"] = x,
["Eisenhower Ave"] = "Eisenhower Avenue",
["Federal Center"] = "Federal Center SW",
["Foggy Bottom"] = "Foggy Bottom–GWU",
["Franconia"] = "Franconia–Springfield",
["King Street"] = "King Street–Old Town",
["Gallery Pl"] = "Gallery Place",
["Georgia Avenue"] = "Georgia Avenue–Petworth",
["Georgia Ave"] = "Georgia Avenue–Petworth",
["Georgia Ave–Petworth"] = "Georgia Avenue–Petworth",
["Greensboro"] = x,
["Grosvenor"] = "Grosvenor–Strathmore",
["Huntington"] = x,
["Largo"] = "Largo",
["Largo Town Center"] = "Downtown Largo",
["McPherson Sq"] = "McPherson Square",
["Medical Center"] = x,
["Mount Vernon Sq"] = "Mount Vernon Square",
["Minnesota Ave"] = "Minnesota Avenue",
["Morgan Blvd"] = "Morgan Boulevard",
["Navy Yard"] = "Navy Yard–Ballpark",
["Naylor Rd"] = "Naylor Road",
["NoMa"] = "NoMa–Gallaudet U",
["Potomac Ave"] = "Potomac Avenue",
["Prince George's Plaza"] = "Hyattsville Crossing",
["Rhode Island Ave"] = "Rhode Island Avenue",
["Shaw"] = "Shaw–Howard U",
["Southern Ave"] = "Southern Avenue",
["Tenleytown"] = "Tenleytown–AU",
["Tysons Corner"] = "Tysons",
["U St"] = "U Street",
["Van Dorn St"] = "Van Dorn Street",
["Van Ness"] = "Van Ness–UDC",
["Virginia Square"] = "Virginia Square–GMU",
["Virginia Sq"] = "Virginia Square–GMU",
["National Airport"] = "Ronald Reagan Washington National Airport station",
["Ronald Reagan Washington National Airport"] = "National Airport",
["Vienna"] = x,
["Waterfront"] = x,
["Wheaton"] = x,
["Wiehle"] = "Wiehle–Reston East",
["White Flint"] = "North Bethesda",
["Route 772"] = "Ashburn",
["Route 606"] = "Loudoun Gateway",
["Dulles"] = "Dulles International Airport",
["Dulles Airport"] = "Dulles International Airport station",
["Union Station"] = "Union Station (Washington Metro)"
},
["lines"] = {
["_default"] = {
["title"] = "%1 Line",
["icon"] = "File:WMATA %1.svg",
},
["Red"] = {
["color"] = "FA2C2D!important",
["left terminus"] = "Shady Grove",
["right terminus"] = "Glenmont"
},
["Blue"] = {
["color"] = "0079C5!important",
["left terminus"] = "Franconia–Springfield",
["right terminus"] = "Downtown Largo",
},
["Orange"] = {
["color"] = "FF9127!important",
["left terminus"] = "Vienna",
["right terminus"] = "New Carrollton"
},
["Yellow"] = {
["color"] = "FFCE36!important",
["left terminus"] = "Huntington",
["right terminus"] = "Mount Vernon Square",
},
["Green"] = {
["color"] = "13AE4E!important",
["left terminus"] = "Branch Avenue",
["right terminus"] = "Greenbelt"
},
["Silver"] = {
["color"] = "9BA6A3!important",
["left terminus"] = "Ashburn",
["right terminus"] = "Downtown Largo"
},
["Green Line Commuter Shortcut"] = {
["color"] = "13AE4E!important",
["left terminus"] = "Farragut North",
["right terminus"] = "Greenbelt",
["title"] = "Green Line Commuter Shortcut",
["icon"] = "File:WMATA Green.svg",
}
}
}
return p