模組:Adjacent stations/台北捷運
外觀
可在模組:Adjacent stations/台北捷運/doc建立此模組的說明文件
local x = "%1站 (台北市)"
local y = "%1站 (新北市)"
local z = "%1站 (台灣)"
local p = {
["system title"] = "[[台北捷運]]",
["station format"] = {
"%1站",
-- 文湖線
["東湖"] = x,
["文德"] = z,
["西湖"] = x,
["大安"] = z,
["動物園"] = x,
-- 淡水信義線
["忠義"] = x,
["石牌"] = x,
["中山"] = x,
["臺北車站"] = "[[台北車站]]",
["東門"] = x,
-- 松山新店線
["松山"] = "[[松山車站 (臺灣)|松山]]",
["北門"] = x,
["小南門"] = x,
["景美"] = x,
["新店"] = y,
-- 中和新蘆線
["新莊"] = y,
["頭前庄"] = "[[頭前庄站|頭前-{庄}-]]",
["丹鳳"] = y,
-- 板南線
["南港"] = "[[南港車站|南港]]",
["昆陽"] = x,
["永春"] = x,
["市政府"] = x,
["西門"] = "[[西門站 (台北捷運)|西門]]",
["新埔"] = y,
["板橋"] = z,
["府中"] = z,
["海山"] = y,
["土城"] = y,
["永寧"] = z,
["頂埔"] = y,
-- 環狀線
["中原"] = y,
["中和"] = y,
-- 萬大樹林線
["植物園"] = x,
["永和"] = "[[永和站 (台北捷運)|永和]]",
["清水"] = y,
["樹林"] = "[[樹林站 (台北捷運)|樹林]]"
},
["lines"] = {
["BR"] = {
["title"] = "[[File:Taipei Metro Line BR.svg|20px]] [[文湖線]]",
["color"] = "c48c31",
["left terminus"] = "動物園",
["right terminus"] = "南港展覽館"
},
["R"] = {
["title"] = "[[File:Taipei Metro Line R.svg|20px]] [[淡水信義線]]",
["color"] = "e3002c",
["left terminus"] = {"象山", "大安"},
["right terminus"] = {"淡水", "北投"}
},
["G"] = {
["title"] = "[[File:Taipei Metro Line G.svg|20px]] [[松山新店線]]",
["color"] = "008659",
["left terminus"] = {'新店',"台電大樓"},
["right terminus"] = "松山"
},
["O"] = {
["title"] = "[[File:Taipei Metro Line O.svg|20px]] [[中和新蘆線]]",
["color"] = "f8b61c",
["left terminus"] = "南勢角",
["right terminus"] = {"迴龍", "蘆洲"}
},
["BL"] = {
["title"] = "[[File:Taipei Metro Line BL.svg|20px]] [[板南線]]",
["color"] = "0070bd",
["left terminus"] = {"頂埔", "亞東醫院"},
["right terminus"] = "南港展覽館"
},
["小碧潭"] = {
["title"] = "[[File:Taipei Metro Line Xiaobitan Branch.svg|20px]] [[小碧潭支線]]",
["color"] = "cfdb00",
["left terminus"] = "小碧潭",
["right terminus"] = "七張"
},
["新北投"] = {
["title"] = "[[File:Taipei Metro Line Xinbeitou Branch.svg|20px]] [[新北投支線]]",
["color"] = "fd92a3",
["left terminus"] = "北投",
["right terminus"] = "新北投"
},
["貓空"] = {
["title"] = "[[File:Maokong Gondola Logo(Logo Only).svg|20px]] [[貓空纜車]]",
["color"] = "77bc1f",
["left terminus"] = "動物園",
["right terminus"] = "貓空"
},
["Y"] = {
["title"] = "[[File:Taipei Metro Line Y icon.svg|20px]] [[環狀線 (台北捷運)|環狀線]]",
["color"] = "ffdb00",
["left terminus"] = "大坪林",
["right terminus"] = "新北產業園區"
},
-- Future lines
["LG"] = {
["title"] = "[[File:Taipei Metro Line Wanda Zhonghe Shulin.svg|20px]] [[萬大樹林線]]",
["color"] = "a1d884",
["left terminus"] = "中正紀念堂",
["right terminus"] = "迴龍"
},
["SB"] = {
["title"] = "[[File:Taipei Metro Line SB.svg|20px]] [[民生汐止線]]",
["color"] = "25aae1",
["left terminus"] = "大稻埕",
["right terminus"] = "汐止"
},
-- Former services
["TXN"] = {
["title"] = "[[台北捷運#歷史|淡水-新店-南勢角]]",
["left terminus"] = {"淡水", "北投"},
["right terminus"] = {"新店", "南勢角"}
}
},
["aliases"] = {
["wenhu"] = "BR",
["tamsui–xinyi"] = "R",
["songshan–xindian"] = "G",
["zhonghe–xinlu"] = "O",
["bannan"] = "BL",
["circular"] = "Y",
["wanda–shulin"] = "LG",
["minsheng–xizhi"] = "SB",
["sanying"] = "LB",
["xinbeitou"] = "Xinbeitou",
["xiaobitan"] = "Xiaobitan",
["maokong"] = "Maokong",
["maokong gondola"] = "Maokong",
["1"] = "BR",
["2"] = "R",
["3"] = "G",
["4"] = "O",
["5"] = "BL",
["6"] = "Y",
["7"] = "LG",
["8"] = "SB",
["br"] = "BR",
["r"] = "R",
["g"] = "G",
["o"] = "O",
["bl"] = "BL",
["y"] = "Y",
["lg"] = "LG",
["sb"] = "SB",
["brown"] = "BR",
["red"] = "R",
["green"] = "G",
["orange"] = "O",
["blue"] = "BL",
["yellow"] = "Y",
["lightgreen"] = "LG",
["skyblue"] = "SB",
["light green"] = "LG",
["sky blue"] = "SB",
["lightblue"] = "LB",
["light blue"] = "LB"
}
}
return p