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 page-langcode the content language of the article. Assumed to be escaped HTML.
|
|
|
|
string html-title
|
|
|
|
bool page-isarticle
|
|
|
|
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
|
2020-08-05 20:27:38 +00:00
|
|
|
string msg-navigation-heading heading for entire navigation that is
|
2020-04-08 21:40:56 +00:00
|
|
|
usually hidden to screen readers
|
2020-05-05 23:26:35 +00:00
|
|
|
MenuDefinition data-personal-menu
|
2020-05-06 17:15:50 +00:00
|
|
|
MenuDefinition data-namespace-tabs
|
2020-05-06 00:00:56 +00:00
|
|
|
MenuDefinition data-variants
|
2020-05-06 17:15:50 +00:00
|
|
|
MenuDefinition data-page-actions
|
2020-05-06 00:00:56 +00:00
|
|
|
MenuDefinition data-page-actions-more
|
2020-04-08 21:40:56 +00:00
|
|
|
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.
|
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>
|
2020-07-09 16:32:45 +00:00
|
|
|
<div id="siteNotice" class="mw-body-content">{{{html-site-notice}}}</div>
|
2020-06-03 19:41:59 +00:00
|
|
|
{{>Indicators}}
|
2020-04-08 02:01:32 +00:00
|
|
|
<h1 id="firstHeading" class="firstHeading" lang="{{page-langcode}}">{{{html-title}}}</h1>
|
2020-03-31 17:51:48 +00:00
|
|
|
<div id="bodyContent" class="mw-body-content">
|
|
|
|
{{#page-isarticle}}<div id="siteSub" class="noprint">{{msg-tagline}}</div>{{/page-isarticle}}
|
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-07-10 21:31:09 +00:00
|
|
|
{{{html-newtalk}}}
|
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-05-05 23:26:35 +00:00
|
|
|
{{#data-personal-menu}}{{>Menu}}{{/data-personal-menu}}
|
2020-04-08 21:40:56 +00:00
|
|
|
<div id="left-navigation">
|
2020-05-06 17:15:50 +00:00
|
|
|
{{#data-namespace-tabs}}{{>Menu}}{{/data-namespace-tabs}}
|
2020-05-06 00:00:56 +00:00
|
|
|
{{#data-variants}}{{>Menu}}{{/data-variants}}
|
2020-04-08 21:40:56 +00:00
|
|
|
</div>
|
|
|
|
<div id="right-navigation">
|
2020-05-06 17:15:50 +00:00
|
|
|
{{#data-page-actions}}{{>Menu}}{{/data-page-actions}}
|
2020-05-06 00:00:56 +00:00
|
|
|
{{#data-page-actions-more}}{{>Menu}}{{/data-page-actions-more}}
|
2020-04-08 21:40:56 +00:00
|
|
|
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-05-15 00:58:21 +00:00
|
|
|
{{#data-sidebar}}{{>legacy/Sidebar}}{{/data-sidebar}}
|
2020-03-31 17:51:48 +00:00
|
|
|
</div>
|
2020-04-08 21:40:56 +00:00
|
|
|
{{#data-footer}}{{>Footer}}{{/data-footer}}
|