No Autolinks appear in Article
If you create an article that contains a | character, and then a = much later in the same article (where the = is not used as a BB-Code option delimiter), then no text between these two characters will be auto-linked.
Fixed for the next build. The regex that prevented auto-links from breaking templates was too greedy. To achieve the closest to intended behavior, this check needed to be removed, and template parameter names (and table attribute names) needed to be checked separately - in these cases the auto-links had to be removed at a later time, rather than simply prevented.