Jump to content

Module:Adjacent stations/RapidX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Santosh4118 (talk | contribs) at 05:08, 3 November 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local rrts = "%1 RRTS station"

local p = {
	["system title"] = "[[RapidX]]",
	["system icon"] = "[[File:NCRTC logo.png|17px|link=National Capital Region Transport Corporation]]",
	["rail box format"] = "title",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #fffc00; background-color: #2366a0; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "2366a0",
	["station format"] = {
		"%1 RRTS station",
		["Sahibabad"] = rrts,
		["Ghaziabad"] = rrts,
		["Duhai"] = rrts
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Regional Rapid Transit System|%1]]",
			["color"] = "FE5E00",
			["text color"] = "ffffff",
		},
		["Delhi–Meerut"] = {
			["color"] = "274778",
			["left terminus"] = "Sarai Kale Khan",
			["right terminus"] = "Modipuram",
		},
		["Delhi–Alwar"] = {
			["color"] = "274778",
			["left terminus"] = "Sarai Kale Khan",
			["right terminus"] = "Alwar",
		},
	},
	["aliases"] = {
		["Delhi-Meerut"] = "Delhi–Meerut",
		["Delhi-Alwar"] = "Delhi–Alwar",
	} 
}

return p