diff --git a/includes/templates/Footer.mustache b/includes/templates/Footer.mustache index 28505d1ee..ba15a17eb 100644 --- a/includes/templates/Footer.mustache +++ b/includes/templates/Footer.mustache @@ -1,17 +1,17 @@ {{! - @typedef object footerItem - @prop string id of list item element - @prop string html of list item - @prop footerItem[] items + @typedef object footerItem + @prop string id of list item element + @prop string html of list item + @prop footerItem[] items - @typedef object footerRow - @prop string className of list element - @prop string id of list element - @prop footerItem[] array-items + @typedef object footerRow + @prop string className of list element + @prop string id of list element + @prop footerItem[] array-items - string html-hook-vector-before-footer output of VectorBeforeFooter hook - string|null html-userlangattributes a string of attribute HTML - footerRow[] array-footer-rows iterable list of footer rows + string html-hook-vector-before-footer output of VectorBeforeFooter hook + string|null html-userlangattributes a string of attribute HTML + footerRow[] array-footer-rows iterable list of footer rows }} {{{html-hook-vector-before-footer}}}
diff --git a/includes/templates/index.mustache b/includes/templates/index.mustache index ac3d2188e..a03381a8a 100644 --- a/includes/templates/index.mustache +++ b/includes/templates/index.mustache @@ -1,37 +1,37 @@ {{! - string html-headelement a string of attribute HTML that begins with ` and ends with '' - and contains `meta` tags and ResourceLoader internals. - string|null html-sitenotice the contents of a banner defined in MediaWiki:Sitenotice. - Also used by CentralNotice to inject banners into Vector. - string html-indicators raw HTML containing wiki-defined badges such as "good article", "featured article". - An empty string if none are defined. - string page-langcode the content language of the article. Assumed to be escaped HTML./ - string html-title - string html-prebodyhtml - bool page-isarticle - string msg-tagline - string html-subtitle - string html-undelete - string html-newtalk - string msg-jumptonavigation - string msg-jumptosearch - string html-bodycontent - string html-printfooter - string html-catlinks - string html-debuglog - string html-dataAfterContent - string html-navigation-heading heading for entire navigation that is - usually hidden to screen readers - object data-personal-menu See PersonalMenu.mustache for documentation. - object data-namespace-tabs. See VectorTabs.mustache for documentation. - object data-variants. See VectorMenu.mustache for documentation. - object data-page-actions. See VectorTabs.mustache for documentation. - object data-page-actions-more. See VectorMenu.mustache for documentation. - object data-search-box. See SearchBox.mustache for documentation. - object data-sidebar. See Sidebar.mustache for documentation. - object data-footer for footer template partial. see Footer.mustache for documentation. - string html-printtail HTML to render at the end of the page contained necessary script tags for ResourceLoader - terminated with `