Jump to content

Module:Adjacent stations/Palma Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:56, 12 March 2022 (Created page with 'local stn = "%1 station" local p = { ["system title"] = "Palma Metro", ["system icon"] = "20px|link=Palma Metro", ["station format"] = { "%1 metro station", ["Jacint Verdaguer"] = stn, ["Palma Intermodal"] = "Palma Intermodal Station", ["Son Costa / Son Fortesa"] = stn, }, ["lines"] = { ["_default"] = { ["title"] = "%1", }, ["M1"] = { ["color"] = "f1b03e", ["left terminus"...'). 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 stn = "%1 station"

local p = {
	["system title"] = "[[Palma Metro]]",
	["system icon"] = "[[File:Símbolo del Metro de Palma|20px|link=Palma Metro]]",
	["station format"] = {
		"%1 metro station",
		["Jacint Verdaguer"] = stn,
		["Palma Intermodal"] = "Palma Intermodal Station",
		["Son Costa / Son Fortesa"] = stn,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Palma Metro|%1]]",
		},
		["M1"] = {
			["color"] = "f1b03e",
			["left terminus"] = "Palma Intermodal",
			["right terminus"] = "UIB",
			["icon"] = "[[File:Metro Palma M1.svg|20px|link=Palma Metro]]",
		},
		["M2"] = {
			["color"] = "e93324",
			["left terminus"] = "Palma Intermodal",
			["right terminus"] = "Marratxí",
			["icon"] = "[[File:Metro Palma M1.svg|20px|link=Palma Metro]]",
		},
	},
	["aliases"] = {
		["1"] = "M1",
		["2"] = "M2",
	}
}

return p