Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/KTM

From Wikipedia, the free encyclopedia

local s = "%1 station"

local p = {
	["system title"] = "[[Keretapi Tanah Melayu]]",
	["system icon"] = "[[File:Keretapi Tanah Melayu Berhad Logo.svg|20px|link=Keretapi Tanah Melayu]]",
	["name format"] = "font-family: Helvetica; background-color: #3c5a9f; font-size: 150%; text-transform:uppercase; color: #FFFFFF; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
    ["header background color"] = "3c5a9f",
    ["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 railway station",
		["Jurong Port"] = "Jurong Port",
        ["Kranji"] = "Kranji railway station, Singapore",
		["Woodlands"] = "[[Woodlands Train Checkpoint|Woodlands]]",
		["WoodlandsOld"] = "[[Woodlands railway station, Singapore|Woodlands]]",
        ["JB Sentral"] = "Johor Bahru Sentral station",
        ["Newton"] = "[[Newton railway station, Singapore|Newton]]",
        ["Lahat"] = "Lahat railway station (Malaysia)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Keretapi Tanah Melayu]]",
			["color"] = "000000",
		},
		["Ampang"] = {
			["title"] = "[[KTM West Coast railway line|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",
            ["types"] = {
				["Batu Caves"] = {
					["title"] = "Batu Caves Branch",
				},
                ["Port Klang"] = {
					["title"] = "[[Port Klang Line|Port Klang Branch]]",
				},
            },
		},
        ["East Coast"] = {
			["title"] = "[[KTM East Coast railway line|East Coast Line]]",
			["left terminus"] = "Tumpat",
			["right terminus"] = "Gemas",
		},
        ["Singapore"] = {
			["title"] = "[[Singapore–Kranji Railway|Woodlands–Singapore Railway]]",
			["left terminus"] = "Woodlands",
			["right terminus"] = "Tanjong Pagar",
		},
	},
}

return p