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

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
blackwiki>Jc86035
m ("colour" → "color")
Line 2: Line 2:
  
 
local p = {
 
local p = {
 +
["lang"] = "en-GB",
 
["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"] = {
Line 12: Line 13:
 
["THSR"] = {
 
["THSR"] = {
 
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
 
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
["colour"] = "c35617",
+
["color"] = "c35617",
 
["left terminus"] = "Nangang",
 
["left terminus"] = "Nangang",
 
["right terminus"] = "Zuoying"
 
["right terminus"] = "Zuoying"

Revision as of 09:47, 28 July 2018

Documentation for this module may be created at Module:Adjacent stations/Taiwan High Speed Rail/doc

local a = "%1 station"

local p = {
	["lang"] = "en-GB",
	["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]]",
			["color"] = "c35617",
			["left terminus"] = "Nangang",
			["right terminus"] = "Zuoying"
		}
	}
}

return p