Module:Adjacent stations/Keewatin Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Keewatin Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error at line 9: variable 'kry' is not declared. | Pas-Pukatawagan or the pas-pukatawagan |
Lua error at line 9: variable 'kry' is not declared. |
Lua error at line 9: variable 'kry' is not declared. |
local p = {
["lang"] = "en-US",
["system title"] = "[[Keewatin Railway]]",
["system icon"] = "",
["station format"] = {
kry = "Keewatin Railway",
},
["stations"] = {
["Prospector"] = kry,
["Root Lake"] = kry,
["Atik"] = kry,
["Pukatawagan"] = "Pukatawagan",
["Wanless"] = "Wanless, Manitoba",
},
["lines"] = {
["Pas-Pukatawagan"] = {
["title"] = "[[Keewatin Railway|The Pas–Pukatawagan]]",
["color"] = "f00",
["left terminus"] = "Pukatawagan",
["right terminus"] = "The Pas",
},
},
["aliases"] = {
["the pas-pukatawagan"] = "Pas-Pukatawagan",
},
}
return p