The SkinMustache::getTemplateData should return a flexible array of template data that can be used to render all the existing Wikimedia deployed skins.
The Vector skin is currently being built out with flexible data in mind and it's expected that once the data required to render Vector is stable we will upstream it to core to the SkinMustache class so other skins can benefit
acceptance criteria
- search
- Indicators
- afterContentHook ('html-dataAfterContent' => $this->afterContentHook())
- Sitenotice 'html-sitenotice' => $this->getSiteNotice(),
- Language attributes 'html-userlangattributes' => $this->prepareUserLanguageAttributes(),
- T256927
- Menu data
- footer data