mediawiki-skins-Vector/includes/templates/TableOfContentsContainer.mustache
bwang 0f7411bdf2 Update TOC to use PinnableHeader
- Update 'collapsed' naming convention to 'pinned'
- Introduce VectorComponentPinnableHeader

Bug: T317897
Change-Id: I752eadc9bf54d58c799060a9eaefa0b125dd7952
2022-11-15 16:37:50 -06:00

9 lines
303 B
Plaintext

<div class="mw-table-of-contents-container">
{{! T313060 Additional container div needed to prevent the sticky element from being siblings with the footer }}
{{#data-toc}}
<div id="vector-toc-pinned-container" class="vector-sticky-toc-container">
{{>TableOfContents}}
</div>
{{/data-toc}}
</div>