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.
|
2020-06-02 06:23:11 +00:00
|
|
|
string html-subtitle
|
2020-08-08 05:32:38 +00:00
|
|
|
string html-undelete-link
|
2022-05-26 21:33:59 +00:00
|
|
|
string html-user-message
|
|
|
|
string html-body-content--formatted
|
2020-08-08 05:32:38 +00:00
|
|
|
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.
|
|
|
|
}}
|
|
|
|
|
2022-10-05 21:23:51 +00:00
|
|
|
{{>Header}}
|
2022-10-05 02:00:56 +00:00
|
|
|
<div class="citizen-page-container">
|
2024-05-15 05:24:43 +00:00
|
|
|
<div class="citizen-sitenotice-container">
|
|
|
|
<div id="siteNotice">{{{html-site-notice}}}</div>
|
|
|
|
</div>
|
2022-10-05 02:00:56 +00:00
|
|
|
<main class="mw-body {{#toc-enabled}}citizen-toc-enabled{{/toc-enabled}}" id="content">
|
2024-05-15 05:24:43 +00:00
|
|
|
{{>PageHeader}}
|
2024-10-17 08:10:32 +00:00
|
|
|
<div class="citizen-body-container">
|
|
|
|
<div id="bodyContent" class="citizen-body" aria-labelledby="firstHeading">
|
|
|
|
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
|
|
|
|
{{#html-undelete-link}}<div id="contentSub2">{{{.}}}</div>{{/html-undelete-link}}
|
|
|
|
{{{html-user-message}}}
|
|
|
|
{{{html-body-content--formatted}}}
|
|
|
|
</div>
|
|
|
|
{{#toc-enabled}}{{>PageSidebar}}{{/toc-enabled}}
|
|
|
|
{{>PageFooter}}
|
2022-10-06 20:31:55 +00:00
|
|
|
</div>
|
2022-10-05 02:00:56 +00:00
|
|
|
</main>
|
|
|
|
{{{html-after-content}}}
|
|
|
|
{{#data-footer}}{{>Footer}}{{/data-footer}}
|
|
|
|
</div>
|