Module:Adjacent stations/GRTC

This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 21:31, 16 May 2024 (I fixed some redirects.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local grtc = "%1 station (GRTC)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[GRTC Pulse]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Arts District"] = grtc,
		["Convention Center"] = grtc,
		["East Riverfront"] = grtc,
		["East Glebe and Potomac"] = "[[East Glebe & Potomac station|East Glebe & Potomac]]",
		["Government Center"] = grtc,
		["Main Street"] = "Richmond Main Street Station",
		["Science Museum"] = grtc,
		["Staples Mill"] = grtc,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "3f2c7d",
		},
		["Broad & Main Street"] = {
			["Title"] = "[[GRTC Pulse|Broad & Main Street]]",
			["left terminus"] = "Willow Lawn",
			["right terminus"] = "Rocketts Landing",				
		},
	},
}

return p