diff --git a/includes/templates/Footer.mustache b/includes/templates/Footer.mustache index 28505d1..ba15a17 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 ac3d218..a03381a 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 ``. + 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 ``. }} {{{html-headelement}}} @@ -39,7 +39,9 @@
- {{#html-sitenotice}}
{{{html-sitenotice}}}
{{/html-sitenotice}} + {{#html-sitenotice}} +
{{{html-sitenotice}}}
+ {{/html-sitenotice}} {{{html-indicators}}}

{{{html-title}}}

{{{html-prebodyhtml}}} @@ -49,15 +51,15 @@ {{#html-undelete}}
{{{html-undelete}}}
{{/html-undelete}} {{#html-newtalk}}
{{{html-newtalk}}}
{{/html-newtalk}} {{! - Keep this empty `div` for compatibility with gadgets and user scripts - using this place to insert extra elements before. + Keep this empty `div` for compatibility with gadgets and user scripts + using this place to insert extra elements before. }}
{{msg-jumptonavigation}} {{msg-jumptosearch}} {{{html-bodycontent}}} {{#html-printfooter}} -
{{{html-printfooter}}}
+
{{{html-printfooter}}}
{{/html-printfooter}} {{{html-catlinks}}}
@@ -66,36 +68,20 @@
{{{html-dataAfterContent}}}
-

{{{html-navigation-heading}}}

-
- {{#data-personal-menu}} - {{>PersonalMenu}} - {{/data-personal-menu}} -
- {{#data-namespace-tabs}} - {{>VectorTabs}} - {{/data-namespace-tabs}} - {{#data-variants}} - {{>VectorMenu}} - {{/data-variants}} -
-
- {{#data-page-actions}} - {{>VectorTabs}} - {{/data-page-actions}} - {{#data-page-actions-more}} - {{>VectorMenu}} - {{/data-page-actions-more}} - {{#data-search-box}} - {{>SearchBox}} - {{/data-search-box}} -
-
- {{#data-sidebar}} - {{>Sidebar}} - {{/data-sidebar}} +

{{{html-navigation-heading}}}

+
+ {{#data-personal-menu}}{{>PersonalMenu}}{{/data-personal-menu}} +
+ {{#data-namespace-tabs}}{{>VectorTabs}}{{/data-namespace-tabs}} + {{#data-variants}}{{>VectorMenu}}{{/data-variants}} +
+
+ {{#data-page-actions}}{{>VectorTabs}}{{/data-page-actions}} + {{#data-page-actions-more}}{{>VectorMenu}}{{/data-page-actions-more}} + {{#data-search-box}}{{>SearchBox}}{{/data-search-box}} +
+
+ {{#data-sidebar}}{{>Sidebar}}{{/data-sidebar}}
-{{#data-footer}} -{{>Footer}} -{{/data-footer}} +{{#data-footer}}{{>Footer}}{{/data-footer}} {{{html-printtail}}} diff --git a/includes/templates/legacy.mustache b/includes/templates/legacy.mustache index ac3d218..7a392c5 100644 --- a/includes/templates/legacy.mustache +++ b/includes/templates/legacy.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 ``. + 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 ``. }} {{{html-headelement}}} @@ -39,7 +39,9 @@
- {{#html-sitenotice}}
{{{html-sitenotice}}}
{{/html-sitenotice}} + {{#html-sitenotice}} +
{{{html-sitenotice}}}
+ {{/html-sitenotice}} {{{html-indicators}}}

{{{html-title}}}

{{{html-prebodyhtml}}} @@ -49,8 +51,8 @@ {{#html-undelete}}
{{{html-undelete}}}
{{/html-undelete}} {{#html-newtalk}}
{{{html-newtalk}}}
{{/html-newtalk}} {{! - Keep this empty `div` for compatibility with gadgets and user scripts - using this place to insert extra elements before. + Keep this empty `div` for compatibility with gadgets and user scripts + using this place to insert extra elements before. }}
{{msg-jumptonavigation}} @@ -66,36 +68,20 @@
{{{html-dataAfterContent}}}
-

{{{html-navigation-heading}}}

-
- {{#data-personal-menu}} - {{>PersonalMenu}} - {{/data-personal-menu}} -
- {{#data-namespace-tabs}} - {{>VectorTabs}} - {{/data-namespace-tabs}} - {{#data-variants}} - {{>VectorMenu}} - {{/data-variants}} -
-
- {{#data-page-actions}} - {{>VectorTabs}} - {{/data-page-actions}} - {{#data-page-actions-more}} - {{>VectorMenu}} - {{/data-page-actions-more}} - {{#data-search-box}} - {{>SearchBox}} - {{/data-search-box}} -
-
- {{#data-sidebar}} - {{>Sidebar}} - {{/data-sidebar}} +

{{{html-navigation-heading}}}

+
+ {{#data-personal-menu}}{{>PersonalMenu}}{{/data-personal-menu}} +
+ {{#data-namespace-tabs}}{{>VectorTabs}}{{/data-namespace-tabs}} + {{#data-variants}}{{>VectorMenu}}{{/data-variants}} +
+
+ {{#data-page-actions}}{{>VectorTabs}}{{/data-page-actions}} + {{#data-page-actions-more}}{{>VectorMenu}}{{/data-page-actions-more}} + {{#data-search-box}}{{>SearchBox}}{{/data-search-box}} +
+
+ {{#data-sidebar}}{{>Sidebar}}{{/data-sidebar}}
-{{#data-footer}} -{{>Footer}} -{{/data-footer}} +{{#data-footer}}{{>Footer}}{{/data-footer}} {{{html-printtail}}}