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

From blackwiki
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 station", [true] = "%1 station",
+
"%1 HSR station",
["Nangang"] = true,
+
["Nangang"] = a,
["Taipei"] = true,
+
["Taipei"] = a,
["Banqiao"] = true
+
["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