Module:Adjacent stations/West Chester Railroad
MyWikiBiz, Author Your Legacy — Monday January 20, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/West Chester Railroad/doc
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