Module:Adjacent stations/GRTC

MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
< Module:Adjacent stations
Revision as of 18:27, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/GRTC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local grtc = "%1 station (GRTC)"

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

return p