Difference between revisions of "Module:Adjacent stations/Kaohsiung Rapid Transit"
Jump to navigation
Jump to search
blackwiki>Szqecs |
blackwiki>Szqecs |
||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
| − | ["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] | + | ["system title"] = "[[Kaohsiung Rapid Transit System]]", |
| + | ["system icon"] = [[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]], | ||
["station format"] = { | ["station format"] = { | ||
"%1 MRT station", | "%1 MRT station", | ||
| Line 12: | Line 13: | ||
["lines"] = { | ["lines"] = { | ||
["Red"] = { | ["Red"] = { | ||
| − | [" | + | ["title"] = "[[Red line (Kaohsiung MRT)|Red line]]", |
["color"] = "ea0061", | ["color"] = "ea0061", | ||
["left terminus"] = "Gangshan South", | ["left terminus"] = "Gangshan South", | ||
| Line 18: | Line 19: | ||
}, | }, | ||
["Orange"] = { | ["Orange"] = { | ||
| − | [" | + | ["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]", |
["color"] = "fd973c", | ["color"] = "fd973c", | ||
["left terminus"] = "Sizihwan", | ["left terminus"] = "Sizihwan", | ||
| Line 24: | Line 25: | ||
}, | }, | ||
["Circular"] = { | ["Circular"] = { | ||
| − | [" | + | ["title"] = "[[Circular light rail]]", |
["color"] = "77c35e", | ["color"] = "77c35e", | ||
["left terminus"] = "Hamasen", | ["left terminus"] = "Hamasen", | ||
Revision as of 10:46, 18 August 2018
Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/doc
local p = {
["system title"] = "[[Kaohsiung Rapid Transit System]]",
["system icon"] = [[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]],
["station format"] = {
"%1 MRT station",
["Ciaotou station"] = "Qiaotou station",
["Hamasen"] = "Sizihwan station",
["Kaohsiung main station"] = "Kaohsiung station",
["Lizihnei"] = "Lizihnei LRT station",
["Sizihwan"] = "Sizihwan 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"
}
}
}
return p