Module:Adjacent stations/Metro Transit (Minnesota)
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Metro Transit (Minnesota), including the Northstar Line. For bus and light rail services which fall within the scope of Metro (Minnesota), use Module:Adjacent stations/Metro (Minnesota).
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Northstar Line | Northstar Commuter Rail or northstar |
ebca23 |
|
local mt = "%1 station (Metro Transit)"
local p = {
["system title"] = "[[Metro Transit (Minnesota)|Metro Transit]]",
["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro Transit (Minnesota)]]",
["station format"] = {
"%1 station",
["Ramsey"] = mt,
},
["lines"] = {
["Northstar Commuter Rail"] = {
["title"] = "[[Northstar Line]]",
["color"] = "ebca23",
["left terminus"] = "Big Lake",
["right terminus"] = "Target Field",
},
},
["aliases"] = {
["northstar"] = "Northstar Commuter Rail",
}
}
return p