Module:Adjacent stations/Washington Metro/sandbox
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Washington Metro/sandbox/doc
local x = "%1 station (Washington Metro)" local p = { ["lang"] = "en-US", ["system title"] = "[[Washington Metro]]", ["system icon"] = "[[File:WMATA Metro Logo.svg|18px|link=Washington Metro]]", ["name format"] = "font-family: Helvetica; background-color: #241f20; font-size: 160%; color: white; padding: 0.4em 4px; margin: 0.25em;", ["header background color"] = "241F20", ["system color"] = "241F20", ["station format"] = { "%1 station", ["Ashburn"] = x, ["College Park"] = "[[College Park–University of Maryland station|College Park]]", ["Crystal City"] = x, ["Greensboro"] = x, ["Huntington"] = x, ["Medical Center"] = x, ["Ronald Reagan Washington National Airport"] = "[[Ronald Reagan Washington National Airport station|National Airport]] [[File:Pictograms-nps-airport.svg|14px|link=Ronald Reagan Washington National Airport]]", ["Vienna"] = x, ["Waterfront"] = x, ["Silver Spring"] = "%1 station (Maryland)", ["Union Station"] = "Union Station (Washington Metro)" }, ["aliases"] = { ["National Airport"] = "[[Ronald Reagan Washington National Airport station|National Airport]] [[File:Pictograms-nps-airport.svg|14px|link=Ronald Reagan Washington National Airport]]", ["Route 772"] = "[[Ashburn station (Washington Metro)|Ashburn]]", ["Route 606"] = "[[Loudoun Gateway station|Loudoun Gateway]]" }, ["lines"] = { ["_default"] = { ["title"] = "[[%1 Line (Washington Metro)|%1 Line]]" }, ["Red"] = { ["color"] = "E31837", ["left terminus"] = "Shady Grove", ["right terminus"] = "Glenmont" }, ["Blue"] = { ["color"] = "0076C0", ["left terminus"] = "Franconia–Springfield", ["right terminus"] = "Largo Town Center" }, ["Orange"] = { ["color"] = "F7941D", ["left terminus"] = "Vienna", ["right terminus"] = "New Carrollton" }, ["Yellow"] = { ["color"] = "FFD200", ["left terminus"] = "Huntington", ["right terminus"] = {"Fort Totten", "Mount Vernon Square"}, }, ["Green"] = { ["color"] = "00A94F", ["left terminus"] = "Branch Avenue", ["right terminus"] = "Greenbelt" }, ["Silver"] = { ["color"] = "A1A2A1", ["left terminus"] = { "Wiehle–Reston East", ["Ashburn"] = "Ashburn" }, ["right terminus"] = "Largo Town Center" } } } return p