mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
16 lines
537 B
Plaintext
16 lines
537 B
Plaintext
{{!
|
|
string page-langcode the content language of the article. Assumed to be escaped HTML.
|
|
string page-langcode the content language of the article. Assumed to be escaped HTML.
|
|
string html-title--formatted
|
|
string msg-tagline
|
|
}}
|
|
<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> |