Module:Adjacent stations/West Chester Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by West Chester Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
B52424 |
|
local pa = "%1 station (Pennsylvania)"
local wcrr = "%1 station (West Chester Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[West Chester Railroad]]",
["system color"] = "B52424",
["system icon"] = "",
["name format"] = "font-family:Helvetica;background-color:#B52424;text-align:center;font-size:160%;color:yellow;padding:4px;line-height:95%;text-transform:uppercase;",
["header background color"] = "B52424",
["header text color"] = "FF0",
["station format"] = {
"%1 station",
["Locksley"] = pa,
["West Chester"] = wcrr,
},
["lines"] = {
["Main Line"] = {
["title"] = "Main Line",
["color"] = "B52424",
["left terminus"] = "West Chester",
["right terminus"] = "Glen Mills",
},
},
}
return p