mediawiki-skins-Citizen/templates/skin.mustache

27 lines
1 KiB
Plaintext
Raw Normal View History

{{!
string|null html-site-notice the contents of a banner defined in MediaWiki:Sitenotice.
Also used by CentralNotice to inject banners into Vector.
string html-subtitle
string html-undelete-link
string html-user-message
string html-body-content--formatted
string html-categories
string html-after-content
object data-footer for footer template partial. see Footer.mustache for documentation.
}}
2020-06-04 06:36:06 +00:00
{{#data-header}}{{>Header}}{{/data-header}}
<main class="mw-body {{#toc-enabled}}citizen-toc-enabled{{/toc-enabled}}" id="content">
<div id="siteNotice">{{{html-site-notice}}}</div>
{{>ContentHeader}}
<div id="bodyContent" class="citizen-body">
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
{{#html-undelete-link}}<div id="contentSub2">{{{html-undelete-link}}}</div>{{/html-undelete-link}}
{{{html-user-message}}}
2021-03-03 00:28:54 +00:00
{{{html-body-content--formatted}}}
{{{html-categories}}}
</div>
</main>
{{{html-after-content}}}
2021-06-20 06:03:43 +00:00
{{#data-citizen-footer}}{{>Footer}}{{/data-citizen-footer}}