Modul:Adjacent stations/Washington Metro

Documentation icon Dokumentacija modula[predogled] [uredi] [zgodovina] [osveži]

This is a data module for Module:Adjacent stations. It supports services operated by Washington Metro. For bus rapid transit service, use Modul:Adjacent stations/Metroway. WMATA can be used as an alias for Washington Metro.

Lines uredi

LineKeysColorHex colorIcon
Red Line Red   E31837
Blue Line Blue   0076C0
Orange Line Orange   F7941D
Yellow Line Yellow   FFD200
Green Line Green   00A94F
Silver Line Silver   A1A2A1
local x = "%1 station (Washington Metro)"

local p = {
	["lang"] = "sl",
	["system title"] = "[[Washington Metro]]",
	["system icon"] = "[[File:WMATA Metro Logo.svg|18px|link=Washington Metro]]",
	["name format"] = "font-family: Helvetica, Liberation Sans, Arimo, Microsoft Sans Serif, Arial; 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",
		["Addison Rd"] = "[[Addison Road station|Addison Road]]",
		["Ashburn"] = x,
		["Ballston"] = "[[Ballston–MU station|Ballston–MU]]",
		["Braddock Rd"] = "[[Braddock Road station|Braddock Road]]",
		["College Park"] = "College Park–University of Maryland station",
		["Crystal City"] = x,
		["Eisenhower Ave"] = "[[Eisenhower Avenue station|Eisenhower Avenue]]",
		["Federal Center"] = "[[Federal Center SW station|Federal Center SW]]",
		["Foggy Bottom"] = "[[Foggy Bottom–GWU station|Foggy Bottom–GWU]]",
		["Franconia"] = "[[Franconia–Springfield station|Franconia–Springfield]]",
		["King Street"] = "[[King Street–Old Town station|King Street–Old Town]]",
		["Gallery Pl"] = "[[Gallery Place station|Gallery Place]]",
		["Georgia Avenue"] = "[[Georgia Avenue–Petworth station|Georgia Avenue–Petworth]]",
		["Georgia Ave"] = "[[Georgia Avenue–Petworth station|Georgia Avenue–Petworth]]",
		["Georgia Ave–Petworth"] = "[[Georgia Avenue–Petworth station|Georgia Avenue–Petworth]]",
		["Greensboro"] = x,
		["Grosvenor"] = "[[Grosvenor–Strathmore station|Grosvenor–Strathmore]]",
		["Huntington"] = x,
		["Largo"] = "[[Downtown Largo station|Downtown Largo]]",
		["Largo Town Center"] = "[[Downtown Largo station|Downtown Largo]]",
		["McPherson Sq"] = "[[McPherson Square station|McPherson Square]]",
		["Medical Center"] = x,
		["Mount Vernon Sq"] = "[[Mount Vernon Square station|Mount Vernon Square]]",
		["Minnesota Ave"] = "[[Minnesota Avenue station|Minnesota Avenue]]",
		["Morgan Blvd"] = "[[Morgan Boulevard station|Morgan Boulevard]]",
		["Navy Yard"] = "[[Navy Yard–Ballpark station|Navy Yard–Ballpark]]",
		["Naylor Rd"] = "[[Naylor Road station|Naylor Road]]",
		["NoMa"] = "[[NoMa–Gallaudet U station|NoMa–Gallaudet U]]",
		["Potomac Ave"] = "[[Potomac Avenue station|Potomac Avenue]]",
		["Prince George's Plaza"] = "[[Hyattsville Crossing station|Hyattsville Crossing]]",
		["Rhode Island Ave"] = "[[Rhode Island Avenue station|Rhode Island Avenue]]",
		["Shaw"] = "[[Shaw–Howard University station|Shaw–Howard U]]",
		["Southern Ave"] = "[[Southern Avenue station|Southern Avenue]]",
		["Tenleytown"] = "[[Tenleytown–AU station|Tenleytown–AU]]",
		["Tysons Corner"] = "[[Tysons station|Tysons]]",
		["U St"] = "[[U Street station|U Street]]",
		["Van Dorn St"] = "[[Van Dorn Street station|Van Dorn Street]]",
		["Van Ness"] = "[[Van Ness–UDC station|Van Ness–UDC]]",
		["Virginia Square"] = "[[Virginia Square–GMU station|Virginia Square–GMU]]",
		["Virginia Sq"] = "[[Virginia Square–GMU station|Virginia Square–GMU]]",
		["National Airport"] = "Ronald Reagan Washington National Airport station",
		["Ronald Reagan Washington National Airport"] = "[[Ronald Reagan Washington National Airport station|National Airport]]",
		["Vienna"] = x,
		["Waterfront"] = x,
		["Wiehle"] = "[[Wiehle–Reston East station|Wiehle–Reston East]]",
		["White Flint"] = "[[North Bethesda station|North Bethesda]]",
		["Route 772"] = "[[Ashburn station (Washington Metro)|Ashburn]]",
		["Route 606"] = "[[Loudoun Gateway station|Loudoun Gateway]]",
		["Dulles"] = "[[Dulles International Airport station|Dulles International Airport]]",
		["Dulles Airport"] = "[[Dulles International Airport station|Dulles International Airport]]",
		["Silver Spring"] = "%1 station (Maryland)",
		["Union Station"] = "Union Station (Washington Metro)"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Washington Metro)|%1 Line]]",
			["icon"] = "[[File:WMATA %1.svg|16px|alt=]]",
		},
		["Red"] = {
			["color"] = "E31837",
			["left terminus"] = "Shady Grove",
			["right terminus"] = "Glenmont"
		},
		["Blue"] = {
			["color"] = "0076C0",
			["left terminus"] = {"Franconia–Springfield", "Huntington",},
			["right terminus"] = {"Downtown Largo",  "New Carrollton",},
			["note-mid"] = "Plus",
		},
		["Orange"] = {
			["color"] = "F7941D",
			["left terminus"] = "Vienna",
			["right terminus"] = "New Carrollton"
		},
		["Yellow"] = {
			["color"] = "FFD200",
			["left terminus"] = "Huntington",
			["right terminus"] = "Greenbelt",
			["note-mid"] = "suspended until May 2023",
		},
		["Green"] = {
			["color"] = "00A94F",
			["left terminus"] = "Branch Avenue",
			["right terminus"] = "Greenbelt"
		},
		["Silver"] = {
			["color"] = "A1A2A1",
			["left terminus"] = "Ashburn",
			["right terminus"] = "Downtown Largo"
		}
	}
}

return p