ماژول:Adjacent stations/Doha Metro

ویکی‌پدیادان، آچیق بیلیک‌لیک‌دن

بو ماژول اوچون بلگه‌لر ماژول:Adjacent stations/Doha Metro/بلگه صفحه‌سینده یارادیلا بیلینر

local p = {
	["system title"] = "[[دوحه متروسو]]",
	["system icon"] = "",
	["system color"] = "512842",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Doha Metro)|%1 Line]]",
			["icon"] = "[[File:%1 Line Doha Icon 04.2019.svg|16px|alt=]]",
			["text color"] = "FFFFFF",
		},
		["Gold"] = {
			["short name"] = "M3",
			["color"] = "F9B428",
			["left terminus"] = "Al Aziziyah",
			["right terminus"] = "Ras Bu Aboud",
		},
		["Green"] = {
			["short name"] = "M2",
			["color"] = "81BA26",
			["left terminus"] = "Al Riffa",
			["right terminus"] = "Al Mansoura",
		},
		["Red"] = {
			["short name"] = "M1",
			["color"] = "E2251C",
			["left terminus"] = "Lusail",
			["right terminus"] = {"Al Wakra", "Hamad International Airport T1"},
		},
	},
	["aliases"] = {
		["gold"] = "Gold",
		["green"] = "Green",
		["red"] = "Red",
		["m1"] = "Red",
		["m2"] = "Green",
		["m3"] = "Gold",
	}
}

return p