Difference between revisions of "Module:Adjacent stations/GRTC"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local grtc = "%1 station (GRTC)" local p = { ["lang"] = "en-US", ["system title"] = "GRTC Pulse", ["system icon"] = "", ["station format"] = { "%1 sta...')
 
blackwiki>Mackensen
(c/e)
Line 10: Line 10:
 
["East Riverfront"] = grtc,
 
["East Riverfront"] = grtc,
 
["Government Center"] = grtc,
 
["Government Center"] = grtc,
["Main Street"] = "Richmond Main Street station",
+
["Main Street"] = "Richmond Main Street Station",
 
["Science Museum"] = grtc,
 
["Science Museum"] = grtc,
 
["Staples Mill"] = grtc,
 
["Staples Mill"] = grtc,

Revision as of 00:22, 13 May 2019

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