Module:Adjacent stations/Luas

From Wikipedia, the free encyclopedia

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#Luas stop",
		["Connolly"] = x,
		["Harcourt"] = "Harcourt Street station",
		["Heuston"] = rs,
		["Red Cow"] = "Red Cow interchange#Luas stop and depot",
		["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"] = {"Parnell","Broombridge"},
			["right terminus"] = {"Sandyford","Brides Glen"},
			["types"] = {
				["North"] = {
					["title"] = "",
					["left terminus"] = "Broombridge",
				},
				["South"] = {
					["title"] = "",
					["right terminus"] = "Brides Glen",
				}
			}
		},
		["Red"] = {
			["color"] = "FF0000",
			["left terminus"] = {"Saggart","Tallaght"},
			["right terminus"] = {"The Point","Connolly"},
		},
	},
	["aliases"] = {
		["green"] = "Green",
		["red"] = "Red",
	}
}

return p