Jump to content

Module:Adjacent stations/KTM Komuter

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 05:09, 11 October 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local k = "%1 Komuter station"
local s = "%1 station"

local p = {
	["system title"] = "[[Keretapi Tanah Melayu]]<br/>([[KTM Komuter|Komuter]])",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Kuala Lumpur Sentral"] = s,
		["Terminal Skypark"] = k,
		["Bank Negara"] = k,
		["Batu Caves"] = k,
		["Port Klang"] = k,
		["Subang Jaya"] = s,
		["Abdullah Hukum"] = s,
		["Mid Valley"] = k,
		["Setia Jaya"] = k,
		["Batu Tiga"] = k,
		["Seri Setia"] = k,
		["Kepong"] = k,
		["Sungai Buloh"] = s,
	},
	["lines"] = {
		["Seremban"] = {
			["title"] = "[[Seremban Line]]",
			["color"] = "1964b7",
			["left terminus"] = "Batu Caves",
			["right terminus"] = "Pulau Sebang/Tampin",
		},
	    ["Port Klang"] = {
			["title"] = "[[Port Klang Line]]",
			["color"] = "dc241f",
			["left terminus"] = "Tanjung Malim",
			["right terminus"] = "Port Klang",
		},
	    ["Skypark"] = {
			["title"] = "[[Skypark Link]]",
			["color"] = "6b6b21",
			["left terminus"] = "Kuala Lumpur Sentral",
			["right terminus"] = "Terminal Skypark",
		},
	    ["Padang Rengas"] = {
			["title"] = "[[KTM Komuter Northern Sector|Padang Rengas Line]]",
			["color"] = "1964b7",
			["left terminus"] = "Bukit Mertajam",
			["right terminus"] = "Padang Rengas",
		},
	    ["Padang Besar"] = {
			["title"] = "[[KTM Komuter Northern Sector|Padang Besar Line]]",
			["color"] = "008000",
			["left terminus"] = "Padang Besar",
			["right terminus"] = "Butterworth",
		},
	},
}

return p