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 |
ff0000 |
| |
Dark Red Line | Dark Red Line |
e10506 |
|
local x = "%1 railway station"
local p = {
["system title"] = "[[SRT Red Lines]]",
["system icon"] = "",
["station format"] = {
"%1 Station",
["Taling Chan"] = x,
["Bang Bamru"] = x,
["Hua Mak"] = x,
["Bang Sue"] = "Bang Sue Grand Station",
["Hua Lamphong"] = "Hua Lamphong Station (SRT Dark Red Line)",
},
["lines"] = {
["Light Red Line"] = {
["title"] = "[[SRT Light Red Line|Light Red Line]]",
["color"] = "ff0000",
["left terminus"] = "Taling Chan",
["right terminus"] = "Bang Sue",
["types"] = {
["Phase II"] = {
["title"] ="",
["note-mid"] = "Phase II",
["left terminus"] = "Bang Sue",
["right terminus"] = "Hua Mak",
},
["Phase III"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Sala Ya",
["right terminus"] = "Taling Chan",
},
},
},
["Dark Red Line"] = {
["title"] = "[[SRT Dark Red Line|Dark Red Line]]",
["color"] = "e10506",
["left terminus"] = "Rangsit",
["right terminus"] = "Bang Sue",
["types"] = {
["City Train"] = {
["title"] ="<small>City Train</small>",
["left terminus"] = "Rangsit",
["right terminus"] = "Bang Sue",
},
["Express Train"] = {
["title"] ="<small>Express Train</small>",
["left terminus"] = "Rangsit",
["right terminus"] = "Bang Sue",
},
["Phase II"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Thammasat University",
["right terminus"] = "Rangsit",
},
["Phase III"] = {
["title"] ="",
["note-mid"] = "Phase III",
["left terminus"] = "Bang Sue",
["right terminus"] = "Hua Lamphong",
},
["Phase IV"] = {
["title"] ="",
["note-mid"] = "Phase IV",
["left terminus"] = "Khlong San",
["right terminus"] = "Bang Bon",
},
},
},
},
}
return p