mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
a3bb097cf8
the PersonalMenu should be generalised. In future we will use it as the template for all menus Bug: T249372 Change-Id: Id1c43d2e9eefef1d7aec45f0137e27f10ad935df
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
{{!
|
|
@see MenuDefinition
|
|
}}
|
|
|
|
<div id="{{id}}" role="navigation" class="{{class}}" aria-labelledby="{{label-id}}">
|
|
<h3 id="{{label-id}}">{{label}}</h3>
|
|
<ul {{{html-userlangattributes}}}>
|
|
{{{html-items}}}
|
|
</ul>
|
|
</div>
|