This is a data module for Module:Adjacent stations. It supports services operated by Keewatin Railway.
Lines
editLine | 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"] = "",
["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"] = "0175de",
["station format"] = {
"%1 station",
["The Pas"] = "The Pas station",
["Prospector"] = "Clearwater Lake Provincial Park",
["Root Lake"] = kry,
["Atik"] = kry,
["Pukatawagan"] = "Pukatawagan",
["Wanless"] = "Wanless, Manitoba",
["Pawistik"] = "Pawistik station",
["Simonhouse"] = "Wekusko Falls Provincial Park",
},
["lines"] = {
["Pas-Pukatawagan"] = {
["title"] = "[[Keewatin Railway|The Pas–Pukatawagan]]",
["color"] = "f00",
["left terminus"] = "Pukatawagan",
["right terminus"] = "The Pas",
},
}
}
return p