mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +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
8 lines
297 B
Plaintext
8 lines
297 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 vector-menu-tabs{{#class}} {{.}}{{/class}}" {{{html-tooltip}}} {{{html-user-language-attributes}}}>
|
|
{{>MenuContents}}
|
|
</div>
|