mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
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>
|