Module:Adjacent stations/Metroway

MyWikiBiz, Author Your Legacy — Monday November 04, 2024
< Module:Adjacent stations
Revision as of 18:36, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Metroway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Metroway/doc

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