Jump to content

Module:Adjacent stations/LTA

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Adammapple (talk | contribs) at 05:53, 10 August 2024 (Created page with 'local mrt = "%1 MRT station" local lrt = "%1 LRT station" local sentosa monorail = "%1 Sentosa Monorail station" local p = { ["system title"] = "[[File::Logo of Singapore MRT.svg|70px|link=Land Transport Authority]]", ["system icon"] = "", ["name format"] = { "font-family: Helvetica; font-size: 150%; background-color: #ffffff; color: #000000; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em...'). 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 mrt = "%1 MRT station"
local lrt = "%1 LRT station"
local sentosa monorail = "%1 Sentosa Monorail station"

local p = {
	["system title"] = "[[File::Logo of Singapore MRT.svg|70px|link=Land Transport Authority]]",
	["system icon"] = "",
	["name format"] = {
		"font-family: Helvetica; font-size: 150%; background-color: #ffffff; color: #000000; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["Ampang"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|3}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["Sri Petaling"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|4}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #dddddd; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["Kelana Jaya"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|5}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #dddddd; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["KL Monorail"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|8}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #dddddd; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["Shah Alam"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|11}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #dddddd; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["BRT Sunway"] = "font-family: Helvetica; font-size: 150%; background-color: #{{rcr|KLRT|21}}; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #dddddd; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
		["Interchange"] = "font-family: Helvetica; font-size: 150%; background-color: #5A5A5A; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
                ["MRT1"] = "font-family: Aller; font-size: 150%; background-color: #ffffff; color: #000000; padding: 0.5em; line-height: 100%; white-space: nowrap; border-top: 5px solid grey; border-left: 5px solid grey; border-right: 5px solid grey; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
                ["MRT2"] = "font-family: Aller; font-size: 150%; background-color: #ffffff; color: #000000; padding: 0.5em; line-height: 100%; white-space: nowrap; border-top: 10px solid #{{rcr|KLRT|12}} ; border-left: 10px solid #{{rcr|KLRT|12}} ; border-right: 10px solid #{{rcr|KLRT|12}}; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
                ["MRTPP"] = "font-family: Aller; font-size: 150%; background-color: #ffffff; color: #000000; padding: 0.5em; line-height: 100%; white-space: nowrap; border-top: 10px solid #23aae1 ; border-left: 10px solid #23aae1 ; border-right: 10px solid #23aae1; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",
	},
	["station format"] = {},
	["lines"] = {},
}