mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Thiemo Kreuz 07344fce0f Rename misleading "extend" method in template spec class
This doesn't "extend". It was never used like this. What it
actually does is to link between a (cached) TemplateData blob
and the spec class that want's to use it.

Is this the best possible name?
* fillFromTemplateData( … )?
* propagateTemplateDocumentation( … )?
* readDocumentationFrom( templateData )?
* …?

Do we want to rename the "spec" class as well?
* MWTemplateDocumentation?
* MWTemplateMetadata?
* MWTemplateDataAccessor?
* …?

Bug: T285483
Change-Id: I6c52ef42d411c2f47fc0080768d36ebda4dd2a55
2021-07-02 11:26:04 +00:00
..
ve.dm.MWImageModel.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.dm.MWParameterModel.js Update documentation for all getWikitext()/serialize() methods 2021-06-18 17:30:29 +02:00
ve.dm.MWTemplateModel.js Use and document the term "known parameter" in template code 2021-07-01 12:03:38 +00:00
ve.dm.MWTemplatePlaceholderModel.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.dm.MWTemplateSpecModel.js Rename misleading "extend" method in template spec class 2021-07-02 11:26:04 +00:00
ve.dm.MWTransclusionContentModel.js Merge "Rename "value" to "wikitext" in TransclusionContent… classes" 2021-06-11 14:10:24 +00:00
ve.dm.MWTransclusionModel.js Rename misleading "extend" method in template spec class 2021-07-02 11:26:04 +00:00
ve.dm.MWTransclusionPartModel.js Update documentation for all getWikitext()/serialize() methods 2021-06-18 17:30:29 +02:00