Jump to content

Module:Adjacent stations/Naples Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 05:09, 10 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Naples Metro]]",
	["system icon"] = "[[File:Logo Metropolitane Italia.svg|18px|link=Naples Metro|alt=The logo of Metro systems used throughout Italy.]]",
	["station format"] = {
		"%1 (Naples Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Naples Metro)|Line %1]]",
		},
		["1"] = {
			["color"] = "f7d222",
			["left terminus"] = "Piscinola",
			["right terminus"] = "Garibaldi",
		},
		["2"] = {
			["color"] = "003399",
			["left terminus"] = "Pozzuoli Solfatara",
			["right terminus"] = "Napoli San Giovanni-Barra",			
		},
		["6"] = {
			["color"] = "90c4e7",
			["left terminus"] = "Mostra",
			["right terminus"] = "Mergellina",			
		},
	},
}
return p