Last modified: 2010-05-15 15:56:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7896, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5896 - Links with a = sign inside a table doesn't work
Links with a = sign inside a table doesn't work
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.6.x
PC All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-10 14:09 UTC by Andreas N.
Modified: 2010-05-15 15:56 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Andreas N. 2006-05-10 14:09:52 UTC
Links with a = sign inside a table doesn't work, the example below gets messed
up and doesn't display the table at all.

{{newsbox-left|table|
[http://www.google.com?q=tomte a link]
}}
Comment 1 Phil Boswell 2006-05-10 14:22:45 UTC
This is because you are using text with an "=" in it as a template parameter, 
which is a known problem.

try this instead:
{{newsbox-left|table|
2=[http://www.google.com?q=tomte a link]
}}

The explicit "2=" makes it clear that the second parameter is the text after that 
first "=" which may safely contain another "=".

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links