local toyama = "%1站 (富山縣)"
local fukuno = "%1站 (福野町)"
local tram = "%1停留場"
local p = {
["system title"] = "[[加越能鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["米島口"] = tram,
["米島"] = toyama,
["矢田"] = toyama,
["野尻"] = toyama,
["本江"] = fukuno,
["福野"] = toyama,
},
["lines"] = {
["伏木線"] = {
["title"] = "[[伏木線]]",
["color"] = "cccccc",
["left terminus"] = "米島口",
["right terminus"] = "伏木港"
},
["加越線"] = {
["title"] = "[[加越線]]",
["color"] = "cccccc",
["left terminus"] = "石動",
["right terminus"] = "庄川町"
}
},
["aliases"] = {
}
}
return p