Jump to content

Module:Adjacent stations/Seville Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 10:02, 6 June 2022 (Created page with 'local p = { ["system title"] = "Seville Metro", ["system icon"] = "", ["system color"] = "", ["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:150%; color:#339966; background-color:transparent; border-top:8px solid #339966;", ["header background color"] = "EEEEEE", ["header text color"] = "000000", ["station format"] = { "%1 (Seville Metro)", ["Guadaíra"] = "Guadaíra railway station", ["Palacio de...'). 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"] = "[[Seville Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:150%; color:#339966; background-color:transparent; border-top:8px solid #339966;",
	["header background color"] = "EEEEEE",
	["header text color"] = "000000",
	["station format"] = {
		"%1 (Seville Metro)",
		["Guadaíra"] = "Guadaíra railway station",
		["Palacio de Congresos"] = "Palacio de Congresos railway station",
		["San Bernardo"] = "San Bernardo railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Seville Metro line %1|Line %1]]",
			["color"] = "339966",
		},
		["1"] = {
			["color"] = "009900",
			["icon"] = "[[File:Línea 1 Metro de Sevilla.svg|16px|alt=]]",
			["left terminus"] = "Ciudad Expo",
			["right terminus"] = "Olivar de Quintos",
		},
		["2"] = {
			["color"] = "3366CC",
			["icon"] = "[[File:Línea 2 Metro de Sevilla.svg|16px|alt=]]",
			["left terminus"] = "Torre Triana",
			["right terminus"] = "Parque Tecnológico",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
		["green"] = "1",
		["blue"] = "2",
	}
}

return p