模組:Adjacent stations/Xiamen Metro

Lohankhapedia (自由的百科全書) 欲共你講..。
跳至導覽 跳至搜尋

This is a data module for Module:Adjacent stations. It supports services operated by Xiamen Metro.

LineKeysColorHex colorIcon
1 hō soàⁿ 1   ff7300
2 hō soàⁿ 2   008900
3 hō soàⁿ 3   529fc9
4 hō soàⁿ 4   FE5466
6 hō soàⁿ 6   fe8dba

local m = "[[%1 Chām (Ē-mn̂g Tē-thih)|%1]]"
local xrws = "[[Ē-mn̂g Hé-chhia-chām (Ē-mn̂g Tē-thih)|Ē-mn̂g Hé-chhia-chām]]"
local xnrws = "[[Ē-mn̂g Pak-chām (Ē-mn̂g Tē-thih)|Ē-mn̂g Pak-chām]]"

local p = {
	["system title"] = "[[Ē-mn̂g Tē-thih]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 Chām",
		["Kiàn-gia̍p-lō͘"] = m,
		["Thé-io̍k Tiong-sim"] = m,
		["Xin'an"] = m,
		["Tiong-san Kong-hn̂g"] = m,
		["Sip-toē Kong-hn̂g"] = m,
		["Sip-tē Kong-hn̂g"] = m,	
		["Ē-mn̂g Pak-chām"] = xnrws,
		["Xiamen North"] = xnrws,
		["Xiamen North Railway Station"] = xnrws,
		["Ē-mn̂g Hé-chhia-chām"] = xrws,
		["Xiamen Railway Station"] = xrws
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Ē-mn̂g Kúi-tō Kau-thong %1 hō soàⁿ|%1 hō soàⁿ]]"
		},
		["1"] = {
			["color"] = "ff7300",
			["left terminus"] = "Giâm-lāi",
			["right terminus"] = "Tìn-hái-lō͘"
		},
		["2"] = {
			["color"] = "008900",
			["left terminus"] = "Ú-iân-oan",
			["right terminus"] = "Thian-tiok-soaⁿ"
		},
		["3"] = {
			["color"] = "529fc9",
			["left terminus"] = "Ē-mn̂g Hé-chhia-chām",
			["right terminus"] = "Chhoà-chhù"
		},
		["4"] = {
			["color"] = "FE5466",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6"] = {
			["color"] = "fe8dba",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
	}
}

return p