mediawiki-skins-Citizen/templates/ContentHeader.mustache
2022-09-29 22:33:06 -04:00

17 lines
493 B
Plaintext

{{!
Indicator[] array-indicators wiki-defined badges such as "good article",
"featured article". An empty array if none are defined.
string html-title-heading--formatted
string html-tagline
}}
<div id="citizen-body-header-sticky-sentinel"></div>
<header class="mw-body-header">
<div class="page-heading">
<div class="firstHeading-container">
{{{html-title-heading--formatted}}}
{{>Indicators}}
</div>
<div id="siteSub">{{html-tagline}}</div>
</div>
{{>PageTools}}
</header>