Difference between revisions of "Module:Adjacent stations/ITC"
Jump to navigation
Jump to search
blackwiki>AJP426 |
m (3 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 15: | Line 15: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| − | [""] = "", | + | ["Incheon Int'l Airport Terminal 1"] = "Incheon International Airport Terminal 1", |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| Line 35: | Line 35: | ||
["left terminus"] = "", | ["left terminus"] = "", | ||
["right terminus"] = "", | ["right terminus"] = "", | ||
| + | }, | ||
| + | ["Incheon Airport Maglev"] = { | ||
| + | ["title"] = "[[Incheon Airport Maglev]]", | ||
| + | ["color"] = "ffcd12", | ||
| + | ["left terminus"] = "Incheon Int'l Airport Terminal 1", | ||
| + | ["right terminus"] = "Yongyu", | ||
}, | }, | ||
}, | }, | ||
Latest revision as of 12:37, 26 September 2020
Documentation for this module may be created at Module:Adjacent stations/ITC/doc
local p = {
["system title"] = "[[Incheon Subway]]",
["system icon"] = "",
["name format"] = {
["1"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #8cadcb; padding: 0.4em 4px;",
["2"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #f06a00; padding: 0.4em 4px;",
["3"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #777777; padding: 0.4em 4px;",
},
["header background color"] = {
["1"] = "8cadcb",
["2"] = "f06a00",
["3"] = "777777",
},
["header text color"] = "ffffff",
["station format"] = {
"%1 station",
["Incheon Int'l Airport Terminal 1"] = "Incheon International Airport Terminal 1",
},
["lines"] = {
["1"] = {
["title"] = "[[Incheon Subway Line 1|Line 1]]",
["color"] = "8cadcb",
["left terminus"] = "Gyeyang",
["right terminus"] = "Songdo Moonlight Festival Park",
},
["2"] = {
["title"] = "[[Incheon Subway Line 2|Line 2]]",
["color"] = "f06a00",
["left terminus"] = "Geomdan Oryu",
["right terminus"] = "Unyeon",
},
["3"] = {
["title"] = "[[Incheon Subway Line 3|Line 3]]",
["color"] = "777777",
["left terminus"] = "",
["right terminus"] = "",
},
["Incheon Airport Maglev"] = {
["title"] = "[[Incheon Airport Maglev]]",
["color"] = "ffcd12",
["left terminus"] = "Incheon Int'l Airport Terminal 1",
["right terminus"] = "Yongyu",
},
},
}
return p