mediawiki-extensions-Visual.../modules/ve/dm/models
Timo Tijhof 1c0cca5460 doc: Fix incorrect documentation in template data model
Per the TemplateData spec:
* Most message values can be null, though they're never undefined.
* 'deprecated' is actually {boolean|string}.

For us:
* Make #isParameterDeprecated always return a boolean
* Add #getParameterDeprecationDescription to get the explanation
  of why a parameter is deprecated
* getParameterDescription doesn't need to pass 'null' for fallback
  since that's the default fallback.
  And it may return null or string.
* #getParameterSets returns an array of Set objects, not an array
  of strings (see spec for more information).

Change-Id: Iee788bc8fa6f0545085a0f154b77b8176f770dd2
2013-07-02 13:02:01 -07:00
..
ve.dm.MWTemplateModel.js Improve async template data loading 2013-06-29 20:51:09 -07:00
ve.dm.MWTemplateParameterModel.js Improve async template data loading 2013-06-29 20:51:09 -07:00
ve.dm.MWTemplatePlaceholderModel.js Template and content adding 2013-06-18 23:37:44 +00:00
ve.dm.MWTemplateSpecModel.js doc: Fix incorrect documentation in template data model 2013-07-02 13:02:01 -07:00
ve.dm.MWTransclusionContentModel.js Transclusion editing 2013-06-12 16:39:13 -07:00
ve.dm.MWTransclusionModel.js Improve async template data loading 2013-06-29 20:51:09 -07:00
ve.dm.MWTransclusionPartModel.js MWTransclusionModel: Make #getPartById support a param model id 2013-06-18 15:08:44 -07:00