mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 00:25:40 +00:00
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
|
{{!
|
||
|
See @typedef MenuDefinition
|
||
|
}}
|
||
|
<div id="{{id}}" class="vector-menu vector-menu-portal portal{{#class}} {{.}}{{/class}}" {{{html-tooltip}}} {{{html-user-language-attributes}}}>
|
||
|
<div
|
||
|
id="{{id}}-label"
|
||
|
class="vector-menu-heading{{#heading-class}} {{.}}{{/heading-class}}"
|
||
|
{{#aria-label}}aria-label="{{.}}"{{/aria-label}}
|
||
|
>
|
||
|
{{{html-vector-heading-icon}}}<span class="vector-menu-heading-label">{{label}}</span>
|
||
|
</div>
|
||
|
<div class="vector-menu-content">
|
||
|
{{{html-before-portal}}}
|
||
|
<ul class="vector-menu-content-list">{{{html-items}}}</ul>
|
||
|
{{{html-after-portal}}}
|
||
|
</div>
|
||
|
</div>
|