mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 13:05:50 +00:00
286b07b20a
menu-id -> id menu-label-id -> label-id msg-label -> label empty-portlet -> class Bug: T249372 Change-Id: I50bf2424f9077ac987e03a1e552577bf7c48b3bb
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
{{!
|
|
See @typedef MenuDefinition
|
|
}}
|
|
<div id="{{id}}" role="navigation" class="{{class}}" aria-labelledby="{{label-id}}">
|
|
<input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="{{label-id}}" />
|
|
<h3 id="{{label-id}}">
|
|
<span>{{label}}</span>
|
|
</h3>
|
|
<ul class="menu" {{{html-userlangattributes}}}>
|
|
{{{html-items}}}
|
|
</ul>
|
|
</div>
|