Module:Adjacent stations/Changzhou Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Changzhou Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
cd5c5c |
| |
Line 2 | 2 |
529fc9 |
|
local m = "%1 station (Changzhou Metro)"
local n = "[[Changzhou North railway station|Changzhou North Railway Station]]"
local c = "[[Changzhou railway station|Changzhou Railway Station]]"
local w = "[[Wujin railway station|Wujin Yanjiang Railway Station]]"
local p = {
["system icon"] = "[[File:ChangzhouMetro.svg|16px|link=Changzhou Metro|alt=Logo of Changzhou Metro]]",
["system title"] = "[[Changzhou Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Chashan"] = m,
["Cuizhu"] = m,
["Cultural Palace"] = m,
["Forest Park"] = m,
["Lucheng"] = m,
["Olympic Sports Center"] = m,
["Wujiaochang"] = m,
["Changzhou North"] = n,
["Changzhou North Railway Station"] = n,
["Changzhou"] = c,
["Changzhou Railway Station"] = c,
["Wujin Yanjiang"] = w,
["Wujin"] = w,
["Wujin Yanjiang Railway Station"] = w,
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Changzhou Metro)|Line %1]]"
},
["1"] = {
["color"] = "cd5c5c",
["left terminus"] = "Forest Park",
["right terminus"] = "Nanxiashu"
},
["2"] = {
["color"] = "529fc9",
["left terminus"] = "Qingfeng Park",
["right terminus"] = "Wuyi Lu"
},
},
}
return p