Difference between revisions of "Module:Adjacent stations/Baku Metro"
Jump to navigation
Jump to search
blackwiki>Blaixx (New system, Baku Metro) |
blackwiki>Blaixx (Added support for Aslanov branch) |
||
| Line 12: | Line 12: | ||
["left terminus"] = "Darnagul", | ["left terminus"] = "Darnagul", | ||
["right terminus"] = {"Hazi Aslanov", "Bakmil"}, | ["right terminus"] = {"Hazi Aslanov", "Bakmil"}, | ||
| + | ["types"] = { | ||
| + | ["Aslanov"] = { | ||
| + | ["title"] = "", | ||
| + | ["right terminus"] = "Hazi Aslanov", | ||
| + | }, | ||
| + | }, | ||
}, | }, | ||
["Red"] = { | ["Red"] = { | ||
| Line 18: | Line 24: | ||
["left terminus"] = "Icheri Sheher", | ["left terminus"] = "Icheri Sheher", | ||
["right terminus"] = {"Hazi Aslanov", "Bakmil"}, | ["right terminus"] = {"Hazi Aslanov", "Bakmil"}, | ||
| + | ["types"] = { | ||
| + | ["Aslanov"] = { | ||
| + | ["title"] = "", | ||
| + | ["right terminus"] = "Hazi Aslanov", | ||
| + | }, | ||
| + | }, | ||
}, | }, | ||
["Purple"] = { | ["Purple"] = { | ||
Revision as of 16:45, 12 August 2019
This is a data module for Module:Adjacent stations. It supports services in Baku, Azerbaijan operated by the Baku Metro.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "[[Baku Metro]]",
["system icon"] = "",
["system color"] = "009900",
["station format"] = {
"%1 (Baku Metro)",
},
["lines"] = {
["Green"] = {
["title"] = "[[Baku Metro|Green Line]]",
["color"] = "00AB5B",
["left terminus"] = "Darnagul",
["right terminus"] = {"Hazi Aslanov", "Bakmil"},
["types"] = {
["Aslanov"] = {
["title"] = "",
["right terminus"] = "Hazi Aslanov",
},
},
},
["Red"] = {
["title"] = "[[Baku Metro|Red Line]]",
["color"] = "EE1D23",
["left terminus"] = "Icheri Sheher",
["right terminus"] = {"Hazi Aslanov", "Bakmil"},
["types"] = {
["Aslanov"] = {
["title"] = "",
["right terminus"] = "Hazi Aslanov",
},
},
},
["Purple"] = {
["title"] = "[[Baku Metro|Purple Line]]",
["color"] = "8E177C",
["left terminus"] = "Avtovağzal",
["right terminus"] = "Memar Ajami",
},
["Green part"] = {
["title"] = "[[Baku Metro|Green Line (separated part)]]",
["color"] = "9BCA3B",
["left terminus"] = "Jafar Jabbarly",
["right terminus"] = "Shah Ismail Khatai",
},
},
}
return p