模組:Adjacent stations/Luas
local x = "博物館站 (都柏林輕軌)"
local rs = "金橋站 (都柏林輕軌)"
local p = {
["system title"] = "[[都柏林輕軌]]",
["system icon"] = "[[File:Luas simple logo.svg|10px|link=Luas|alt=Luas]]",
["system color"] = "",
["name format"] = {
"",
},
["station format"] = {
"%1站",
["Broadstone-DIT"] = "Dublin Broadstone railway station",
["Broombridge"] = rs,
["Busáras"] = "%1#Luas stop",
['博物館'] = x,
["Harcourt"] = "Harcourt Street station",
["金橋"] = rs,
["拉納拉"] = "拉納拉站 (都柏林)",
["St Stephen's Green"] = x,
-- custom station names are needed from [[Category:Luas Green Line stops in Dublin (city)]]
},
["lines"] = {
["_default"] = {
["title"] = "[[都柏林轻轨%1线|%1線]]",
},
["綠"] = {
["color"] = "16A364",
["left terminus"] = {"帕內爾","布魯姆橋"},
["right terminus"] = {"桑迪福德","新娘峽谷"},
["types"] = {
["North"] = {
["title"] = "",
["left terminus"] = "布魯姆橋",
},
["South"] = {
["title"] = "",
["right terminus"] = "新娘峽谷",
}
}
},
["紅"] = {
["color"] = "FF0000",
["left terminus"] = {"萨格特","塔拉"},
["right terminus"] = {"波因特","康諾利"},
},
},
["aliases"] = {
["green"] = "Green",
["red"] = "Red",
}
}
return p