Module:Adjacent stations/Virginia Railway Express
MyWikiBiz, Author Your Legacy — Wednesday November 29, 2023
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:53, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Virginia Railway Express)
Documentation for this module may be created at Module:Adjacent stations/Virginia Railway Express/doc
local va = "%1 station (Virginia)" local vre = "%1 station (VRE)" local p = { ["lang"] = "en-US", ["system title"] = "[[Virginia Railway Express]]", ["system icon"] = "[[File:Virginia Railway Express.svg|15px|link=Virginia Railway Express]]", ["name format"] = "background-color: transparent; font-size: 200%; font-family: Times New Roman; color: navy; font-weight: bolder; text-align: center; font-style: bold; border-top: 5px solid #C00; border-bottom: 5px solid #C00; padding: 0.4em 0 0.4em 0;", ["station format"] = { "%1 station", ["Alexandria"] = "Alexandria Union Station", ["Clifton"] = vre, ["Crystal City"] = vre, ["L'Enfant"] = "L'Enfant Plaza station", ["Lorton"] = vre, ["Washington"] = "[[Washington Union Station|Washington, D.C.]]", ["Woodbridge"] = va, }, ["lines"] = { ["_default"] = { ["title"] = "[[%1 Line]]", }, ["Fredericksburg"] = { ["color"] = "E73035", ["left terminus"] = "Spotsylvania", ["right terminus"] = "Washington", }, ["Manassas"] = { ["color"] = "016DB5", ["left terminus"] = "Broad Run", ["right terminus"] = "Washington", }, }, } return p