Module:Adjacent stations/Tel Aviv Light Rail

< Module:Adjacent stations
Revision as of 19:59, 20 March 2022 by imported>Mackensen (Created page with 'local p = { ["system title"] = "Tel Aviv Light Rail", ["system icon"] = "15px|link=Tel Aviv Light Rail", ["lines"] = { ["_default"] = { ["title"] = "%1 Line", ["short name"] = "%1 Line", }, -- Colors sampled from https://www.nta.co.il/en ["Red"] = { ["color"] = "EB5757", }, ["Green"] = { ["color"] = "089B4D", }, ["Purple"] = { ["color"] = "BA34B1", }, }, } r...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Tel Aviv Light Rail]]",
	["system icon"] = "[[File:Dankal Logo.svg|15px|link=Tel Aviv Light Rail]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Tel Aviv Light Rail)|%1 Line]]",
			["short name"] = "%1 Line",
		},
		-- Colors sampled from https://www.nta.co.il/en
		["Red"] = {
			["color"] = "EB5757",
		},
		["Green"] = {
			["color"] = "089B4D",
		},
		["Purple"] = {
			["color"] = "BA34B1",
		},
	},
}

return p