mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
44f9bc0a7c
Parenthesis text in FirstHeading are commonly used for disambiguation purposes Therefore it does not have to be as prominent as the title
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
{{!
|
|
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.
|
|
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.
|
|
string html-title--formatted
|
|
string msg-tagline
|
|
string html-prebodyhtml
|
|
string html-subtitle
|
|
string html-undelete-link
|
|
string html-body-content
|
|
string html-categories
|
|
string html-after-content
|
|
object data-footer for footer template partial. see Footer.mustache for documentation.
|
|
string html-mainpage-attributes
|
|
string msg-sitetitle
|
|
object data-bottombar for bottom template partial. see Bottombar.mustache for documentation.
|
|
string html-printtail HTML to render at the end of the page contained necessary script tags for
|
|
ResourceLoader terminated with `</body></html>`.
|
|
}}
|
|
|
|
{{#data-header}}{{>Header}}{{/data-header}}
|
|
<main class="mw-body" id="content">
|
|
<div id="siteNotice">{{{html-site-notice}}}</div>
|
|
{{{html-newtalk}}}
|
|
<header class="mw-body-header">
|
|
<div class="page-heading">
|
|
<div class="firstHeading-container">
|
|
<h1 id="firstHeading" class="firstHeading" lang="{{page-langcode}}">{{{html-title--formatted}}}</h1>
|
|
{{>Indicators}}
|
|
</div>
|
|
<div id="siteSub">{{msg-tagline}}</div>
|
|
</div>
|
|
{{>PageTools}}
|
|
</header>
|
|
<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-body-content--formatted}}}
|
|
{{{html-categories}}}
|
|
</div>
|
|
</main>
|
|
{{{html-after-content}}}
|
|
{{#data-citizen-footer}}{{>Footer}}{{/data-citizen-footer}}
|