Module:Adjacent stations/SRT Red Lines
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by SRT Red Lines.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Light Red Line | Light Red Line |
fd5353 |
| |
Dark Red Line | Dark Red Line |
e10506 |
|
local x = "%1 railway station"
local y = "%1 BTS station"
local p = {
["system title"] = "[[SRT Red Lines]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Taling Chan"] = x,
["Bang Bamru"] = x,
["Hua Mak"] = x,
["Rangsit"] = x,
["Wongwian Yai"] = y,
["Talat Phlu"] = y,
["Wutthakat"] = y,
["Krung Thep Aphiwat"] = "Krung Thep Aphiwat Central Terminal",
["Hua Lamphong"] = "Hua Lamphong Station (SRT Dark Red Line)",
},
["lines"] = {
["Light Red Line"] = {
["title"] = "[[SRT Light Red Line|Light Red Line]]",
["color"] = "fd5353",
["left terminus"] = "Krung Thep Aphiwat",
["right terminus"] = "Taling Chan",
["types"] = {
["Phase III"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Taling Chan",
["right terminus"] = "Sala Ya",
},
["Phase IV"] = {
["title"] ="",
["note-mid"] = "Phase IV",
["left terminus"] = "Hua Mak",
["right terminus"] = "Krung Thep Aphiwat",
},
},
},
["Dark Red Line"] = {
["title"] = "[[SRT Dark Red Line|Dark Red Line]]",
["color"] = "e10506",
["left terminus"] = "Krung Thep Aphiwat",
["right terminus"] = "Rangsit",
["types"] = {
["City Train"] = {
["title"] ="<small>City Train</small>",
["left terminus"] = "Krung Thep Aphiwat",
["right terminus"] = "Rangsit",
},
["Express Train"] = {
["title"] ="<small>Express Train</small>",
["left terminus"] = "Bang Sue",
["right terminus"] = "Rangsit",
},
["Phase II"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Rangsit",
["right terminus"] = "Thammasat University",
},
["Phase III"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Hua Lamphong",
["right terminus"] = "Bang Sue",
},
["Phase IV"] = {
["title"] ="",
["note-mid"] = "Phase IV",
["left terminus"] = "Bang Bon",
["right terminus"] = "Khlong San",
},
},
},
},
["aliases"] = {
["light red"] = "Light Red Line",
["dark red"] = "Dark Red Line",
}
}
return p