Jump to content

Module:Adjacent stations/Rio de Janeiro Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 09:32, 6 June 2022 (Created page with 'local p = { ["system title"] = "Rio de Janeiro Metro", ["system icon"] = "25px|alt=", ["system color"] = "", ["name format"] = "", ["header background color"] = "85d8f6", ["header text color"] = "000000", ["station format"] = { "%1 Station", ["Central"] = "Central do Brasil", }, ["lines"] = { ["_default"] = { ["title"] = "Line %1", ["color"] = "85d8f6", }, ["1"] = { ["co...'). 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"] = "[[Rio de Janeiro Metro]]",
	["system icon"] = "[[File:Logo MetroRio.svg|25px|alt=]]",
	["system color"] = "",
	["name format"] = "",
	["header background color"] = "85d8f6",
	["header text color"] = "000000",
	["station format"] = {
		"%1 Station",
		["Central"] = "Central do Brasil",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Rio de Janeiro)|Line %1]]",
			["color"] = "85d8f6",
		},
		["1"] = {
			["color"] = "FF8500",
			["left terminus"] = "Uruguai",
			["right terminus"] = "General Osório",
		},
		["2"] = {
			["color"] = "00AE27",
			["left terminus"] = "Pavuna",
			["right terminus"] = "Botafogo/Coca-Cola",
		},
		["4"] = {
			["color"] = "ef3f32",
			["left terminus"] = "General Osório",
			["right terminus"] = "Jardim Oceânico",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
		["line 4"] = "4",
	}
}

return p