Module:Adjacent stations/MRT
Appearance
This is a data module for Module:Adjacent stations. It supports services in Bangkok operated by Metropolitan Rapid Transit.
Lines
local x = "%1 BTS station"
local y = "%1 station"
local p = {
["system title"] = "[[MRT (Bangkok)|Metropolitan Rapid Transit]]",
["system icon"] = "[[File:MRT (Bangkok) logo.svg|18px|link=MRT (Bangkok)]]",
["station format"] = {
"%1 MRT station",
["Bang Wa"] = y,
["Wongwian Yai"] = x,
},
["lines"] = {
["Blue Line"] = {
["title"] = "[[Blue Line (Bangkok)|Blue Line]]",
["color"] = "1964b7",
["left terminus"] = "Lak Song",
["right terminus"] = "Tha Phra",
["circular"] = false,
["types"] = {
["Loop"] = {
["title"] ="",
["note-mid"] = "",
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
["circular"] = true,
},
},
},
["Purple Line"] = {
["title"] = "[[Purple Line (Bangkok)|Purple Line]]",
["color"] = "800080",
["left terminus"] = "Khlong Bang Phai",
["right terminus"] = "Tao Poon",
["types"] = {
["Extension"] = {
["title"] ="",
["note-mid"] = "Southern Extension",
["left terminus"] = "Tao Poon",
["right terminus"] = "Kru Nai",
},
},
},
["Orange Line"] = {
["title"] = "[[Orange Line (Bangkok)|Orange Line]]",
["color"] = "ff6601",
["left terminus"] = "Taling Chan",
["right terminus"] = "Yeak Rom Klao",
},
["Pink Line"] = {
["title"] = "[[Pink Line (Bangkok)|Pink Line]]",
["color"] = "ff69b4",
["left terminus"] = "Nonthaburi Civic Center",
["right terminus"] = "Min Buri",
},
["Yellow Line"] = {
["title"] = "[[Yellow Line (Bangkok)|Yellow Line]]",
["color"] = "ffcc33",
["left terminus"] = "Ratchada–Lat Phrao",
["right terminus"] = "Samrong",
},
["Brown Line"] = {
["title"] = "[[Brown Line (Bangkok)|Brown Line]]",
["color"] = "964b00",
["left terminus"] = "Nonthaburi Civic Center",
["right terminus"] = "Yaek Lam Sali",
},
},
}
return p