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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035 (1)
m (double quotes)
blackwiki>Jc86035 (1)
m (standardize "p" to allow self-references)
Line 1: Line 1:
return {
+
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"] = {
Line 16: Line 16:
 
}
 
}
 
}
 
}
 +
 +
return p

Revision as of 09:52, 11 May 2018

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

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"] = "%1 station",
		["Taipei"] = "%1 station",
		["Banqiao"] = "%1 station"
	},
	["lines"] = {
		["THSR"] = {
			["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
			["colour"] = "c35617",
			["left terminus"] = "Nangang",
			["right terminus"] = "Zuoying"
		}
	}
}

return p