mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
4f471bfa5e
PersonalMenu is the login/logout notifications etc. menu at the very top of the Vector skin. Bug: T239248, T240062 Change-Id: Iae224cbd838e44669a9f27e6dd303c6c3b402d41
18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
{{!
|
|
string|null empty-portlet
|
|
string msg-label
|
|
string|null html-userlangattributes
|
|
string|null html-lang-selector
|
|
string|null html-loggedin
|
|
string|null html-personal-tools
|
|
}}
|
|
|
|
<div id="p-personal" role="navigation" {{#empty-portlet}}class="{{empty-portlet}}"{{/empty-portlet}} aria-labelledby="p-personal-label">
|
|
<h3 id="p-personal-label">{{msg-label}}</h3>
|
|
<ul {{{html-userlangattributes}}}>
|
|
{{{html-lang-selector}}}
|
|
{{{html-loggedin}}}
|
|
{{{html-personal-tools}}}
|
|
</ul>
|
|
</div>
|