Module:Adjacent stations/GRTC
MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:27, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/GRTC)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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