模組:Adjacent stations/马来亚铁道电动列车服务

文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

這是Module:Adjacent stations的數據模塊,包含由马来亚铁道电动列车服务經營的服務線。請也參考File:KTM ETS Route Map.svg

路線 编辑

路線代碼顏色十六進制顏色圖標
吉隆坡中央-怡保(金色) KL Sentral–Ipoh (Gold)   ffd700
吉隆坡中央-怡保(银色) KL Sentral–Ipoh (Silver)   c0c0c0
吉隆坡中央-巴东勿刹(白金) KL Sentral–Padang Besar   e5e4e2
吉隆坡中央-北海(白金) KL Sentral–Butterworth   e5e4e2
巴东勿刹-金马士(金色) Padang Besar–Gemas   ffd700
北海-金马士(金色) Butterworth–Gemas   ffd700

local p = {
	["system title"] = "[[马来亚铁道]]([[马来亚铁道电动列车服务|电动列车服务]])",
	["system icon"] = "[[File:Electrictrainservicelogo.png|20px|link=马来亚铁道电动列车服务]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[马来亚铁道电动列车服务|电动列车服务]]",
			["color"] = "ffd700",
			["left terminus"] = "巴东勿刹",
			["right terminus"] = "金马士",
		},
        ["金色电动列车服务"] = {
			["title"] = "[[马来亚铁道电动列车服务|金色电动列车服务]]",
			["color"] = "ffd700",
			["left terminus"] = "",
			["right terminus"] = "",
		},
        ["银色电动列车服务"] = {
			["title"] = "[[马来亚铁道电动列车服务|银色电动列车服务]]",
			["color"] = "c0c0c0",
			["left terminus"] = "",
			["right terminus"] = "",
		},
        ["白金电动列车服务"] = {
			["title"] = "[[马来亚铁道电动列车服务|白金电动列车服务]]",
			["color"] = "e5e4e2",
			["left terminus"] = "",
			["right terminus"] = "",
		},
        ["吉隆坡中央-怡保(金色)"] = {
			["title"] = "[[马来亚铁道电动列车服务|吉隆坡中央-怡保(金色)]]",
			["color"] = "ffd700",
			["left terminus"] = "怡保",
			["right terminus"] = "吉隆坡中央",
		},
        ["吉隆坡中央-怡保(银色)"] = {
			["title"] = "[[马来亚铁道电动列车服务|吉隆坡中央-怡保(银色)]]",
			["color"] = "c0c0c0",
			["left terminus"] = "怡保",
			["right terminus"] = "吉隆坡中央",
		},
        ["吉隆坡中央-巴东勿刹(白金)"] = {
			["title"] = "[[马来亚铁道电动列车服务|吉隆坡中央-巴东勿刹(白金)]]",
			["color"] = "e5e4e2",
			["left terminus"] = "巴东勿刹",
			["right terminus"] = "吉隆坡中央",
		},
        ["吉隆坡中央-北海(白金)"] = {
			["title"] = "[[马来亚铁道电动列车服务|吉隆坡中央-北海(白金)]]",
			["color"] = "e5e4e2",
			["left terminus"] = "北海",
			["right terminus"] = "吉隆坡中央",
		},
        ["巴东勿刹-金马士(金色)"] = {
			["title"] = "[[马来亚铁道电动列车服务|巴东勿刹-金马士(金色)]]",
			["color"] = "ffd700",
			["left terminus"] = "巴东勿刹",
			["right terminus"] = "金马士",
		},
        ["北海-金马士(金色)"] = {
			["title"] = "[[马来亚铁道电动列车服务|北海-金马士(金色)]]",
			["color"] = "ffd700",
			["left terminus"] = "北海",
			["right terminus"] = "金马士",
		},
	},

	-- 站名格式数据
	["station format"] = {
		"%1站",
		-- 消歧义
		["吉隆坡中央"] = "吉隆坡中央车站",
		["北海"] = "北海站 (槟城)",
		["芙蓉"] = "芙蓉站 (森美兰)",
		["太平"] = "太平站 (霹雳)",
		["和丰"] = "和丰站 (霹雳)",
		-- 模板格式需要

	},

	["aliases"] = {
		["ets gold"] = "金色电动列车服务",
		["ets silver"] = "银色电动列车服务",
		["ets platinum"] = "白金电动列车服务",
		["kl sentral–ipoh (gold)"] = "吉隆坡中央-怡保(金色)",
		["kl sentral–ipoh (silver)"] = "吉隆坡中央-怡保(银色)",
		["kl sentral–padang besar"] = "吉隆坡中央-巴东勿刹(白金)",
		["kl sentral–butterworth"] = "吉隆坡中央-北海(白金)",
		["padang besar–gemas"] = "巴东勿刹-金马士(金色)",
		["butterworth–gemas"] = "北海-金马士(金色)",
	},
}

return p