Jump to content

Module:Adjacent stations/Tel Aviv Light Rail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:59, 20 March 2022 (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...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous 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