Jump to content

Module:Adjacent stations/MRL

From Wikipedia, the free encyclopedia

local komuter = "[[%1 Komuter station|KTM %1]]"

local p = {
	["system title"] = "[[MRL East Coast Rail Link|Malaysia Rail Link]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Westport"] = "Westport railway station (Malaysia)",
        ["Kota Bharu"] = "Kota Bharu railway station (Kelantan)",
        ["Serendah"] = komuter,
        ["Jalan Kastam"] = komuter,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MRL East Coast Rail Link|East Coast Rail Link]]",
			["color"] = "1964b7",
			["left terminus"] = {"Westport", "Gombak"},
			["right terminus"] = "Kota Bharu",
			["types"] = {
				["Westport"] = {
					["title"] = "",
					["left terminus"] = "Westport",
				},
				["Gombak"] = {
					["title"] = "",
					["left terminus"] = "Gombak",
				},
			}
		}
	}
}

return p