Difference between revisions of "Module:Adjacent stations/Kaohsiung Rapid Transit"
Jump to navigation
Jump to search
blackwiki>Ythlev |
blackwiki>Owennson |
||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
| − | ["system title"] = "[[ | + | ["system title"] = "[[高雄捷運]]", |
| − | ["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link= | + | ["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=高雄摍運]]", |
["station format"] = { | ["station format"] = { | ||
| − | "% | + | "%1站", |
| − | [" | + | ["橋頭火車站"] = "橋頭火車站", |
| − | [" | + | ["高雄車站"] = "%1", |
| − | [" | + | ["哈瑪星"] = "哈瑪星站", |
| − | [" | + | ["籬子內"] = "籬子內站", |
| − | [" | + | ["左營"] = "新左營站" |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| − | [" | + | ["紅"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[高雄捷運紅線|紅線]]", |
["color"] = "ea0061", | ["color"] = "ea0061", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "南岡山", |
| − | ["right terminus"] = " | + | ["right terminus"] = "小港" |
}, | }, | ||
| − | [" | + | ["橘"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[高雄捷運橘線|橘線]]", |
["color"] = "fd973c", | ["color"] = "fd973c", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "西子灣", |
| − | ["right terminus"] = " | + | ["right terminus"] = "大寮" |
}, | }, | ||
| − | [" | + | ["環"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[高雄環狀輕軌]]", |
["color"] = "77c35e", | ["color"] = "77c35e", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "哈瑪星", |
| − | ["right terminus"] = " | + | ["right terminus"] = "籬子內" |
} | } | ||
}, | }, | ||
Revision as of 08:21, 26 January 2019
Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/doc
local p = {
["system title"] = "[[高雄捷運]]",
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=高雄摍運]]",
["station format"] = {
"%1站",
["橋頭火車站"] = "橋頭火車站",
["高雄車站"] = "%1",
["哈瑪星"] = "哈瑪星站",
["籬子內"] = "籬子內站",
["左營"] = "新左營站"
},
["lines"] = {
["紅"] = {
["title"] = "[[高雄捷運紅線|紅線]]",
["color"] = "ea0061",
["left terminus"] = "南岡山",
["right terminus"] = "小港"
},
["橘"] = {
["title"] = "[[高雄捷運橘線|橘線]]",
["color"] = "fd973c",
["left terminus"] = "西子灣",
["right terminus"] = "大寮"
},
["環"] = {
["title"] = "[[高雄環狀輕軌]]",
["color"] = "77c35e",
["left terminus"] = "哈瑪星",
["right terminus"] = "籬子內"
}
},
["aliases"] = {
["r"] = "Red",
["o"] = "Orange",
["c"] = "Circular"
}
}
return p