Difference between revisions of "Module:Adjacent stations/Taiwan High Speed Rail"
Jump to navigation
Jump to search
blackwiki>Szqecs |
blackwiki>Ythlev |
||
| Line 5: | Line 5: | ||
["system icon"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail|alt=Taiwan High Speed Rail]]", | ["system icon"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail|alt=Taiwan High Speed Rail]]", | ||
["system color"] = "c35617", | ["system color"] = "c35617", | ||
| + | ["header background color"] = "c35617", | ||
["station format"] = { | ["station format"] = { | ||
"%1 HSR station", | "%1 HSR station", | ||
Revision as of 15:45, 27 January 2019
Documentation for this module may be created at Module:Adjacent stations/Taiwan High Speed Rail/doc
local x = "%1 station"
local p = {
["system title"] = "[[Taiwan High Speed Rail]]",
["system icon"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail|alt=Taiwan High Speed Rail]]",
["system color"] = "c35617",
["header background color"] = "c35617",
["station format"] = {
"%1 HSR station",
["Taipei"] = "Taipei main station",
["Nangang"] = x,
["Banqiao"] = x
},
["lines"] = {
["_default"] = {
["title"] = "[[Taiwan High Speed Rail|THSR]]",
["color"] = "c35617",
["left terminus"] = "Nangang",
["right terminus"] = "Zuoying"
}
}
}
return p