Module:Adjacent stations/Luas

< Module:Adjacent stations
Revision as of 15:42, 26 Haziran 2022 by imported>Animal lover 666
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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