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

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local lvdao = "[[Lvdao Lake station|Lvdao Lake]]"
local frws = "[[Foshan railway station|Foshan Railway Station]]"
local fwrws = "[[Foshan West railway station|Foshan West Railway Station]]"
local gsrws = "[[Guangzhou South railway station|Guangzhou South Railway Station]]"

local p = {
	["system title"] = "[[Foshan Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Dongping"] = "[[Dongping station|Dongping]]",
		["Dongping (Foshan)"] = "[[Dongping station|Dongping]]",
		["Dongping Foshan"] = "[[Dongping station|Dongping]]",
		["Dongping (Guangzhou)"] = "[[Baiyun Dongping station |Baiyun Dongping]]",
		["Dongping Guangzhou"] = "[[Baiyun Dongping station |Baiyun Dongping]]",
		["Sanshanxinchengbei"] = "[[Sanshanxinchengbei station|Sanshan­xinchengbei]]",
		["Sanshanxinchengnan"] = "[[Sanshanxinchengnan station|Sanshan­xinchengnan]]",
		["Liantang"] = "[[Liantang station (Foshan Metro)|Liantang]]",
		["Licun"] = "[[Licun station (Foshan Metro)|Licun]]",
		["Ludao Lake"] = lvdao,
		["Lüdao Lake"] = lvdao,
		["Lyudao Lake"] = lvdao,
		["Ludaohu"] = lvdao,
		["Lüdaohu"] = lvdao,
		["Lyudaohu"] = lvdao,
		["Taiping"] = "[[Taiping station (Foshan Metro)|Taiping]]",
		["Shishan"] = "[[Shishan station (Foshan Metro)|Shishan]]",
		["Zhongshan Park"] = "[[Zhongshan Park station (Foshan Metro)|Zhongshan Park]]",
		["Foshan"] = frws,
		["Foshan Railway Station"] = frws,
		["Foshan West"] = fwrws,
		["Foshan West Railway Station"] = fwrws,
		["Guangzhou South"] = gsrws,
		["Guangzhou South Railway Station"] = gsrws,
		["Guangzhou South railway station"] = gsrws,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Foshan Metro)|Line %1]]",
			["color"] = "BBBBBB"
		},
		["2"] = {
			["color"] = "f5333f",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nanzhuang",
			["right terminus"] = "Guangzhou South Railway Station",
		},
		["3"] = {
			["color"] = "002f87",
			["text color"] = "FFFFFF",
			["left terminus"] = "Shunde Passenger Port",
			["right terminus"] = "Foshan University",
		},
		["4"] = {
			["color"] = "923a7f",
			["text color"] = "FFFFFF",
			["left terminus"] = "Gongye Dadao",
			["right terminus"] = "Gangkou Lu",
		},
		["11"] = {
			["color"] = "035c67",
			["text color"] = "FFFFFF",
			["left terminus"] = "Rongqi Ferry",
			["right terminus"] = "Hedongdong",
		},
		["Guangfo"] = {
			["title"] = "[[Guangfo Metro|Guangfo Line]]",
			["color"] = "c4d600",
			["text color"] = "FFFFFF",
			["left terminus"] = "Xincheng Dong",
			["right terminus"] = "Lijiao",
		},
		["Nanhai"] = {
			["title"] = "[[Line 1 (Nanhai Tram)|Nanhai Tram Line 1]]",
			["color"] = "5eb3e4",
			["text color"] = "FFFFFF",
			["left terminus"] = "Leigang",
			["right terminus"] = "Sanshanxinchengbei",
		},
		["TGM1"] = {
			["title"] = "[[Line 1 (Gaoming Tram)|Gaoming Tram Line 1]]",
			["color"] = "4ca585",
			["text color"] = "FFFFFF",
			["left terminus"] = "<span class='error'>error</span>",
			["right terminus"] = "<span class='error'>error</span>",
		},
	},
	["aliases"] = {
		["1"] ="Guangfo",
		["g"] ="Guangfo",
		["gf"] ="Guangfo",
		["guangfo"] ="Guangfo",
		["nanhai"] = "Nanhai",
		["nh"] = "Nanhai",
		["tnh1"] = "Nanhai",
		["TNH1"] = "Nanhai",
		["tgm1"] = "TGM1",
	}
}

return p