2020-03-31 17:51:48 +00:00
|
|
|
{{!
|
2020-07-09 16:32:45 +00:00
|
|
|
string|null html-site-notice the contents of a banner defined in MediaWiki:Sitenotice.
|
2020-04-08 21:40:56 +00:00
|
|
|
Also used by CentralNotice to inject banners into Vector.
|
2020-07-09 16:32:45 +00:00
|
|
|
Indicator[] array-indicators wiki-defined badges such as "good article",
|
2020-06-03 19:41:59 +00:00
|
|
|
"featured article". An empty array if none are defined.
|
2020-04-08 21:40:56 +00:00
|
|
|
string html-title
|
2021-05-01 09:09:02 +00:00
|
|
|
bool is-article
|
2020-04-08 21:40:56 +00:00
|
|
|
string msg-tagline
|
|
|
|
string html-subtitle
|
2020-07-09 16:32:45 +00:00
|
|
|
string html-undelete-link
|
2020-04-08 21:40:56 +00:00
|
|
|
string html-newtalk
|
2020-06-01 19:28:51 +00:00
|
|
|
string msg-vector-jumptonavigation
|
|
|
|
string msg-vector-jumptosearch
|
2020-07-09 16:32:45 +00:00
|
|
|
string html-body-content
|
|
|
|
string html-categories
|
|
|
|
string html-after-content
|
2021-05-18 18:27:33 +00:00
|
|
|
string msg-navigation-heading
|
2020-09-04 19:18:57 +00:00
|
|
|
MenuDefinition data-portlets.data-personal
|
|
|
|
MenuDefinition data-portlets.data-namespaces
|
|
|
|
MenuDefinition data-portlets.data-variants
|
|
|
|
MenuDefinition data-portlets.data-views
|
|
|
|
MenuDefinition data-portlets.data-actions
|
2020-04-08 21:40:56 +00:00
|
|
|
object data-search-box. See SearchBox.mustache for documentation.
|
2022-10-17 20:09:53 +00:00
|
|
|
object data-portlets-main-menu. See MainMenu.mustache for documentation.
|
2020-04-08 21:40:56 +00:00
|
|
|
object data-footer for footer template partial. see Footer.mustache for documentation.
|
2020-03-31 17:51:48 +00:00
|
|
|
}}
|
|
|
|
<div id="mw-page-base" class="noprint"></div>
|
|
|
|
<div id="mw-head-base" class="noprint"></div>
|
2020-05-11 21:26:37 +00:00
|
|
|
<div id="content" class="mw-body" role="main">
|
2020-03-31 17:51:48 +00:00
|
|
|
<a id="top"></a>
|
2021-04-26 23:25:30 +00:00
|
|
|
<div id="siteNotice">{{{html-site-notice}}}</div>
|
2020-06-03 19:41:59 +00:00
|
|
|
{{>Indicators}}
|
2021-12-14 17:40:37 +00:00
|
|
|
{{{html-title-heading}}}
|
2021-05-21 01:02:07 +00:00
|
|
|
<div id="bodyContent" class="vector-body">
|
2021-05-01 09:09:02 +00:00
|
|
|
{{#is-article}}<div id="siteSub" class="noprint">{{msg-tagline}}</div>{{/is-article}}
|
2020-07-14 21:40:28 +00:00
|
|
|
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
|
2020-07-09 16:32:45 +00:00
|
|
|
<div id="contentSub2">{{{html-undelete-link}}}</div>
|
2020-10-09 00:15:34 +00:00
|
|
|
{{{html-user-message}}}
|
2020-03-31 17:51:48 +00:00
|
|
|
{{!
|
2020-04-08 21:40:56 +00:00
|
|
|
Keep this empty `div` for compatibility with gadgets and user scripts
|
|
|
|
using this place to insert extra elements before.
|
2020-03-31 17:51:48 +00:00
|
|
|
}}
|
|
|
|
<div id="jump-to-nav"></div>
|
2020-06-01 19:28:51 +00:00
|
|
|
<a class="mw-jump-link" href="#mw-head">{{msg-vector-jumptonavigation}}</a>
|
2020-06-24 04:44:17 +00:00
|
|
|
<a class="mw-jump-link" href="#searchInput">{{msg-vector-jumptosearch}}</a>
|
2020-07-09 16:32:45 +00:00
|
|
|
{{{html-body-content}}}
|
|
|
|
{{{html-categories}}}
|
2020-03-31 17:51:48 +00:00
|
|
|
</div>
|
2020-05-11 21:26:37 +00:00
|
|
|
</div>
|
2020-07-09 16:32:45 +00:00
|
|
|
{{{html-after-content}}}
|
2020-03-31 17:51:48 +00:00
|
|
|
<div id="mw-navigation">
|
2020-08-05 20:27:38 +00:00
|
|
|
<h2>{{msg-navigation-heading}}</h2>
|
2020-04-08 21:40:56 +00:00
|
|
|
<div id="mw-head">
|
2020-09-04 19:18:57 +00:00
|
|
|
{{#data-portlets}}
|
2022-06-25 00:18:17 +00:00
|
|
|
{{>LegacyUserLinks}}
|
2020-04-08 21:40:56 +00:00
|
|
|
<div id="left-navigation">
|
2022-06-25 00:18:17 +00:00
|
|
|
{{#data-namespaces}}{{>LegacyMenu}}{{/data-namespaces}}
|
|
|
|
{{#data-variants}}{{>LegacyMenu}}{{/data-variants}}
|
2020-04-08 21:40:56 +00:00
|
|
|
</div>
|
|
|
|
<div id="right-navigation">
|
2022-06-25 00:18:17 +00:00
|
|
|
{{#data-views}}{{>LegacyMenu}}{{/data-views}}
|
|
|
|
{{#data-actions}}{{>LegacyMenu}}{{/data-actions}}
|
2020-04-08 21:40:56 +00:00
|
|
|
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}
|
|
|
|
</div>
|
2020-09-04 19:18:57 +00:00
|
|
|
{{/data-portlets}}
|
2020-04-08 21:40:56 +00:00
|
|
|
</div>
|
2022-10-17 20:09:53 +00:00
|
|
|
{{#data-portlets-main-menu}}{{>LegacySidebar}}{{/data-portlets-main-menu}}
|
2020-03-31 17:51:48 +00:00
|
|
|
</div>
|
2020-04-08 21:40:56 +00:00
|
|
|
{{#data-footer}}{{>Footer}}{{/data-footer}}
|