মডিউল:পার্শ্ববর্তী স্টেশন/তাইপেই মেট্রো

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
local x = "%1 station"
local y = "%1 gondola station"

local p = {
	["system title"] = "[[তাইপেই মেট্রো]]",
	["system icon"] = "[[File:Taipei Metro Logo(Logo Only).svg|18px|link=তাইপেই মেট্রো]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 metro station",
		
		["Banqiao"] = x,
		["Nangang"] = x,
		["Songshan"] = x,
		["Taipei Zoo"] = x,
		
		["Maokong"] = y,
		["Taipei Zoo South"] = y,
		["Zhinan Temple"] = y,
		
		["CKS Memorial Hall"] = "Chiang Kai-shek Memorial Hall metro station",
		["Nangang Exhib Center"] = "Taipei Nangang Exhibition Center metro station",
		["Taipei Main Station"] = "%1",
	},
	["lines"] = {
		["BR"] = {
			["title"] = "[[Wenhu line]]",
			["color"] = "9e652e",
			["left terminus"] = "Nangang Exhib Center",
			["right terminus"] = "Taipei Zoo"
		},
		["R"] = {
			["title"] = "[[Tamsui–Xinyi line]]",
			["color"] = "cb2c30",
			["left terminus"] = {"Tamsui", "Beitou"},
			["right terminus"] = {"Xiangshan", "Daan"}
		},
		["G"] = {
			["title"] = "[[Songshan–Xindian line]]",
			["color"] = "007749",
			["left terminus"] = {"Xindian", "Taipower Building"},
			["right terminus"] = "Songshan"
		},
		["O"] = {
			["title"] = "[[Zhonghe–Xinlu line]]",
			["color"] = "ffa300",
			["left terminus"] = {"Huilong", "Luzhou"},
			["right terminus"] = "Nanshijiao"
		},
		["BL"] = {
			["title"] = "[[Bannan line]]",
			["color"] = "005eb8",
			["left terminus"] = {"Dingpu", "Far Eastern Hospital"},
			["right terminus"] = "Nangang Exhib Center"
		},
		["Xiaobitan"] = {
			["title"] = "[[Xiaobitan branch line]]",
			["color"] = "cedc00",
			["left terminus"] = "Xiaobitan",
			["right terminus"] = "Qizhang"
		},
		["Xinbeitou"] = {
			["title"] = "[[Xinbeitou branch line]]",
			["color"] = "f890a5",
			["left terminus"] = "Xinbeitou",
			["right terminus"] = "Beitou"			
		},
		["Maokong"] = {
			["title"] = "[[Maokong Gondola]]",
			["color"] = "78be20",
			["left terminus"] = "Taipei Zoo",
			["right terminus"] = "Maokong"
		},
	
		-- Future lines
		["Y"] = {
			["title"] = "[[Circular line (Taipei Metro)|Circular line]]",
			["color"] = "fedb00",
			["left terminus"] = "New Taipei Industrial Park",
			["right terminus"] = "Dapinglin"
		},
		["LG"] = {
			["title"] = "[[Wanda–Shulin line]]",
			["color"] = "a1d884",
			["left terminus"] = "Chiang Kai-Shek Memorial Hall",
			["right terminus"] = "Huilong"
		},
		["SB"] = {
			["title"] = "[[Minsheng–Xizhi line]]",
			["color"] = "25aae1",
			["left terminus"] = "Dadaocheng",
			["right terminus"] = "Xizhi"
		},
		
		-- New Taipei Metro
		["LB"] = {
			["title"] = "[[Sanying line]]",
			["color"] = "79bce8",
			["left terminus"] = "Dingpu",
			["right terminus"] = "Da'nan"
		},
	
		-- Former services
		["TXN"] = {
			["title"] = "[[Taipei Metro#Timeline of services|Tamsui–Xindian–Nanshijiao]]",
			["left terminus"] = {"Tamsui", "Beitou"},
			["right terminus"] = {"Xindian", "Nanshijiao"}
		}		
	},
	["aliases"] = {
		["wenhu"] = "BR",
		["tamsui–xinyi"] = "R",
		["songshan–xindian"] = "G",
		["zhonghe–xinlu"] = "O",
		["bannan"] = "BL",
		["circular"] = "Y",
		["wanda–shulin"] = "LG",
		["minsheng–xizhi"] = "SB",
		["sanying"] = "LB",
		["xinbeitou"] = "Xinbeitou",
		["xiaobitan"] = "Xiaobitan",
		["maokong"] = "Maokong",
		["maokong gondola"] = "Maokong",
		["1"] = "BR",
		["2"] = "R",
		["3"] = "G",
		["4"] = "O",
		["5"] = "BL",
		["6"] = "Y",
		["7"] = "LG",
		["8"] = "SB",
		["br"] = "BR",
		["r"] = "R",
		["g"] = "G",
		["o"] = "O",
		["bl"] = "BL",
		["y"] = "Y",
		["lg"] = "LG",
		["sb"] = "SB",
		["brown"] = "BR",
		["red"] = "R",
		["green"] = "G",
		["orange"] = "O",
		["blue"] = "BL",
		["yellow"] = "Y",
		["lightgreen"] = "LG",
		["skyblue"] = "SB",
		["light green"] = "LG",
		["sky blue"] = "SB",
		["lightblue"] = "LB",
		["light blue"] = "LB"
	}
}

return p