Page MenuHomePhabricator

failure of unnamed parameters containing a url containing "="
Closed, ResolvedPublic

Description

Author: charlottethewebb

Description:
let's say the first parameter of {{sometemplate}} is supposed to be a url:

{{sometemplate|https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki}}

rather than using the complete url as parameter {{{1}}} the template interprets this as parameter
{{{https://bugzilla.wikimedia.org/enter_bug.cgi?product}}} with value "MediaWiki".

How hard would it be to avoid this result by ignoring equals signs which are part of a URL (when identifying named and numbered parameters)...


Version: unspecified
Severity: normal

Details

Reference
bz15069

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:21 PM
bzimport set Reference to bz15069.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 14235 ***