How can I use a '=' character in a template parameter without breaking the template parser? I'm not a MediaWIKI developer so I haven't debugged the code or checked the logs, I'm hoping someone here has a tip for escaping characters passed to templates.
Create a template called "Test" with this content:
{{{1}}}
Like this:
{{ Test | R = 3/(2-(1+1)) }}
Will render {{{1}}} instead of the complex formula! I've determined the '=' character is the culprit.