Jump to content

Module:Adjacent stations/Taichung Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ganbaruby (talk | contribs) at 08:12, 12 October 2019 (adding taichung hsr station suffix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local x = "%1 metro station (Taichung)"
local y = "%1 (Taichung Metro)"

local p = {
	["system title"] = "Taichung Metro",
	["system icon"] = "",
	["station format"] = {
		"%1 metro station",
		["Taichung HSR Station"] = y,
	},
	["lines"] = {
		["Green"] = {
			["title"] = "[[Green Line (Taichung Metro|Green Line]]",
			["color"] = "008000",
			["left terminus"] = "Taichung HSR Station",
			["right terminus"] = "Beitun Main",
		},
	},
}

return p