mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 22:22:54 +00:00
49179c7c31
We were previously ignoring this data leading to situations where a template that can be invoked like {{foo|1=bar}} and {{foo|thing=bar}} (where the template data documents param thing with alias '1') will show up in the editor with no parameter information or label for the 1= call, but will show up for the thing= call. Now they are properly aliases so both will appear the same in the editor dialog. Bug: 49838 Change-Id: I37ec0e152df905844ac58ed1834fca29dccb4eec |
||
---|---|---|
.. | ||
ve.dm.MWTemplateModel.js | ||
ve.dm.MWTemplateParameterModel.js | ||
ve.dm.MWTemplatePlaceholderModel.js | ||
ve.dm.MWTemplateSpecModel.js | ||
ve.dm.MWTransclusionContentModel.js | ||
ve.dm.MWTransclusionModel.js | ||
ve.dm.MWTransclusionPartModel.js |