Difference between revisions of "Module:Adjacent stations/Taoyuan Metro"
Jump to navigation
Jump to search
blackwiki>Szqecs |
blackwiki>Szqecs |
||
| Line 11: | Line 11: | ||
["Airport"] = { | ["Airport"] = { | ||
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]", | ["title"] = "[[Taoyuan Airport MRT|Airport MRT]]", | ||
| − | [" | + | ["right terminus"] = "Taipei main station", |
["types"] = { | ["types"] = { | ||
["Express"] = { | ["Express"] = { | ||
["title"] = "Express", | ["title"] = "Express", | ||
["color"] = "774698", | ["color"] = "774698", | ||
| − | [" | + | ["left terminus"] = { |
{"Airport Terminal 2", "Huanbei"}, | {"Airport Terminal 2", "Huanbei"}, | ||
["Huanbei"] = "Huanbei" | ["Huanbei"] = "Huanbei" | ||
| Line 24: | Line 24: | ||
["title"] = "Commuter", | ["title"] = "Commuter", | ||
["color"] = "145ba9", | ["color"] = "145ba9", | ||
| − | [" | + | ["left terminus"] = "Huanbei" |
} | } | ||
} | } | ||
Revision as of 17:38, 29 November 2018
Documentation for this module may be created at Module:Adjacent stations/Taoyuan Metro/doc
local p = {
["system title"] = "[[Taoyuan Metro]]",
["system icon"] = "[[File:Taoyuan Metro logo seal only.svg|18px|link=Taoyuan Metro]]",
["station format"] = {
"%1 MRT station",
["Taipei main station"] = "%1 (Taoyuan Metro)",
["Taoyuan HSR station"] = "%1",
["Zhongli railway station"] = "%1"
},
["lines"] = {
["Airport"] = {
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
["right terminus"] = "Taipei main station",
["types"] = {
["Express"] = {
["title"] = "Express",
["color"] = "774698",
["left terminus"] = {
{"Airport Terminal 2", "Huanbei"},
["Huanbei"] = "Huanbei"
}
},
["Commuter"] = {
["title"] = "Commuter",
["color"] = "145ba9",
["left terminus"] = "Huanbei"
}
}
}
}
}
return p