Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local x = "%1 station"
local rs = "%1 railway station"
local p = {
["system title"] = "[[Luas]]",
["system icon"] = "[[File:Luas simple logo.svg|10px|link=Luas|alt=Luas]]",
["system color"] = "",
["name format"] = {
"",
},
["station format"] = {
"%1 Luas stop",
["Broadstone-DIT"] = "Dublin Broadstone railway station",
["Broombridge"] = rs,
["Busáras"] = "%1",
["Connolly"] = x,
["Harcourt"] = x,
["Heuston"] = rs,
["St Stephen's Green"] = x,
-- custom station names are needed from [[Category:Luas Green Line stops in Dublin (city)]]
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Luas)|%1 Line]]",
},
["Green"] = {
["color"] = "16A364",
["left terminus"] = "Broombridge",
["right terminus"] = "Brides Glen"
},
["Red"] = {
["color"] = "FF0000",
["left terminus"] = "The Point",
["right terminus"] = "Saggart",
},
},
["aliases"] = {
["green"] = "Green",
["red"] = "Red",
}
}
return p