Page MenuHomePhabricator

Equal signs swallow parameters
Closed, InvalidPublic

Description

Author: andreas.schwab

Description:
If a paramater contains an equal sign, it is swallowed.
enter into a page {{template sandbox|x=y}}
or go to http://en.wikipedia.org/wiki/User:AndreasJS/equalsigntest
Expected behaviour: the page should show
<b>First</b><br>

x=y

Observed behaviour: the page shows
<b>First</b><br>

{{{1}}}

This is annoying because many urls contain equal signs: it is impossible to use the teplate //en.wikipedia.org/wiki/Template:copyvio with an url
containing an equal sign, such as one pointing to a php.


Version: unspecified
Severity: major
URL: http://en.wikipedia.org/wiki/User:AndreasJS/equalsigntest

Details

Reference
bz9522

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:41 PM
bzimport set Reference to bz9522.
bzimport added a subscriber: Unknown Object (MLST).

andreas.schwab wrote:

Workaround:
Enclose parameter with <nowiki> ... </nowiki>