Jump to content

Module:Adjacent stations/MARC

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WMSR (talk | contribs) at 16:01, 17 May 2019 (Previous edit changed header font from Helvetica to TW Cen MT to better match actual typeface (which is Gotham Black). This edit increases header font size.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local marc = "%1 station (MARC)"
local md = "%1 station (Maryland)"

local p = {
	["system title"] = "[[MARC Train|MARC]]",
	["system icon"] = "",
	["name format"] = "font-size: 200%; font-family:TW Cen MT, sans; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #095196; padding: 4px; border:5px solid #f06f2f; text-transform: uppercase;",
	["station format"] = {
		"%1 station",
		["Aberdeen"] = md,
		["BWI Airport"] = "BWI Rail Station",
		["Baltimore"] = "Pennsylvania Station (Baltimore)",
		["Bowie"] = "Bowie Railroad Buildings",
		["Brunswick"] = md,
		["Camden"] = "Camden Station",
		["College Park"] = "College Park–University of Maryland station",
		["Cumberland"] = md,
		["Edgewood"] = marc,
		["Edmondson Avenue"] = "West Baltimore station",
		["Germantown"] = marc,
		["Jericho Park"] = "Bowie State station",
		["Kensington"] = md,
		["Laurel"] = marc,
		["Muirkirk"] = marc,
		["Riverdale"] = marc,
		["Silver Spring (B&O)"] = "[[Silver Spring station (Baltimore and Ohio Railroad)|Silver Spring]]",
		["Silver Spring"] = md,
		["Washington"] = "[[Washington Union Station|Union Station]]",
	},
	["lines"] = {
		["Brunswick Line"] = {
			["title"] = "[[Brunswick Line]]",
			["color"] = "FFCC00",
			["left terminus"] = {"Martinsburg", "Frederick"},
			["right terminus"] = "Washington",
		},
		["Camden Line"] = {
			["title"] = "[[Camden Line]]",
			["color"] = "FF8800",
			["left terminus"] = "Washington",
			["right terminus"] = "Camden",
		},
		["Penn Line"] = {
			["title"] = "[[Penn Line]]",
			["color"] = "FF3200",
			["left terminus"] = "Washington",
			["right terminus"] = "Perryville",
		},
	},
	["aliases"] = {
		["brunswick"] = "Brunswick Line",
		["camden"] = "Camden Line",
		["penn"] = "Penn Line",
	},
}

return p