Module:Adjacent stations/Portland Streetcar
local p = {
["lang"] = "en-US",
["system title"] = "Portland Streetcar",
["system icon"] = "File:Portland Streetcar symbol.svg",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["A"] = {
["title"] = "A Loop",
["color"] = "db0962",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
["B"] = {
["title"] = "B Loop",
["color"] = "343291",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
["NS"] = {
["title"] = "NS Line",
["color"] = "8dc640",
["left terminus"] = "S Lowell & Bond",
["right terminus"] = "NW 23rd & Marshall",
},
},
["aliases"] = {
["a"] = "A",
["b"] = "B",
["ns"] = "NS",
},
}
return p