mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
19 lines
800 B
Plaintext
19 lines
800 B
Plaintext
{{!
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
|
string msg-citizen-jumptotop Jump to top title text
|
|
}}
|
|
<header class="mw-header citizen-header">
|
|
{{#data-drawer}}{{>Drawer}}{{/data-drawer}}
|
|
<div class="citizen-header__inner">
|
|
<div class="citizen-header__start">
|
|
<a class="citizen-header__title citizen-header__title--site" {{{html-mainpage-attributes}}}>{{>Wordmark}}</a>
|
|
<a class="citizen-header__title citizen-header__title--page" href="#top" title="{{msg-citizen-jumptotop}}"><div>{{{html-title}}}</div></a>
|
|
</div>
|
|
<div class="citizen-header__end">
|
|
{{#data-notifications}}{{>Menu}}{{/data-notifications}}
|
|
{{#data-personal-menu}}{{>PersonalMenu}}{{/data-personal-menu}}
|
|
</div>
|
|
</div>
|
|
{{#data-search-box}}{{>Search}}{{/data-search-box}}
|
|
</header>
|