mediawiki-extensions-Visual.../modules/ve/dm/models
Timo Tijhof 49179c7c31 ve.dm.MWTemplateSpecModel: Expand parameter aliases
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
2013-06-23 17:25:52 -07:00
..
ve.dm.MWTemplateModel.js Transclusion editing 2013-06-12 16:39:13 -07:00
ve.dm.MWTemplateParameterModel.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.dm.MWTemplatePlaceholderModel.js Template and content adding 2013-06-18 23:37:44 +00:00
ve.dm.MWTemplateSpecModel.js ve.dm.MWTemplateSpecModel: Expand parameter aliases 2013-06-23 17:25:52 -07:00
ve.dm.MWTransclusionContentModel.js Transclusion editing 2013-06-12 16:39:13 -07:00
ve.dm.MWTransclusionModel.js ve.dm.MWTemplateSpecModel: Expand parameter aliases 2013-06-23 17:25:52 -07:00
ve.dm.MWTransclusionPartModel.js MWTransclusionModel: Make #getPartById support a param model id 2013-06-18 15:08:44 -07:00