Difference between revisions of "Module:Adjacent stations/ITC"
Jump to navigation
Jump to search
blackwiki>AJP426 (←Created page with 'local p = { ["system title"] = "Incheon Subway", ["system icon"] = "", ["station format"] = { "%1 station", [""] = "", }, ["lines"] = { ["1"] = {...') |
blackwiki>AJP426 |
||
| Line 2: | Line 2: | ||
["system title"] = "[[Incheon Subway]]", | ["system title"] = "[[Incheon Subway]]", | ||
["system icon"] = "", | ["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"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
Revision as of 13:16, 23 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",
[""] = "",
},
["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"] = "",
},
},
}
return p