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

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
blackwiki>Jc86035 (1)
m (double quotes)
Line 1: Line 1:
 
return {
 
return {
['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',
+
"%1 HSR station",
['Nangang'] = '%1 station',
+
["Nangang"] = "%1 station",
['Taipei'] = '%1 station',
+
["Taipei"] = "%1 station",
['Banqiao'] = '%1 station'
+
["Banqiao"] = "%1 station"
 
},
 
},
['lines'] = {
+
["lines"] = {
['THSR'] = {
+
["THSR"] = {
['line title'] = '[[Taiwan High Speed Rail#Stations transportation|HSR]]',
+
["line title"] = "[[Taiwan High Speed Rail#Stations transportation|HSR]]",
['colour'] = 'c35617',
+
["colour"] = "c35617",
['left terminus'] = 'Nangang',
+
["left terminus"] = "Nangang",
['right terminus'] = 'Zuoying'
+
["right terminus"] = "Zuoying"
 
}
 
}
 
}
 
}
 
}
 
}

Revision as of 12:21, 3 May 2018

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

return {
	["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"
		}
	}
}