模块:Adjacent stations/上毛电气铁道
local japan = "%1站 (日本)";
local gunma = "%1站 (群馬縣)";
local p = {
["system title"] = "[[上毛電氣鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["城東"] = japan,
["上泉"] = japan,
["新屋"] = gunma,
["新里"] = gunma,
["新川"] = gunma,
["東新川"] = gunma,
["赤坂"] = gunma,
},
["lines"] = {
["上毛線"] = {
["title"] = "[[上毛線]]",
["color"] = "40e0d0",
["left terminus"] = "中央前橋",
["right terminus"] = "西桐生"
},
},
["aliases"] = {
}
}
return p