Jump to content

Module:Adjacent stations/NORTA

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 10:24, 12 July 2023 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "New Orleans Regional Transit Authority", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["2"] = { ["title"] = "Riverfront", ["short name"] = "2", ["color"] = "0000FF", }, ["12"] = { ["title"] = "St. Charles", ["short name"] = "12", ["color"] = "006737", }, ["47"] = { ["title"...'). 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 = {
	["lang"] = "en-US",
	["system title"] = "[[New Orleans Regional Transit Authority]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["2"] = {
			["title"] = "[[Riverfront Streetcar Line|Riverfront]]",
			["short name"] = "2",
			["color"] = "0000FF",
		},
		["12"] = {
			["title"] = "[[St. Charles Streetcar Line|St. Charles]]",
			["short name"] = "12",
			["color"] = "006737",
		},
		["47"] = {
			["title"] = "[[Canal Streetcar Line|Canal–Cemeteries]]",
			["short name"] = "47",
			["color"] = "c32f3d",
		},
		["48"] = {
			["title"] = "[[Canal Streetcar Line|Canal–City Park/Museum]]",
			["short name"] = "48",
			["color"] = "87cb25",
		},
		["49"] = {
			["title"] = "[[Rampart–St. Claude Streetcar Line|Rampart–St. Claude]]",
			["short name"] = "49",
			["color"] = "fdbb30",
			["text color"] = "000000",
		},
	},
}

return p