mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
6757a1bfa9
It's allowed in values, but not in parameter names. The moment a parameter name contains an `=` the parameter name will be cut off at this point, and what's behind the `=` will become part of the value. You can test this on any live wiki. Open VisualEditor. Edit any template. Add a parameter with a name like `a=` and some value. Switch to wikitext mode and back. Edit the template. The `=` is now part of the value. Bug: T98065 Change-Id: I5e00e8fac987471243605816b041d3638927ac3b |
||
---|---|---|
.. | ||
ve.ui.MWParameterSearchWidget.test.js | ||
ve.ui.MWTemplateOutlineParameterCheckboxLayout.test.js | ||
ve.ui.MWTemplateTitleInputWidget.test.js |