Module:Adjacent stations/GRTC

From Wikipedia, the free encyclopedia

local grtc = "%1 station (GRTC)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[GRTC Pulse]]",
	["system icon"] = "",
	["station format"] = {
		"GRTC Pulse#%1",
		["Main Street"] = "Richmond Main Street Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "3f2c7d",
		},
		["Broad & Main Street"] = {
			["title"] = "GRTC Pulse",
			["left terminus"] = "Willow Lawn",
			["right terminus"] = "Rocketts Landing",				
		},
	},
}

return p