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:06, 10 December 2022 (Created page with 'local p = { ["system title"] = "Naples Metro", ["system icon"] = "18px|link=Naples Metro|alt=The logo of Metro systems used throughout Italy.", ["station format"] = { "%1 (Naples Metro)", }, ["lines"] = { ["_default"] = { ["title"] = "Line", }, ["1"] = { ["left terminus"] = "Piscinola", ["right terminus"] = "Garibaldi", }, ["2"] = { ["left terminus"] = "Pozzuo...'). 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"] = "[[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"] = {
			["left terminus"] = "Piscinola",
			["right terminus"] = "Garibaldi",
		},
		["2"] = {
			["left terminus"] = "Pozzuoli Solfatara",
			["right terminus"] = "Napoli San Giovanni-Barra",			
		},
		["6"] = {
			["left terminus"] = "Mostra",
			["right terminus"] = "Mergellina",			
		},
	},
}
return p