Module:Adjacent stations/Maryland Transit Administration: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Centre Street cleaned up
m fix links
Line 11: Line 11:
["name format"] = {
["name format"] = {
"font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
"font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
["Metro Subway"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: blue; padding: 4px;",
["Metro SubwayLink"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: blue; padding: 4px;",
},
},
["station format"] = {
["station format"] = {
Line 60: Line 60:
},
},
},
},
["Metro Subway"] = {
["Metro SubwayLink"] = {
["title"] = "[[Metro SubwayLink]]",
["title"] = "[[Baltimore Metro SubwayLink]]",
["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
["color"] = "355D82",
["color"] = "355D82",

Revision as of 22:45, 6 March 2024

local lrl = "%1 station (Light RailLink)"
local md = "%1 station (Maryland)"
local msl = "%1 station (Metro SubwayLink)"
local stn = "%1 station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Maryland Transit Administration]]",
	["system icon"] = "",
	["system color"] = "355D82",
	["name format"] = {
		"font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
		["Metro SubwayLink"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: blue; padding: 4px;",
	},
	["station format"] = {
		stn,
		["Bethesda Metro"] = "Bethesda station",
		["BWI Airport"] = lrl,
		["Camden Yards"] = "Camden Station",
		["Cherry Hill"] = lrl,
		["College Park"] = "College Park–University of Maryland station",
		["College Park–UMD"] = "College Park–University of Maryland station",
		["College Park Metro–UMD"] = "College Park–University of Maryland station",
		["Convention Center"] = lrl,
		["Cromwell"] = "[[Glen Burnie station|Glen Burnie]]",
		["Hamburg Street"] = lrl,
		["Lexington Market"] = {
			stn,
			["Light RailLink"] = lrl,
			["Metro Subway"] = msl,
		},
		["Mount Royal"] = lrl,
		["Mount Vernon"] = lrl,
		["Mt. Vernon"] = lrl,
		["Long Branch"] = md,
		["New Carrollton Metro"] = "New Carrollton station",
		["North Avenue"] = lrl,
		["Penn Station"] = "Baltimore Penn Station",
		["Silver Spring"] = md,
		["Silver Spring Metro"] = "Silver Spring station (Maryland)",
		["Takoma Langley"] = "Takoma Langley Crossroads Transit Center",
		["Takoma–Langley"] = "Takoma Langley Crossroads Transit Center",
		["Timonium Business Park"] = lrl,
		["Westport"] = lrl,
		["Woodside"] = md,
	},
	["lines"] = {
		["Light RailLink"] = {
			["title"] = "[[Baltimore Light RailLink]]",
			["icon"] = "[[File:Baltimore Light RailLink logo.svg|16px|alt=]]",
			["color"] = "355D82",
			["left terminus"] = {"BWI Airport", "Glen Burnie"},
			["right terminus"] = {"Hunt Valley"},
			["types"] = {
				["Penn-Camden"] = {
					["title"] = "Penn–Camden Shuttle",
					["left terminus"] = "Camden Yards",
					["right terminus"] = "Penn Station",
				},
			},
		},
		["Metro SubwayLink"] = {
			["title"] = "[[Baltimore Metro SubwayLink]]",
			["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
			["color"] = "355D82",
			["left terminus"] = "Owings Mills",
			["right terminus"] = "Johns Hopkins Hospital",
		},
		["Purple"] = {
			["title"] = "[[Purple Line (Maryland)|Purple Line]]",
			["color"] = "4A1769",
			["left terminus"] = "Bethesda",
			["right terminus"] = "New Carrollton",
		},
	},
	["aliases"] = {
		["main"] = "Light RailLink",
		["penn"] = "Light RailLink",
	},
}

return p