Module:Adjacent stations/Taichung Metro

From Wikipedia, the free encyclopedia

local x = "%1 station"

local p = {
	["system title"] = "Taichung Metro",
	["system icon"] = "",
	["station format"] = {
		"%1 metro station",
		
		["Daqing"] = x,
		["Songzhu"] = x,
		
		["HSR Taichung station"] = "[[Taichung HSR station]]",
	},
	["lines"] = {
		["Green"] = {
			["title"] = "[[Green line (Taichung Metro)|Green line]]",
			["color"] = "8ec31c",
			["icon"] = "[[File:Taichung_Metro_Green_Line_icon.svg|20px|link=Green line (Taichung Metro)]]",
			["left terminus"] = "HSR Taichung station",
			["right terminus"] = "Beitun Main",
		},
		["Red"] = {
			["title"] = "[[Red line (Taichung Metro)|Red line]]",
			["color"] = "e3002d",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Blue"] = {
			["title"] = "[[Blue line (Taichung Metro)|Blue line]]",
			["color"] = "0093d8",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Orange"] = {
			["title"] = "[[Orange line (Taichung Metro)|Orange line]]",
			["color"] = "fcb134",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
	["aliases"] = {
		["green"] = "Green",
		["red"] = "Red",
		["blue"] = "Blue",
		["orange"] = "Orange",
		["g"] = "Green",
		["r"] = "Red",
		["b"] = "Blue",
		["o"] = "Orange",
	}
}

return p