Jump to content

Module:Adjacent stations/KTM

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 04:48, 12 October 2021 (Created page with 'local p = { ["system title"] = "Keretapi Tanah Melayu", ["system icon"] = "", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["_default"] = { ["color"] = "000000", }, ["Ampang"] = { ["title"] = "Ampang Line", ["left terminus"] = "Sultan Street", ["right terminus"] = {"Salak Selatan", "Ampang"}, }, ["Rantau Panjang"] = { ["title"] = "Rantau Panjang Line", ["left terminus"] = "Rantau Panjan...'). 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 p = {
	["system title"] = "[[Keretapi Tanah Melayu]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Ampang"] = {
			["title"] = "Ampang Line",
			["left terminus"] = "Sultan Street",
			["right terminus"] = {"Salak Selatan", "Ampang"},
		},
	    ["Rantau Panjang"] = {
			["title"] = "Rantau Panjang Line",
			["left terminus"] = "Rantau Panjang",
			["right terminus"] = "Pasir Mas",
		},
	},
}

return p