mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
25d25e381b
* Add registration date to user tagline * Add contribution link to edit count in user tagline * Add gender to user tagline * Allow `citizen-tagline` to be fully parsed --------- Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
20 lines
633 B
Plaintext
20 lines
633 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
|
|
string html-citizen-jumptotop Jump to top title text
|
|
}}
|
|
<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>
|
|
<a href="#top" class="citizen-jumptotop" title="{{html-citizen-jumptotop}}"></a>
|
|
</div>
|
|
{{>PageTools}}
|
|
</header>
|
|
<div id="citizen-body-header-sticky-sentinel"></div>
|