mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
03da361b97
- Refactor existing template data-related partials into CitizenComponent components - Re-implement user menu header as UserInfo - Add description text for anon and temp user in UserMenu --------- Co-authored-by: github-actions <github-actions@users.noreply.github.com>
15 lines
509 B
Plaintext
15 lines
509 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
|
|
}}
|
|
<div class="citizen-page-heading">
|
|
<div class="firstHeading-container">
|
|
{{{html-title-heading}}}
|
|
{{>Indicators}}
|
|
</div>
|
|
<div id="siteSub">{{{html-tagline}}}</div>
|
|
<a href="#top" class="citizen-jumptotop" title="{{msg-citizen-jumptotop}}"></a>
|
|
</div> |