mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
eb64a09a7d
- VectorComponentMenuVariants.php is renamed to VectorComponentVariants.php, and returns menu and dropdown data - Remove TabsMenuContents.mustache in favor of MenuContents.mustache - Fix the variants dropdown to use the full Menu template Follow-up: Idf05c1664c026f58487ba34af5ede8a11e695baf Change-Id: I0e9b1ab3306b04ee0d226048c6885beab4f310c6
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>
|