local x = "%1站 (長野縣)"
local p = {
["system title"] = "[[上田交通]]",
["station format"] = {
"%1站",
-- 消歧義
["大學前"] = x,
["中野"] = x,
},
["lines"] = {
["BE"] = {
["title"] = "'''BE''' [[別所線]]",
["color"] = "000080",
["left terminus"] = "上田",
["right terminus"] = "別所溫泉"
},
},
}
return p