2020-06-02 06:23:11 +00:00
|
|
|
{{!
|
2020-08-09 18:26:31 +00:00
|
|
|
string|null html-site-notice the contents of a banner defined in MediaWiki:Sitenotice.
|
|
|
|
Also used by CentralNotice to inject banners into Vector.
|
|
|
|
Indicator[] array-indicators wiki-defined badges such as "good article",
|
|
|
|
"featured article". An empty array if none are defined.
|
2020-06-02 06:23:11 +00:00
|
|
|
string page-langcode the content language of the article. Assumed to be escaped HTML.
|
|
|
|
string html-newtalk
|
|
|
|
string page-langcode the content language of the article. Assumed to be escaped HTML.
|
2022-05-07 04:45:51 +00:00
|
|
|
string html-title--formatted
|
2020-06-02 06:23:11 +00:00
|
|
|
string msg-tagline
|
|
|
|
string html-prebodyhtml
|
|
|
|
string html-subtitle
|
2020-08-08 05:32:38 +00:00
|
|
|
string html-undelete-link
|
|
|
|
string html-body-content
|
|
|
|
string html-categories
|
|
|
|
string html-after-content
|
2020-06-02 06:23:11 +00:00
|
|
|
object data-footer for footer template partial. see Footer.mustache for documentation.
|
2020-06-03 03:37:28 +00:00
|
|
|
string html-mainpage-attributes
|
|
|
|
string msg-sitetitle
|
2020-06-04 04:18:36 +00:00
|
|
|
object data-bottombar for bottom template partial. see Bottombar.mustache for documentation.
|
2020-06-02 06:23:11 +00:00
|
|
|
string html-printtail HTML to render at the end of the page contained necessary script tags for
|
|
|
|
ResourceLoader terminated with `</body></html>`.
|
|
|
|
}}
|
|
|
|
|
2020-06-04 06:36:06 +00:00
|
|
|
{{#data-header}}{{>Header}}{{/data-header}}
|
2020-06-10 05:36:50 +00:00
|
|
|
<main class="mw-body" id="content">
|
2021-05-20 05:57:00 +00:00
|
|
|
<div id="siteNotice">{{{html-site-notice}}}</div>
|
2020-08-08 05:32:38 +00:00
|
|
|
{{{html-newtalk}}}
|
2021-01-26 19:25:46 +00:00
|
|
|
<header class="mw-body-header">
|
|
|
|
<div class="page-heading">
|
2021-01-26 20:38:27 +00:00
|
|
|
<div class="firstHeading-container">
|
2022-05-07 04:45:51 +00:00
|
|
|
<h1 id="firstHeading" class="firstHeading" lang="{{page-langcode}}">{{{html-title--formatted}}}</h1>
|
2021-01-26 20:38:27 +00:00
|
|
|
{{>Indicators}}
|
|
|
|
</div>
|
2021-01-26 19:25:46 +00:00
|
|
|
<div id="siteSub">{{msg-tagline}}</div>
|
|
|
|
</div>
|
2021-01-27 19:52:49 +00:00
|
|
|
{{>PageTools}}
|
2021-01-26 19:25:46 +00:00
|
|
|
</header>
|
2021-07-30 15:44:02 +00:00
|
|
|
<div id="bodyContent" class="citizen-body">
|
2020-08-08 05:32:38 +00:00
|
|
|
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
|
|
|
|
{{#html-undelete-link}}<div id="contentSub2">{{{html-undelete-link}}}</div>{{/html-undelete-link}}
|
2021-03-03 00:28:54 +00:00
|
|
|
{{{html-body-content--formatted}}}
|
2020-08-08 05:32:38 +00:00
|
|
|
{{{html-categories}}}
|
2020-06-02 06:23:11 +00:00
|
|
|
</div>
|
|
|
|
</main>
|
2020-08-08 05:32:38 +00:00
|
|
|
{{{html-after-content}}}
|
2021-06-20 06:03:43 +00:00
|
|
|
{{#data-citizen-footer}}{{>Footer}}{{/data-citizen-footer}}
|