Module:Adjacent stations/Richmond, Fredericksburg and Potomac Railroad

MyWikiBiz, Author Your Legacy — Tuesday May 28, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Richmond, Fredericksburg and Potomac Railroad/doc

local rfp = "%1 station (Richmond, Fredericksburg and Potomac Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Richmond, Fredericksburg and Potomac Railroad]]",
	["system icon"] = "",
	["system color"] = "000000",
	["station format"] = {
		"%1 station",
		["Alexandria"] = "Alexandria Union Station",
		["Cherry Hill"] = rfp,
		["Franconia"] = "Franconia–Springfield station",
		["Richmond–Broad Street"] = "Richmond: [[Broad Street Station (Richmond)|Broad Street]]",
		["Richmond–Main Street"] = "[[Richmond Main Street Station|Main Street]]",
		["Seventh Street"] = rfp,
		["Summit"] = rfp,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = {"Richmond–Broad Street", "Richmond–Main Street"},
			["right terminus"] = "Washington, D.C.",
		},
	},
}

return p