模块:Adjacent stations/三陆铁道
local iwate = "%1站 (岩手縣)"
local p = {
["system title"] = "[[三陸鐵道]]",
["station format"] = {
"%1站",
["吉濱"] = iwate,
["平田"] = iwate,
["小本"] = iwate,
},
["lines"] = {
["谷灣線"] = {
["title"] = "[[谷灣線]]",
["color"] = "ff0000",
["left terminus"] = "盛",
["right terminus"] = "久慈"
}
},
["aliases"] = {
}
}
return p