mediawiki-skins-Vector/includes/templates/ColumnEnd.mustache
Moh'd Khier Abualruz 568cdf3d6d Prepare data for Page Tools menu
- Creates a new skin component called PageTools which
  is responsible for populating the new Page Tools menu.
- Removes the toolbox menu from the sidebar and places
  it in the Page Tools menu.

Bug: T318434
Change-Id: I9d552afab834193a4905d729eadecf71dda52cd2
2022-12-05 13:12:53 -08:00

10 lines
278 B
Plaintext

<div class="vector-column-end">
<nav class="vector-page-tools-landmark" aria-label="{{msg-tooltip-p-cactions}}">
{{#data-page-tools}}
{{>PinnedContainer/Open}}
{{#is-pinned}}{{>PageTools}}{{/is-pinned}}
{{>PinnedContainer/Close}}
{{/data-page-tools}}
</nav>
</div>