Module:Adjacent stations/Grand Canyon Railway: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
["Grand Canyon Railway"] = { |
["Grand Canyon Railway"] = { |
||
["title"] = "Grand Canyon Railway", |
["title"] = "Grand Canyon Railway", |
||
["color"] = " |
["color"] = "b89553", |
||
["left terminus"] = "Williams", |
["left terminus"] = "Williams", |
||
["right terminus"] = "Grand Canyon", |
["right terminus"] = "Grand Canyon", |
Revision as of 21:27, 15 October 2023
This is a data module for Module:Adjacent stations. It supports services operated by Grand Canyon Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Grand Canyon Railway | Grand Canyon Railway |
b89553 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Grand Canyon Railway]]",
["station format"] = {
"%1 station",
["Williams"] = "Williams Depot",
["Grand Canyon"] = "Grand Canyon Depot",
},
["lines"] = {
["Grand Canyon Railway"] = {
["title"] = "Grand Canyon Railway",
["color"] = "b89553",
["left terminus"] = "Williams",
["right terminus"] = "Grand Canyon",
},
},
}
return p