This is a data module for Module:Adjacent stations. It supports services operated by Gwangju Metro.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
009088 |
|
local grtc = "%1 station (Gwangju Metro)"
local g = "%1 station (Gwangju)"
local p = {
["system title"] = "[[Gwangju Metro]]",
["system icon"] = "",
["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #F08200; padding: 0.4em 4px;",
["header background color"] = "009088",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Uncheon"] = g,
["Airport"] = g,
["Gwangju Songjeong"] = grtc,
["Hwajeong"] = g,
},
["lines"] = {
["1"] = {
["title"] = "[[Gwangju Metro Line 1|Line 1]]",
["color"] = "009088",
["icon"] = "[[File:Gwangju Metro Line 1.svg|16px|alt=]]",
["left terminus"] = "Nokdong",
["right terminus"] = "Pyeongdong",
},
},
}
return p