mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 11:15:33 +00:00
3dbadabdfe
It's used by click tracking so marking with inline comment that we need to be careful if we plan to remove it in our current refactoring. Change-Id: I6aee01363d2d150844e61fb27ab584c8ee78c4ae
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
{{!
|
|
See @typedef MenuDefinition
|
|
}}
|
|
{{! DO NOT REMOVE vector-menu class. It is used for click tracking in Extension:WikimediaEvents }}
|
|
<div id="{{id}}" class="vector-menu{{#class}} {{.}}{{/class}}" {{{html-tooltip}}} {{{html-user-language-attributes}}}>
|
|
{{#label}}
|
|
<div class="vector-menu-heading{{#label-class}} {{.}}{{/label-class}}">
|
|
{{.}}
|
|
</div>
|
|
{{/label}}
|
|
{{>MenuContents}}
|
|
</div>
|