Module:Adjacent stations/Grapevine Vintage Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Grapevine Vintage Railroad.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Grapevine Vintage Railroad | Grapevine Vintage Railroad |
6E1B24 |
|
Usage
[edit]{{#invoke:Adjacent stations/Grapevine Vintage Railroad|function_name}}
local p = {
["lang"] = "en-US",
["system title"] = "[[Grapevine Vintage Railroad]]",
["system icon"] = "",
["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
["header background color"] = "0175de",
["header text color"] = "ffffff",
["system color"] = "6E1B24",
["station format"] = {
"%1 station",
["Main Street Depot"] = "Grapevine–Main Street station",
["Fort Worth Stockyards"] = "Fort Worth Stockyards#Today",
},
["lines"] = {
["_default"] = {
["color"] = "6E1B24",
},
["Grapevine Vintage Railroad"] = {
["title"] = "[[Grapevine Vintage Railroad]]",
["color"] = "6E1B24",
["text color"] = "ffffff",
["left terminus"] = "Fort Worth Stockyards",
["right terminus"] = "Main Street Depot",
},
},
}
return p