Difference between revisions of "Module:Adjacent stations/Taiwan High Speed Rail"
Jump to navigation
Jump to search
blackwiki>Szqecs |
blackwiki>Szqecs |
||
| Line 1: | Line 1: | ||
| + | local a = "%1 station" | ||
| + | |||
local p = { | local p = { | ||
["system title"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail]] [[Taiwan High Speed Rail]]", | ["system title"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail]] [[Taiwan High Speed Rail]]", | ||
["station format"] = { | ["station format"] = { | ||
| − | "%1 HSR | + | "%1 HSR station", |
| − | ["Nangang"] = | + | ["Nangang"] = a, |
| − | ["Taipei"] = | + | ["Taipei"] = a, |
| − | ["Banqiao"] = | + | ["Banqiao"] = a |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
Revision as of 12:51, 31 May 2018
Documentation for this module may be created at Module:Adjacent stations/Taiwan High Speed Rail/doc
local a = "%1 station"
local p = {
["system title"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail]] [[Taiwan High Speed Rail]]",
["station format"] = {
"%1 HSR station",
["Nangang"] = a,
["Taipei"] = a,
["Banqiao"] = a
},
["lines"] = {
["THSR"] = {
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
["colour"] = "c35617",
["left terminus"] = "Nangang",
["right terminus"] = "Zuoying"
}
}
}
return p