Jump to content

Module:Adjacent stations/Portland Streetcar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:30, 29 January 2022 (Created page with 'local p = { ["system title"] = "Portland Streetcar", ["system icon"] = "19px|link=Portland Streetcar", ["station format"] = { "%1 station", }, ["lines"] = { ["A"] = { ["title"] = "A Loop", ["color"] = "D51668", }, ["B"] = { ["title"] = "B Loop", ["color"] = "0091B2", }, ["NS"] = { ["title"] = "NS Line", ["color"] = "7FBC03", }, }, } return p'). 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"] = "[[Portland Streetcar]]",
	["system icon"] = "[[File:Portland Streetcar symbol.svg|19px|link=Portland Streetcar]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[A and B Loop|A Loop]]",
			["color"] = "D51668",
		},
		["B"] = {
			["title"] = "[[A and B Loop|B Loop]]",
			["color"] = "0091B2",
		},
		["NS"] = {
			["title"] = "[[NS Line]]",
			["color"] = "7FBC03",
		},
	},
}

return p