Module:Adjacent stations/RTS

< Module:Adjacent stations
Revision as of 03:31, 5 October 2021 by imported>Jjpachano (Created page with 'local p = { ["system title"] = "RTS", ["system icon"] = "", ["station format"] = { "%1 RTS station", ["Woodlands North"] = "Woodlands North MRT station", }, ["lines"] = { ["_default"] = { ["title"] = "Johor Bahru–Singapore Link", ["color"] = "87CEFA", ["left terminus"] = "Bukit Chagar", ["right terminus"] = "Woodlands North", }, }, }...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Johor Bahru–Singapore Rapid Transit System|RTS]]",
	["system icon"] = "",
	["station format"] = {
		"%1 RTS station",
		["Woodlands North"] = "Woodlands North MRT station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Johor Bahru–Singapore Rapid Transit System|Johor Bahru–Singapore Link]]",
			["color"] = "87CEFA",
			["left terminus"] = "Bukit Chagar",
			["right terminus"] = "Woodlands North",
		},
	},
}

return p