Difference between revisions of "Module:Adjacent stations/GMRTC"
Jump to navigation
Jump to search
blackwiki>AJP426 |
blackwiki>AJP426 |
||
| Line 3: | Line 3: | ||
local p = { | local p = { | ||
| − | |||
["system title"] = "[[Gwangju Metro]]", | ["system title"] = "[[Gwangju Metro]]", | ||
["system icon"] = "", | ["system icon"] = "", | ||
| − | ["name format"] = | + | ["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #009088; padding: 0.4em 4px;", |
| − | + | ["header background color"] = "009088", | |
| − | + | ["header text color"] = "FFFFFF", | |
| − | ["header background color"] = | ||
| − | |||
| − | |||
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| Line 18: | Line 14: | ||
["Gwangju Songjeong"] = grtc, | ["Gwangju Songjeong"] = grtc, | ||
}, | }, | ||
| − | |||
["lines"] = { | ["lines"] = { | ||
["1"] = { | ["1"] = { | ||
["title"] = "[[Gwangju Metro Line 1|Line 1]]", | ["title"] = "[[Gwangju Metro Line 1|Line 1]]", | ||
["color"] = "009088", | ["color"] = "009088", | ||
| − | |||
| − | |||
["left terminus"] = "Nokdong", | ["left terminus"] = "Nokdong", | ||
["right terminus"] = "Pyeongdong", | ["right terminus"] = "Pyeongdong", | ||
Revision as of 04:30, 6 May 2020
Documentation for this module may be created at Module:Adjacent stations/GMRTC/doc
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: #009088; padding: 0.4em 4px;",
["header background color"] = "009088",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Uncheon"] = g,
["Airport"] = g,
["Gwangju Songjeong"] = grtc,
},
["lines"] = {
["1"] = {
["title"] = "[[Gwangju Metro Line 1|Line 1]]",
["color"] = "009088",
["left terminus"] = "Nokdong",
["right terminus"] = "Pyeongdong",
},
},
}
return p