Module:Adjacent stations/Colebrookdale Railroad/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Colebrookdale Railroad (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Colebrookdale Railroad/sandbox.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Secret Valley Line | Secret Valley Line |
006400 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Colebrookdale Railroad]]",
["system icon"] = "",
["system color"] = "006400",
["name format"] = "font-family:Helvetica;background-color:#006400;text-align:center;font-size:160%;color:yellow;padding:4px;line-height:95%;text-transform:uppercase;",
["header background color"] = "006400",
["header text color"] = "FF0",
["infobox station"] = {
["_header"] = {
["font-family"] = "Helvetica",
["background-color"] = "#006400",
["text-align"] = "center",
["font-size"] = "160%",
["color"] = "yellow",
["padding"] = "4px",
["line-height"] = "95%",
["text-transform"] = "uppercase"
},
["_subheader"] = {
["background-color"] = "#006400",
["color"] = "#FFFF00"
}
},
["station format"] = {
"%1 station",
},
["lines"] = {
["Secret Valley Line"] = {
["title"] = "Secret Valley Line",
["color"] = "006400",
["left terminus"] = "Pottstown",
["right terminus"] = "Boyertown",
},
},
}
return p