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 14:32, 2 October 2021 (Created page with 'local s = "%1 station" local p = { ["system title"] = "Keretapi Tanah Melayu (ETS)", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Kuala Lumpur Sentral"] = s, }, ["lines"] = { ["_default"] = { ["title"] = "Electric Train Service", ["color"] = "FFFF00", ["left terminus"] = "Padang Besar", ["right terminus"] = "Gemas", }, },...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[KTM ETS|Electric Train Service]]",
			["color"] = "FFFF00",
			["left terminus"] = "[[Padang Besar railway station|Padang Besar]]",
			["right terminus"] = "[[Gemas railway station|Gemas]]",
		},
	},
}

return p