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 15:38, 25 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]]",
	["system icon"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #000080;  padding: 0.4em 4px;",
    ["header background color"] = "000000",
	["station format"] = {
		"%1 railway station",
		["Jurong Port"] = "Jurong Port",
		["Woodlands"] = "Woodlands Train Checkpoint",
        ["Johor Bahru Sentral"] = s,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Ampang"] = {
			["title"] = "Ampang Line",
			["left terminus"] = "Kuala Lumpur",
			["right terminus"] = {"Salak Selatan", "Ampang"},
		},
	    ["Rantau Panjang"] = {
			["title"] = "Rantau Panjang Line",
			["left terminus"] = "Rantau Panjang",
			["right terminus"] = "Pasir Mas",
		},
	    ["North South"] = {
			["title"] = "[[KTM West Coast railway line|North–South Line]]",
			["left terminus"] = "Padang Besar",
			["right terminus"] = "Tanjong Pagar",
		},
	    ["Jurong"] = {
			["title"] = "[[Jurong railway line|Jurong Freight Line]]",
			["left terminus"] = "Jurong Port",
			["right terminus"] = "Bukit Timah",
		},
        ["West Coast"] = {
			["title"] = "[[KTM West Coast railway line|West Coast Line]]",
			["left terminus"] = "Padang Besar",
			["right terminus"] = "Woodlands",
		},
	},
}

return p