Module:Adjacent stations/Ontario Northland Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Ontario Northland Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Polar Bear Express | Polar Bear Express |
FFB100 |
|
Future services
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Northlander | Northlander future |
FFB100 |
| |
Rail Connection | Rail Connection |
FFB100 |
|
Former services
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Northlander | Northlander |
FFB100 |
| |
Dream Catcher Express | Dream Catcher Express |
FFB100 |
|
local on = "%1 station (Ontario)"
local go = "%1 GO Station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Ontario Northland Railway]]",
["system icon"] = "",
["system color"] = "FFB100",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #00080;",
["header background color"] = "FFB100",
["header text color"] = "323264",
["station format"] = {
"%1 station",
["Cochrane"] = on,
["Gormley"] = go,
["Kirkland Lake"] = "Swastika station",
["Langstaff"] = go,
["Temiskaming Shores"] = "New Liskeard station",
["Timmins"] = "Porcupine Station",
["Toronto"] = "Union Station (Toronto)",
},
["lines"] = {
["_default"] = {
["color"] = "FFB100",
},
["Dream Catcher Express"] = {
["title"] = "''[[Northlander#Dream Catcher Express|Dream Catcher Express]]''",
["note-mid"] = "(seasonal, pre-2012)",
["left terminus"] = "Temagami",
["right terminus"] = "North Bay",
},
["Northlander"] = {
["title"] = "''[[Northlander]]''",
["left terminus"] = "Cochrane",
["right terminus"] = "Toronto",
},
["Northlander future"] = {
["title"] = "''[[Northlander#Plans to resume rail service|Northlander]]''",
["note-mid"] = "(reopening mid-2020s)",
["left terminus"] = "Timmins",
["right terminus"] = "Toronto",
},
["Polar Bear Express"] = {
["title"] = "''[[Polar Bear Express]]''",
["left terminus"] = "Moosonee",
["right terminus"] = "Cochrane",
},
["Rail Connection"] = {
["title"] = "[[Northlander#Plans to resume rail service|Rail Connection]]",
["note-mid"] = "(opening mid-2020s)",
["left terminus"] = "Cochrane",
["right terminus"] = "Timmins",
},
},
}
return p