模組:Adjacent stations/弘南鐵道
外观
local aomori = "%1站 (青森縣)"
local tetsu= "%1站 (弘南鐵道)"
local p = {
["system title"] = "[[弘南鐵道]]",
["station format"] = {
"%1站",
-- 真岡線
["新里"] = aomori,
["黑石"] = aomori,
["石川"] = tetsu,
},
["lines"] = {
["弘南線"] = {
["title"] = "[[File:Konan Konan Line symbol.svg|20px]] [[弘南線]]",
["color"] = "FFA500",
["left terminus"] = "弘前",
["right terminus"] = "黑石"
},
["大鰐線"] = {
["title"] = "[[File:Konan Owani Line symbol.svg|20px]] [[大鰐線]]",
["color"] = "FFA500",
["left terminus"] = "大鰐",
["right terminus"] = "中央弘前"
},
["黑石線"] = {
["title"] = "[[黑石線]]",
["color"] = "CCCCCC",
["left terminus"] = "川部",
["right terminus"] = "黑石"
}
},
["aliases"] = {
}
}
return p