Jump to content

Module:Adjacent stations/KTM ETS

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

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

local p = {
	["system title"] = "[[Keretapi Tanah Melayu]] ([[KTM ETS|ETS]])",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Kuala Lumpur Sentral"] = s,
		["Bandar Tasik Selatan"] = s,
                ["Sungai Buloh"] = s,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[KTM ETS|Electric Train Service]]",
			["color"] = "FFFF00",
			["left terminus"] = "Padang Besar",
			["right terminus"] = "Gemas",
			["types"] = {
				["Butterworth"] = {
					["title"] = "",
					["left terminus"] = "Butterworth",
					["right terminus"] = "Nibong Tebal",
				},
			},
		},
	},
}

return p