{t}Link Filters{/t}

{t 1="Bug #42"}Link filters are used to replace text such as '%1' with an automatic link to some external resource. It uses regular expressions to replace the text. Specify the search pattern in the pattern field without delimiters. Specify the entire string you would like to use as a replacement with $x to insert the matched text.{/t}

{t}For example{/t}:

{t 1="bug #(\d+)"}Pattern: "%1"{/t}
{t escape=no 1="<a href=http://example.com/bug.php?id=$1>Bug #$1</a>"}Replacement: "%1"{/t}