Module:Adjacent stations/Wiener Linien

MyWikiBiz, Author Your Legacy — Sunday September 08, 2024
Jump to navigationJump to search
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Wiener Linien]]",
	["system icon"] = "[[File:Wiener_Linien_Icon.svg|18px|link=Wiener Linien]]",
	["system color"] = "E3000F",
	["name format"] = {
		"background-color: #E3000F; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U1"] = "background-color: #E3000F; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U2"] = "background-color: #A862A4; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U3"] = "background-color: #EF7C00; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U4"] = "background-color: #00963F; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U5"] = "background-color: #008F95; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U6"] = "background-color: #9D6830; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["U1 U2"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #E3000F, #E3000F, #A862A4, #A862A4);",
		["U1 U3"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #E3000F, #E3000F, #EF7C00, #EF7C00);",
		["U1 U4"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #E3000F, #E3000F, #00963F, #00963F);",
		["U2 U3"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #A862A4, #A862A4, #EF7C00, #EF7C00);",
		["U2 U4"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #A862A4, #A862A4, #00963F, #00963F);",
		["U3 U4"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #EF7C00, #EF7C00, #00963F, #00963F);",
		["U3 U6"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #EF7C00, #EF7C00, #9D6830, #9D6830);",
		["U4 U6"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #00963F, #00963F, #9D6830, #9D6830);",
		["U1 U2 U4"] = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%; background-image: linear-gradient(to right, #E3000F, #A862A4, #A862A4, #00963F);"
	},
	["station format"] = {
		"%1 (Vienna U-Bahn)",
		["Siebenhirten"] = "Siebenhirten"
	},
	["lines"] = {
		["U1"] = {
			["title"] = "[[U1_(Vienna_U-Bahn)|U1]]",
			["color"] = "E3000F",
			["left terminus"] = "Oberlaa",
			["right terminus"] = "Leopoldau",
		},
		["U2"] = {
			["title"] = "[[U2_(Vienna_U-Bahn)|U2]]",
			["color"] = "A862A4",
			["left terminus"] = "Karlsplatz",
			["right terminus"] = "Seestadt",
		},
		["U3"] = {
			["title"] = "[[U3_(Vienna_U-Bahn)|U3]]",
			["color"] = "EF7C00",
			["left terminus"] = "Ottakring",
			["right terminus"] = "Simmering",
		},
		["U4"] = {
			["title"] = "[[U4_(Vienna_U-Bahn)|U4]]",
			["color"] = "00963F",
			["left terminus"] = "Hütteldorf",
			["right terminus"] = "Heiligenstadt",
		},
		["U5"] = {
			["title"] = "[[U5_(Vienna_U-Bahn)|U5]]",
			["color"] = "008F95"
		},
		["U6"] = {
			["title"] = "[[U6_(Vienna_U-Bahn)|U6]]",
			["color"] = "9D6830",
			["left terminus"] = "Floridsdorf",
			["right terminus"] = "Siebenhirten",
		}
	}
}

return p