local x = "%1站 (京都府)"
local y = "%1站 (兵庫縣)"
local p = {
["system title"] = "[[京都丹後鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
-- M
["東雲"] = x,
-- F
["牧"] = x,
["大江"] = x,
-- T
["豐岡"] = y,
},
["lines"] = {
["M"] = {
["title"] = "'''M''' [[宮舞線]]",
["color"] = "437bb3",
["left terminus"] = "西舞鶴",
["right terminus"] = "宮津"
},
["F"] = {
["title"] = "'''F''' [[宮福線]]",
["color"] = "588b35",
["left terminus"] = "福知山",
["right terminus"] = "宮津"
},
["T"] = {
["title"] = "'''T''' [[宮豐線]]",
["color"] = "c5541b",
["left terminus"] = "宮津",
["right terminus"] = "豐岡"
}
},
["aliases"] = {
}
}
return p