模块:Adjacent stations/上信电铁
local j = "%1站 (日本)"
local g = "%1站 (群馬縣)"
local p = {
["system title"] = "[[上信電鐵]]",
["station format"] = {
"%1站",
-- 消歧義
["高崎"] = j,
["吉井"] = g,
},
["lines"] = {
["上信線"] = {
["title"] = "[[上信線]]",
["color"] = "FF4500",
["left terminus"] = "高崎",
["right terminus"] = "下仁田"
},
},
["aliases"] = {
}
}
return p