Module:Adjacent stations/GRTC

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>SleepTrain456 at 04:08, 17 May 2024 (Fixed some redirects.). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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