模組:Adjacent stations/天龍濱名湖鐵道
外观
local shizuoka = "%1站 (靜岡縣)"
local p = {
["system title"] = "[[天龍濱名湖鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["櫻木"] = shizuoka,
["細谷"] = shizuoka,
["原田"] = shizuoka,
["豐岡"] = shizuoka,
["大森"] = shizuoka,
},
["lines"] = {
["天龍濱名湖線"] = {
["title"] = "[[天龍濱名湖線]]",
["color"] = "4D7F54",
["left terminus"] = "掛川",
["right terminus"] = "新所原"
},
},
["aliases"] = {
}
}
return p