mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
1df970eb41
* It is a temporary backport until we move to minimum 1.39 * Add support for blanking title introduced from 1.38
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
{{!
|
|
string html-title-heading--formatted
|
|
string msg-tagline
|
|
}}
|
|
<header class="mw-body-header">
|
|
<div class="page-heading">
|
|
<div class="firstHeading-container">
|
|
{{{html-title-heading--formatted}}}
|
|
{{>Indicators}}
|
|
</div>
|
|
<div id="siteSub">{{msg-tagline}}</div>
|
|
</div>
|
|
{{>PageTools}}
|
|
</header> |