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 07:27, 4 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 p = {
	["system title"] = "[[Keretapi Tanah Melayu]] ([[KTM ETS|ETS]])",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Kuala Lumpur Sentral"] = s,
		["Bandar Tasik Selatan"] = s,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[KTM ETS|Electric Train Service]]",
			["color"] = "FFFF00",
			["left terminus"] = "Padang Besar",
			["right terminus"] = "Gemas",
		},
	},
}

return p