Sea.util.makeHyperlink
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- makeHyperlink(string type, string linkText, Table[r,g,b] color, -- boolean braces, Table[left,right] braceString) -- -- Creates a hyperlink string which is returned to you. -- -- Args: -- (string type, string linkText, Table[r,g,b] color, boolean braces, -- table[left,right] braceString) -- type - the Hyperlink type. -- linkText - the text shown in the link -- color - color of the link -- braces - if true, add braces -- braceString - table with .left for left brace and .right for right brace --
