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 |
---|---|---|---|---|
The Pas–Pukatawagan | Pas-Pukatawagan or the pas-pukatawagan |
f00 |
|
local kry = "Keewatin Railway"
local p = {
["lang"] = "en-US",
["system title"] = "[[Keewatin Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["Pas-Pukatawagan"] = {
["title"] = "[[Keewatin Railway|The Pas–Pukatawagan]]",
["color"] = "f00",
["left terminus"] = "Pukatawagan",
["right terminus"] = "The Pas",
},
},
["stations"] = {
["Prospector"] = kry,
["Root Lake"] = kry,
["Atik"] = kry,
["Pukatawagan"] = "Pukatawagan",
["Wanless"] = "Wanless, Manitoba",
},
["aliases"] = {
["the pas-pukatawagan"] = "Pas-Pukatawagan",
},
}
return p