Module:Adjacent stations/RapidX
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by RapidX.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Delhi–Meerut | Delhi–Meerut |
274778 |
| |
Delhi–Alwar | Delhi–Alwar |
274778 |
| |
Delhi–Sonipat–Panipat | Delhi–Sonipat–Panipat |
FE5E00 |
|
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