Jump to content

Module:Adjacent stations/Sofia Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 95.87.235.200 (talk) at 12:15, 5 September 2023 (show color of lines in name, test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Sofia Metro]]",
	["system icon"] = "[[File:Sofia Metro Logo.svg|22px|link=Sofia Metro]]",
	["system color"] = "0E6ABC",
	["name format"] = {
		"background-color: #0E6ABC; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
		["1"] = "background-color: #E92228; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
		["2"] = "background-color: #1C75BB; font-size: 150%; font-family: sans-serif; color: black; padding: 5px; line-height: 100%;",
		["3"] = "background-color: #41B24B; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
		["4"] = "background-color: #FDD304; font-size: 150%; font-family: sans-serif; padding: 5px; line-height: 100%;",
	    ["1 4"] = "font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%; background-image: linear-gradient(to right, #E92228, #E92228, #FDD304, #FDD304);",
	},
	["station format"] = {
		"%1 Metro Station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Sofia Metro#M%1 line|M%1 line]]",
			["icon"] = "[[File:Sofia-metro-lines-0%1.svg|16px|alt=]]",
		},
		["1"] = {
			["title"] = "[[Sofia Metro#M1 line (Red)|M1 line]]",
			["color"] = "E92228",
			["left terminus"] = "Slivnitsa",
			["right terminus"] = "Business Park Sofia",
		},
		["2"] = {
			["color"] = "1C75BB",
			["left terminus"] = "Vitosha",
			["right terminus"] = "Obelya",
		},
		["3"] = {
			["title"] = "[[Sofia Metro#M3 line (Green)|M3 line]]",
			["color"] = "41B24B",
			["left terminus"] = "Gorna Banya",
			["right terminus"] = "Hadzhi Dimitar",
		},
		["4"] = {
			["color"] = "FDD304",
			["left terminus"] = "Obelya",
			["right terminus"] = "Sofia Airport",
		},
	},
	["aliases"] = {
		["m1"] = "1",
		["m2"] = "2",
		["m3"] = "3",
		["m4"] = "4",
	},
}

return p