Difference between revisions of "Module:Adjacent stations/Taiwan High Speed Rail"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ythlev
(Undid revision 884988910 by Ganbaruby (talk) Based on {{tl|S-line}} conventions, west is left and east is right)
blackwiki>Ythlev
Line 8: Line 8:
 
["station format"] = {
 
["station format"] = {
 
"%1 HSR station",
 
"%1 HSR station",
["Taipei"] = "Taipei main station",
+
["Taipei"] = "Taipei Main Station",
 
["Nangang"] = x,
 
["Nangang"] = x,
 
["Banqiao"] = x
 
["Banqiao"] = x

Revision as of 07:19, 26 May 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",
	["name format"] = "color: #FFFFFF; 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"] = "Zuoying",
			["right terminus"] = "Nangang"
		}
	}
}

return p