Jump to content

Module:Adjacent stations/MRL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 16:03, 6 October 2021 (Created page with 'local p = { ["system title"] = "Malaysia Rail Link", ["system icon"] = "", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["_default"] = { ["title"] = "East Coast Rail Link", ["color"] = "1964b7", ["left terminus"] = "Kota Bharu", ["right terminus"] = "Westport", }, }, } return p'). 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"] = "[[MRL East Coast Rail Link|Malaysia Rail Link]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MRL East Coast Rail Link|East Coast Rail Link]]",
			["color"] = "1964b7",
			["left terminus"] = "Kota Bharu",
			["right terminus"] = "Westport",
		},
	},
}

return p