mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
fd83cafa4b
Example: * Transclusion with html comment in target {{ Unsigned <!-- ignored --> |Example}}. * Transclusion with wikitext expression as target {{ {{echo|Unsigned}} <!-- ignored --> |Example}}. The first case was handled already (Parsoid strips the comment when it normalises the target title). The second case, however, is not handled and ends in template.title being null. This was already documented (MWTemplateModel#getTitle returns {string|null}), but not used correctly. The title of the dialog is unaffected as it fallsback to displaying target.wt instead of target.title. Bug: 66724 Change-Id: Ib6696ac3538f6cb9e93da2f6f8666f373247eeb4 |
||
---|---|---|
.. | ||
ve.ui.MWAdvancedSettingsPage.js | ||
ve.ui.MWCategoriesPage.js | ||
ve.ui.MWLanguagesPage.js | ||
ve.ui.MWParameterPage.js | ||
ve.ui.MWParameterPlaceholderPage.js | ||
ve.ui.MWSettingsPage.js | ||
ve.ui.MWTemplatePage.js | ||
ve.ui.MWTemplatePlaceholderPage.js | ||
ve.ui.MWTransclusionContentPage.js |