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

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local m = "%1 station (Shenyang Metro)"
local lutcm = "[[Liaoning University of Traditional Chinese Medicine station|Liaoning University of <abbr title=\"Traditional Chinese Medicine\">TCM</abbr>]]"

local p = {
	["system title"] = "[[Shenyang Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["7th Street"] = m,
		["13th Street"] = m,
		["Huanggutun"] = m,
		["Shitushuguan"] = m,
		["Yingbin Road "] = m,
		["Yixueyuan"] = m,
		["Liaoning University of Traditional Chinese Medicine"] = lutcm
 	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Shenyang Metro)|Line %1]]"
		},
		["1"] = {
			["color"] = "E5001C",
			["left terminus"] = "Shisanhaojie",
			["right terminus"] = "Limingguangchang"
		},
		["2"] = {
			["color"] = "FEC010",
			["left terminus"] = "Putianlu",
			["right terminus"] = "Quanyunlu"
		},
		["3"] = {
			["color"] = "FF007F",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4"] = {
			["color"] = "4B0082",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6"] = {
			["color"] = "01787C",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["9"] = {
			["color"] = "128FE2",
			["left terminus"] = "Nujianggongyuan",
			["right terminus"] = "Jianzhudaxue"
		},
		["10"] = {
			["color"] = "23A63C",
			["left terminus"] = "Dingxianghu",
			["right terminus"] = "Zhangshabu"
		},
	}
}

return p