mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 00:50:08 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
{{>Dropdown/Open}}
|
||
|
{{! Only render dropdown contents inside the dropdown when it is unpinned }}
|
||
|
{{^is-pinned}}
|
||
|
{{>PinnableDropdownContents}}
|
||
|
{{/is-pinned}}
|
||
|
{{>Dropdown/Close}}
|