మాడ్యూల్:Adjacent stations/Hyderabad Metro

వికీపీడియా నుండి
Jump to navigation Jump to search
local x = "%1 లైన్"
local p = {
	["system title"] = "[[హైదరాబాదు మెట్రో]]",
	["line icon format"] = "link",
	["system color"] = "666666",
	["station format"] = {
		"%1 మెట్రో స్టేషను"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 లైన్ (హైదరాబాదు మెట్రో)|%1 లైన్]]",
			["short name"] = "[[%1 లైన్ (హైదరాబాదు మెట్రో)|%1 లైన్]]",
			["text color"] = "ffffff",
			["short name"] = x
		},
		["Red"] = {
			["color"] = "ff3333",
			["left terminus"] = "మియాపూర్",
			["right terminus"] = "ఎల్.బి. నగర్",
			["short name"] = "రెడ్ లైన్",
		},
		["Blue"] = {
			["color"] = "0000FF",
			["left terminus"] = "రాయదుర్గం",
			["right terminus"] = "నాగోల్",
			["short name"] = "బ్లూ లైన్",
		},
		["Green"] = {
			["color"] = "009933",
			["left terminus"] = "పరేడ్ గ్రౌండ్",
			["right terminus"] = "ఫలక్‌నుమా",
			["short name"] = "గ్రీన్ లైన్",
		},
		["Airport Express"] = {
			["title"] = "[[హైదరాబాద్ ఎయిర్‌పోర్ట్ మెట్రో ఎక్స్‌ప్రెస్|ఎయిర్‌పోర్ట్ ఎక్స్‌ప్రెస్ లైన్]]",
			["color"] = "FF8C00",
			["left terminus"] = "రాయదుర్గం",
			["right terminus"] = "విమానాశ్రయ టర్మినల్",
			["short name"] = "ఎయిర్‌పోర్ట్ ఎక్స్‌ప్రెస్ లైన్"
 		}
	},
	["aliases"] = {
		["red"] = "రెడ్",
		["green"] = "గ్రీన్",
		["blue"] = "బ్లూ",
		["r"] = "రెడ్",
		["g"] = "గ్రీన్",
		["b"] = "బ్లూ",
		["ae"] = "Airport Express",
		["airport"] = "Airport Express",
		["airport express"] = "Airport Express",
	}
}
return p