模块:Adjacent stations/伊贺铁道
local japan = "%1站 (日本)"
local mie = "%1站 (三重縣)"
local p = {
["system title"] = "[[伊賀鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["新居"] = japan,
["丸山"] = mie,
},
["lines"] = {
["伊賀線"] = {
["title"] = "[[伊賀線]]",
["color"] = "703664",
["left terminus"] = "伊賀上野",
["right terminus"] = "伊賀神戶"
},
},
["aliases"] = {
}
}
return p