Jump to content

Module:Adjacent stations/Metroway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:45, 4 May 2019 (Created page with 'local metro = "%1 station (Washington Metro)" local way = "%1 station (Metroway)" local p = { ["lang"] = "en-US", ["system title"] = "Metroway", ["system...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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