Difference between revisions of "Module:Adjacent stations/Taiwan High Speed Rail"
Jump to navigation
Jump to search
blackwiki>Jc86035 m (alt text) |
blackwiki>Szqecs |
||
| Line 1: | Line 1: | ||
| − | local | + | local x = "%1 station" |
local p = { | local p = { | ||
| Line 7: | Line 7: | ||
["station format"] = { | ["station format"] = { | ||
"%1 HSR station", | "%1 HSR station", | ||
| − | ["Nangang"] = | + | ["Nangang"] = x, |
| − | ["Taipei"] = | + | ["Taipei"] = x, |
| − | ["Banqiao"] = | + | ["Banqiao"] = x |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
Revision as of 03:16, 16 August 2018
Documentation for this module may be created at Module:Adjacent stations/Taiwan High Speed Rail/doc
local x = "%1 station"
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail|alt=Taiwan High Speed Rail]] [[Taiwan High Speed Rail]]",
["color"] = "c35617",
["station format"] = {
"%1 HSR station",
["Nangang"] = x,
["Taipei"] = x,
["Banqiao"] = x
},
["lines"] = {
["_default"] = {
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
["left terminus"] = "Nangang",
["right terminus"] = "Zuoying"
}
}
}
return p