Jump to content

Module:Adjacent stations/Metroway

From Simple English Wikipedia, the free encyclopedia
Revision as of 02:47, 4 February 2023 by Auntof6 (talk | changes) (1 revision imported from en:Module:Adjacent_stations/Metroway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a data module for Module:Adjacent stations. It supports services operated by Metroway.

LineKeysColorHex colorIcon
Potomac Yard Potomac Yard   2751a3

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,
		["Potomac"] = way,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "2751a3",	
		},
		["Potomac Yard"] = {
			["title"] = "[[Metroway|Potomac Yard]]",
			["left terminus"] = "Braddock Road",
			["right terminus"] = "Pentagon City",
		},
	},
}

return p