Difference between revisions of "Module:Adjacent stations/Kaohsiung Rapid Transit/sandbox"
Jump to navigation
Jump to search
blackwiki>Jc86035 (1) m (standardize "p" to allow self-references) |
m (6 revisions imported) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
| + | ["lang"] = "en-GB", | ||
["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] [[Kaohsiung Rapid Transit System]]", | ["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] [[Kaohsiung Rapid Transit System]]", | ||
["station format"] = { | ["station format"] = { | ||
| Line 5: | Line 6: | ||
["Ciaotou"] = "Qiaotou station", | ["Ciaotou"] = "Qiaotou station", | ||
["Kaohsiung Main station"] = "Kaohsiung station", | ["Kaohsiung Main station"] = "Kaohsiung station", | ||
| − | ["Zuoying"] = "Zuoying HSR station" | + | ["Zuoying"] = "Zuoying HSR station", |
| + | |||
| + | ["Hamasen"] = "%1 LRT station", | ||
| + | ["Lizihnei"] = "%1 LRT station" | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
["Red"] = { | ["Red"] = { | ||
["line title"] = "[[Red line (Kaohsiung MRT)|Red line]]", | ["line title"] = "[[Red line (Kaohsiung MRT)|Red line]]", | ||
| − | [" | + | ["color"] = "ea0061", |
["left terminus"] = "Gangshan South", | ["left terminus"] = "Gangshan South", | ||
["right terminus"] = "Siaogang" | ["right terminus"] = "Siaogang" | ||
| Line 16: | Line 20: | ||
["Orange"] = { | ["Orange"] = { | ||
["line title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]", | ["line title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]", | ||
| − | [" | + | ["color"] = "fd973c", |
["left terminus"] = "Sizihwan", | ["left terminus"] = "Sizihwan", | ||
["right terminus"] = "Daliao" | ["right terminus"] = "Daliao" | ||
| Line 22: | Line 26: | ||
["Circular"] = { | ["Circular"] = { | ||
["line title"] = "[[Circular light rail]]", | ["line title"] = "[[Circular light rail]]", | ||
| − | [" | + | ["color"] = "77c35e", |
["left terminus"] = "Hamasen", | ["left terminus"] = "Hamasen", | ||
["right terminus"] = "Lizihnei" | ["right terminus"] = "Lizihnei" | ||
Latest revision as of 12:39, 26 September 2020
Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/sandbox/doc
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] [[Kaohsiung Rapid Transit System]]",
["station format"] = {
"%1 MRT station",
["Ciaotou"] = "Qiaotou station",
["Kaohsiung Main station"] = "Kaohsiung station",
["Zuoying"] = "Zuoying HSR station",
["Hamasen"] = "%1 LRT station",
["Lizihnei"] = "%1 LRT station"
},
["lines"] = {
["Red"] = {
["line title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
["color"] = "ea0061",
["left terminus"] = "Gangshan South",
["right terminus"] = "Siaogang"
},
["Orange"] = {
["line title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
["color"] = "fd973c",
["left terminus"] = "Sizihwan",
["right terminus"] = "Daliao"
},
["Circular"] = {
["line title"] = "[[Circular light rail]]",
["color"] = "77c35e",
["left terminus"] = "Hamasen",
["right terminus"] = "Lizihnei"
}
}
}
return p