Module:Adjacent stations/MARC

local marc = "%1 station (MARC)"

local md = "%1 station (Maryland)"

local p = {

["lang"] = "en-US",

["system title"] = "MARC",

["system icon"] = "File:MARC train.svg",

["name format"] = "font-size: 225%; font-family: Tw Cen MT, Helvetica; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #073897; padding: 1px; border: 3px solid #f06f2f; text-transform: uppercase; border-radius: 0.25em",

["station format"] = {

"%1 station",

["Aberdeen"] = md,

["BWI Airport"] = "BWI Rail Station",

["BWI"] = "BWI Airport",

["Baltimore"] = "Penn Station",

["Bowie"] = "Bowie Railroad Buildings",

["Brunswick"] = md,

["Camden"] = "Camden Station",

["College Park"] = "College Park",

["Cumberland"] = md,

["Edgewood"] = marc,

["Edmondson Avenue"] = "West Baltimore station",

["Germantown"] = marc,

["Jericho Park"] = "Bowie State station",

["Kensington"] = md,

["Laurel"] = marc,

["Newark"] = "Newark station (Delaware)",

["Martin Airport"] = "Martin State Airport station",

["Muirkirk"] = marc,

["Penn"] = "Penn Station",

["Penn Station"] = "Penn Station",

["Riverdale"] = marc,

["Silver Spring (B&O)"] = "Silver Spring",

["St. Denis"] = marc,

["Washington"] = "Union Station",

},

["lines"] = {

["Brunswick Line"] = {

["title"] = "Brunswick Line",

["short name"] = "Brunswick",

["color"] = "FEA92E",

["left terminus"] = {"Martinsburg", "Frederick"},

["right terminus"] = "Washington",

},

["Camden Line"] = {

["title"] = "Camden Line",

["short name"] = "Camden",

["color"] = "FF5624",

["left terminus"] = "Washington",

["right terminus"] = "Camden",

},

["Penn Line"] = {

["title"] = "Penn Line",

["short name"] = "Penn",

["color"] = "DA2A38",

["left terminus"] = "Washington",

["right terminus"] = "Perryville",

},

},

["aliases"] = {

["brunswick"] = "Brunswick Line",

["camden"] = "Camden Line",

["penn"] = "Penn Line",

},

}

return p