Difference between revisions of "Module:Adjacent stations/Kaohsiung Rapid Transit"
Jump to navigation
Jump to search
blackwiki>Owennson |
blackwiki>Owennson |
||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
| − | ["system title"] = "[[ | + | ["system title"] = "[[Kaohsiung Rapid Transit]]", |
| − | ["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=Kaohsiung Rapid Transit]]", |
["station format"] = { | ["station format"] = { | ||
| − | "% | + | "%1 MRT station", |
| − | [" | + | ["Ciaotou station"] = "Qiaotou station", |
| − | [" | + | ["Kaohsiung main station"] = "%1", |
| − | [" | + | ["Hamasen"] = "Hamasen LRT station", |
| − | [" | + | ["Lizihnei"] = "Lizihnei LRT station", |
| − | [" | + | ["Zuoying"] = "Zuoying HSR station" |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| − | [" | + | ["Red"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[Red line (Kaohsiung MRT)|Red line]]", |
["color"] = "ea0061", | ["color"] = "ea0061", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Gangshan South", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Siaogang" |
}, | }, | ||
| − | [" | + | ["Orange"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]", |
["color"] = "fd973c", | ["color"] = "fd973c", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Sizihwan", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Daliao" |
}, | }, | ||
| − | [" | + | ["Circular"] = { |
| − | ["title"] = "[[ | + | ["title"] = "[[Circular light rail]]", |
["color"] = "77c35e", | ["color"] = "77c35e", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Hamasen", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Lizihnei" |
} | } | ||
}, | }, | ||
Revision as of 08:22, 26 January 2019
Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/doc
local p = {
["system title"] = "[[Kaohsiung Rapid Transit]]",
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
["station format"] = {
"%1 MRT station",
["Ciaotou station"] = "Qiaotou station",
["Kaohsiung main station"] = "%1",
["Hamasen"] = "Hamasen LRT station",
["Lizihnei"] = "Lizihnei LRT station",
["Zuoying"] = "Zuoying HSR station"
},
["lines"] = {
["Red"] = {
["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
["color"] = "ea0061",
["left terminus"] = "Gangshan South",
["right terminus"] = "Siaogang"
},
["Orange"] = {
["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
["color"] = "fd973c",
["left terminus"] = "Sizihwan",
["right terminus"] = "Daliao"
},
["Circular"] = {
["title"] = "[[Circular light rail]]",
["color"] = "77c35e",
["left terminus"] = "Hamasen",
["right terminus"] = "Lizihnei"
}
},
["aliases"] = {
["r"] = "Red",
["o"] = "Orange",
["c"] = "Circular"
}
}
return p