پودمان:Adjacent stations/Zhengzhou Metro

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local zzm = "[[%1 station (Zhengzhou Metro)|%1]]"
local rws = "[[%1 railway station#Metro station|%1 Railway Station]]"

local p = {
	["system title"] = "[[Zhengzhou Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Airport East"] = zzm,
		["Terminal 3"] = zzm,
		["Convention and Exhibition Center"] = zzm,
		["Civic Center"] = zzm,
		["Tielu"] = zzm,
		["Renminlu"] = zzm,
		["Exhibition Center "] = zzm,
		["Fengzhuang"] = zzm,
		["Expo Center"] = zzm,
		["Central Business District"] = zzm,
		["Olympic Sports Center"] = zzm,
		["Putianxi"] = zzm,
		["Renmin Road"] = zzm,
		["Zhengzhou"] = rws,
		["Zhengzhoudong"] = "[[Zhengzhou East railway station#Metro station|Zhengzhou East Railway Station]]",
		["Zhengzhou East"] = rws,
		["Zhengzhou Hangkonggang"] = rws,
		["Xuchang East"] = rws,
		["Xuchangdong"] = "[[Xuchang East railway station#Metro station|Xuchang East Railway Station]]",

		["counter"] = "outer loop",
		["counter-clockwise"] = "outer loop",
		["outer-loop"] = "outer loop",
		["clockwise"] = "inner loop",
		["inner-loop"] = "inner loop",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Zhengzhou Metro)|Line %1]]"
		},
		["1"] = {
			["color"] = "e60000",
			["left terminus"] = "Henan University of Technology",
			["right terminus"] = "New Campus of Henan University"
		},
		["2"] = {
			["color"] = "ffd500	",
			["left terminus"] = "Jiahe",
			["right terminus"] = "Nansihuan"
		},
		["3"] = {
			["color"] = "FF8000",
			["left terminus"] = "Henan Sports Center",
			["right terminus"] = "Yinggang"
		},
		["4"] = {
			["color"] = "00A0E9",
			["left terminus"] = "Laoyachen",
			["right terminus"] = "Langzhuang"
		},
		["5"] = {
			["color"] = "2A5947",
			["circular"] = 1,
			["left terminus"] = "inner loop",
			["right terminus"] = "outer loop"
		},
		["6"] = {
			["color"] = "9900CC",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7"] = {
			["color"] = "D6A053",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["8"] = {
			["color"] = "E5E289",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["10"] = {
			["color"] = "BE6254",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["11"] = {
			["color"] = "91ADB1",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["12"] = {
			["color"] = "1A60A5",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["13"] = {
			["color"] = "7686C2",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["14"] = {
			["color"] = "B289BC",
			["left terminus"] = "Xushui",
			["right terminus"] = "Lianhu"
		},
		["15"] = {
			["color"] = "7B5123",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["16"] = {
			["color"] = "39592C",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["Chengjiao"] =  {
			["title"] = "[[Chengjiao line]]<!--(Line 9)-->",
			["color"] = "a2ae73",
			["left terminus"] = "Jiahe",
			["right terminus"] = "Zhengzhou Hangkonggang Railway Station"
		},
		["Zhengxu"] =  {
			["title"] = "[[Zhengxu line]]",
			["color"] = "0B4355",
			["left terminus"] = "Chang'anlubei",
			["right terminus"] = "Xuchang East Railway Station"
		},
	},
	["aliases"] = {
		 ["c"] = "Chengjiao",
		 ["cj"] = "Chengjiao",
		 ["suburban"] = "Chengjiao",
		 ["chengjiao"] = "Chengjiao",
	     ["9"] = "Chengjiao",
		 ["c1"] = "Chengjiao",
		 ["cj1"] = "Chengjiao",
		 ["suburban1"] = "Chengjiao",
		 ["chengjiao1"] = "Chengjiao",
		 ["17"] = "Zhengxu",
		 ["zx"] = "Zhengxu", 
		 ["zhengxu"] = "Zhengxu",
	}
}

return p