Module:Adjacent stations/Lanzhou Metro
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Lanzhou Metro.
| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Line 1 | 1 |
0080BC |
| |
| Line 2 | 2 |
ff0000 |
| |
| Line 3 | 3 |
8b4513 |
| |
| Line 4 | 4 |
008000 |
| |
| Line 5 | 5 |
c71585 |
|
local m = "%1 station (Lanzhou Metro)"
local lcugstm = "[[Lanzhou City College (Gansu Science and Technology Museum) station|Lanzhou City University (<abbr title=\"Gansu Science and Technology Museum\">GSTM</abbr>)]]"
local p = {
["system title"] = "[[Lanzhou Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Cultural Palace"] = m,
["Olympic Sports Center"] = m,
["Qilihe"] = m,
["Lanzhou City University (Gansu Science and Technology Museum)"] = lcugstm,
["Lanzhou City University (GSTM)"] = lcugstm,
["North Square of Lanzhou West Railway Station"] = "[[Lanzhou West railway station|North Square of Lanzhou West Railway Station]]",
["Lanzhou Railway Station"] = "[[Lanzhou railway station|Lanzhou Railway Station]]",
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Lanzhou Metro)|Line %1]]"
},
["1"] = {
["color"] = "0080BC",
["left terminus"] = "Chenguanying",
["right terminus"] = "Donggang"
},
["2"] = {
["color"] = "ff0000",
["left terminus"] = "Yanbai Bridge",
["right terminus"] = "Dongfanghong Square"
},
["3"] = {
["color"] = "8b4513",
["left terminus"] = "?",
["right terminus"] = "?"
},
["4"] = {
["color"] = "008000",
["left terminus"] = "?",
["right terminus"] = "?"
},
["5"] = {
["color"] = "c71585",
["left terminus"] = "?",
["right terminus"] = "?"
},
}
}
return p