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

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
blackwiki>Szqecs
(Undid revision 855589866 by Szqecs (talk))
Line 4: Line 4:
 
["system title"] = "[[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 icon"] = "[[File:Taiwan High Speed Rail Logo(Log Only).svg|18px|link=Taiwan High Speed Rail|alt=Taiwan High Speed Rail]]",
 +
["system color"] = "c35617",
 
["station format"] = {
 
["station format"] = {
 
"%1 HSR station",
 
"%1 HSR station",
Line 13: Line 14:
 
["_default"] = {
 
["_default"] = {
 
["title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
 
["title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
["color"] = "c35617",
 
 
["left terminus"] = "Nangang",
 
["left terminus"] = "Nangang",
 
["right terminus"] = "Zuoying"
 
["right terminus"] = "Zuoying"

Revision as of 14:04, 19 August 2018

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

return p