Jump to content

Module:Adjacent stations/Taichung Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ythlev (talk | contribs) at 12:51, 9 May 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local x = "%1 station"
local y = "%1"

local p = {
	["system title"] = "Taichung Metro",
	["system icon"] = "",
	["station format"] = {
		"%1 metro station",
		
		["Wuri"] = x,
		["Daqing"] = x,
		["Songzhu"] = x,
		
		["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