Langbahn Team – Weltmeisterschaft

Module:Adjacent stations/Rapid KL: Difference between revisions

Content deleted Content added
Jjpachano (talk | contribs)
Created page with 'local mrt = "%1 MRT station" local lrt = "%1 LRT station" local m = "%1 Monorail station" local brt = "%1 BRT station" local n = "%1" local p = { ["system title"] = "70px|link=Rapid KL", ["system icon"] = "", ["station format"] = { "%1 station", [""] = "", }, ["lines"] = { ["Ampang"] = { ["title"] = "Ampang Line", ["color"] = "fe8e10", ["left terminus"] = "Sentul Timur", ["...'
(No difference)

Revision as of 15:35, 3 October 2021

local mrt = "%1 MRT station"
local lrt = "%1 LRT station"
local m = "%1 Monorail station"
local brt = "%1 BRT station"
local n = "%1"

local p = {
	["system title"] = "[[File:Rapid KL Logo.svg|70px|link=Rapid KL]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		[""] = "",
	},
	["lines"] = {
		["Ampang"] = {
			["title"] = "[[Ampang and Sri Petaling lines|Ampang Line]]",
			["color"] = "fe8e10",
			["left terminus"] = "Sentul Timur",
			["right terminus"] = "Ampang",
		},
	    ["Ampang"] = {
			["title"] = "[[Ampang and Sri Petaling lines|Sri Petaling Line]]",
			["color"] = "fe8e10",
			["left terminus"] = "Sentul Timur",
			["right terminus"] = "Putra Heights",
		},
	    ["Kelana Jaya"] = {
			["title"] = "[[Kelana Jaya line|Kelana Jaya Line]]",
			["color"] = "e0115f",
			["left terminus"] = "Gombak",
			["right terminus"] = "Putra Heights",
		},
	    ["KL Monorail"] = {
			["title"] = "[[KL Monorail]]",
			["color"] = "7dba00",
			["left terminus"] = "Kuala Lumpur Sentral",
			["right terminus"] = "Titiwangsa",
		},
	    ["Kajang"] = {
			["title"] = "[[Kajang line|Kajang Line]]",
			["color"] = "11753a",
			["left terminus"] = "Sungai Buloh",
			["right terminus"] = "Kajang",
		},
	    ["Sunway"] = {
			["title"] = "[[BRT Sunway Line]]",
			["color"] = "1e4d2b",
			["left terminus"] = "USJ 7",
			["right terminus"] = "Setia Jaya",
		},
	    ["Shah Alam"] = {
			["title"] = "[[Shah Alam Line]]",
			["color"] = "59b8e6",
			["left terminus"] = "Bandar Utama",
			["right terminus"] = "Johan Setia",
			["types"] = {
				["Phase I"] = {
					["title"] = "",
					["note-mid"] = "Phase I",
					["left terminus"] = "Bandaraya Shah Alam",
					["right terminus"] = "Johan Setia",
				},
			    ["Phase II"] = {
					["title"] = "",
					["note-mid"] = "Phase II",
					["left terminus"] = "Bandar Utama",
					["right terminus"] = "Bandaraya Shah Alam",
				},
			},
		},
	    ["Putrajaya"] = {
			["title"] = "[[Putrajaya line|Putrajaya Line]]",
			["color"] = "faca05",
			["left terminus"] = "Kwasa Damansara",
			["right terminus"] = "Putrajaya Sentral",
			["types"] = {
				["Phase I"] = {
					["title"] = "",
					["note-mid"] = "Phase I",
					["left terminus"] = "Kwasa Damansara",
					["right terminus"] = "Kampung Batu",
				},
			    ["Phase II"] = {
					["title"] = "",
					["note-mid"] = "Phase II",
					["left terminus"] = "Kampung Batu",
					["right terminus"] = "Putrajaya Sentral",
				},
			},
		},
	},
}

return p