Jump to content

Module:Adjacent stations/MRL

From Humanipedia
Revision as of 21:33, 3 February 2025 by Humanipedia (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a data module for Module:Adjacent stations. It supports services operated by Malaysia Rail Link.

Template:Rail template doc Template:Rail template doc Template:Rail template doc


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)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MRL East Coast Rail Link|East Coast Rail Link]]",
			["color"] = "1964b7",
			["left terminus"] = "Kota Bharu",
			["right terminus"] = "Westport",
		},
	},
}

return p