Module:Adjacent stations/Grand Canyon Railway: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
["lines"] = { |
["lines"] = { |
||
["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", |
Latest revision as of 23:26, 9 November 2023
This is a data module for Module:Adjacent stations. It supports services operated by Grand Canyon Railway.
Lines
[edit]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