Jump to content

Module:Adjacent stations/SMRT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by R22-3877 (talk | contribs) at 02:22, 19 February 2022 (Creating Adjacent stations module for SG MRT network). 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 smrt = "% MRT/LRT station"

local p = {
	["system title"] = "[[Mass Rapid Transit (Singapore)|Mass Rapid Transit]]",
	["system icon"] = "",
	["station format"] = {
		"%1 MRT station",
		["Bukit Panjang"] = smrt,
		["Punggol"] = smrt,
		["Sengkang"] = smrt,
	},
	["lines"] = {
		["Circle"] = {
			["title"] = "[[Circle MRT line|Circle Line]]",
			["color"] = "fa9e0d",
			["left terminus"] = "[[Dhoby Ghaut MRT station|Dhoby Ghaut]]",
			["right terminus"] = "[[HarbourFront MRT station|HarbourFront]]",
			["types"] = {
				["Stadium"] = {
					["title"] ="Stadium Shuttle",
					["left terminus"] = "[[Marina Bay MRT station|Marina Bay]]",
					["right terminus"] = "[[Stadium MRT station|Stadium]]",
				},
				["CCL6"] = {
					["title"] ="Future service",
					["left terminus"] = "Clockwise / outer",
					["right terminus"] = "Anticlockwise / inner",
					["circular"] = true,
				},
			},
		},
		["Cross Island"] = {
			["title"] = "[[Cross Island MRT line|Cross Island Line]]",
			["color"] = "97C616",
			["left terminus"] = "[[Aviation Park MRT station|Aviation Park]]",
			["right terminus"] = "[[Bright Hill MRT station|Bright Hill]]",
		},
		["Downtown"] = {
			["title"] = "[[Downtown MRT line|Downtown Line]]",
			["color"] = "005ec4",
			["left terminus"] = "[[Bukit Panjang MRT/LRT station|Bukit Panjang]]",
			["right terminus"] = {"[[Expo MRT station|Expo]]","[[Sungei Bedok MRT station|Sungei Bedok]]"},
		},
		["East West"] = {
			["title"] = "[[East West MRT line|East West Line]]",
			["color"] = "009645",
			["left terminus"] = "[[Pasir Ris MRT station|Pasir Ris]]",
			["right terminus"] = "[[Tuas Link MRT station|Tuas Link]]",
			["types"] = {
				["Changi"] ={
					["title"] = "Changi Airport Line",
					["left terminus"] = "[[Tanah Merah MRT station|Tanah Merah]]",
					["right terminus"] = "[[Changi Airport MRT station|Changi Airport]]",
				},
			},
		},
		["Jurong Region"] = {
			["title"] = "[[Jurong Region MRT line|Jurong Region Line]]",
			["color"] = "0099aa",
			["types"] = {
				["Pandan"] = {
					["title"] = "Future service",
					["left terminus"] = "[[Tengah MRT station|Tengah]]",
					["right terminus"] = "[[Pandan Reservoir MRT station|Pandan Reservoir]]",
					},
				["Jurong Pier"] = {
					["title"] = "Future service",
					["right terminus"] = "[[Jurong Pier MRT station|Jurong Pier]]",
						["via"] = "[[Bahar Junction MRT station|Bahar Junction]]",
					},
					["oneway-right"] = true,
				["Peng Kang"] = {
					["title"] = "Future service",
					["right terminus"] = {"[[Peng Kang Hill MRT station|Peng Kang Hill]]",
						["via"] = "[[Bahar Junction MRT station|Bahar Junction]]",
					},
					["oneway-right"] = true,
					},
				["CCK"] = {
					["title"] = "Future service",
					["oneway-left"] = true,
					["right terminus"] = "[[Choa Chu Kang MRT station|Choa Chu Kang]]",
						["via"] = "[[Bahar Junction MRT station|Bahar Junction]]",
					},
				},
		},
		["North East"] = {
			["title"] = "[[North East MRT line|North East Line]]",
			["color"] = "9900aa",
			["left terminus"] = "[[HarbourFront MRT station|HarbourFront]]",
			["right terminus"] = {"[[Punggol MRT/LRT station|Punggol]]","[[Punggol Coast MRT station|Punggol Coast]]"},
		},
		["North South"] = {
			["title"] = "[[North South MRT line|North South Line]]",
			["color"] = "d42e12",
			["left terminus"] = "[[Jurong East MRT station|Jurong East]]",
			["right terminus"] = "[[Marina South Pier MRT station|Marina South Pier]]",
		},
		["Thomson-East Coast"] = {
			["title"] = "[[Thomson-East Coast MRT line|Thomson-East Coast Line]]",
			["color"] = "9D5B25",
			["left terminus"] = "[[Woodlands North MRT station|Woodlands North]]",
			["right terminus"] = {"[[Caldecott MRT station|Caldecott]]",
				"[[Gardens by the Bay MRT station|Gardens by the Bay]]",
				"[[Bayshore MRT station|Bayshore]]","[[Sungei Bedok MRT station|Sungei Bedok]]"},
		},
	},
}

return p