mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 13:05:50 +00:00
0b8693ccec
menu-id -> id menu-label-id -> label-id msg-label -> label empty-portlet -> class Bug: T249372 Change-Id: I15fd88269b3d111ff47e64f3669575afaeea9f97
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
{{!
|
|
See @typedef 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>
|