Jump to content

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

From Humanipedia
hp>Jc86035
m "colour" → "color"
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

Documentation for this module may be created at Module:Adjacent stations/Taiwan High Speed Rail/sandbox/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