diff --git a/includes/templates/Footer.mustache b/includes/templates/Footer.mustache index 91ed3b6..28505d1 100644 --- a/includes/templates/Footer.mustache +++ b/includes/templates/Footer.mustache @@ -9,8 +9,8 @@ @prop string id of list element @prop footerItem[] array-items - string|null html-userlangattributes a string of attribute HTML 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/Navigation.mustache b/includes/templates/Navigation.mustache index 03fd5c0..9cdbe88 100644 --- a/includes/templates/Navigation.mustache +++ b/includes/templates/Navigation.mustache @@ -1,10 +1,13 @@ {{! string html-navigation-heading heading for entire navigation that is usually hidden to screen readers - string html-personal-menu content that appears as the first child of mw-head - string html-navigation-left-tabs that appears inside #left-navigation (namespaces and variants) - string html-navigation-right-tabs that appears inside #right-navigation (page actions and search) - string html-sidebar sidebar HTML + 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. }}

{{{html-navigation-heading}}}