模組:Adjacent stations/井原鐵道
外观
local hiroshima= "%1站 (廣島縣)"
local okayama= "%1站 (岡山縣)"
local p = {
["system title"] = "[[井原鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["三谷"] = okayama,
["小田"] = okayama,
["御領"] = hiroshima,
},
["lines"] = {
["井原線"] = {
["title"] = "[[井原線]]",
["color"] = "9acd32",
["left terminus"] = "總社",
["right terminus"] = "神邊"
},
}
}
return p