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

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
m (86 revisions imported)
 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local a = "%1 station"
+
local x = "%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"] = "[[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"] = {
 
["station format"] = {
 
"%1 HSR station",
 
"%1 HSR station",
["Nangang"] = a,
+
["Taipei"] = "Taipei Main Station",
["Taipei"] = a,
+
["Nangang"] = x,
["Banqiao"] = a
+
["Banqiao"] = x
 
},
 
},
 
["lines"] = {
 
["lines"] = {
["THSR"] = {
+
["_default"] = {
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
+
["title"] = "[[Taiwan High Speed Rail|THSR]]",
["colour"] = "c35617",
+
["color"] = "c35617",
 
["left terminus"] = "Nangang",
 
["left terminus"] = "Nangang",
 
["right terminus"] = "Zuoying"
 
["right terminus"] = "Zuoying"

Latest revision as of 12:51, 26 September 2020

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"] = "Nangang",
			["right terminus"] = "Zuoying"
		}
	}
}

return p