2022-04-05 20:38:00 +00:00
|
|
|
<li id="toc-{{anchor}}"
|
2022-02-14 18:55:50 +00:00
|
|
|
class="sidebar-toc-list-item sidebar-toc-level-{{toclevel}}{{#is-top-level-section}}{{^vector-is-collapse-sections-enabled}} sidebar-toc-list-item-expanded{{/vector-is-collapse-sections-enabled}}{{/is-top-level-section}}">
|
2022-08-16 04:19:37 +00:00
|
|
|
<a class="sidebar-toc-link" href="#{{linkAnchor}}{{^linkAnchor}}{{anchor}}{{/linkAnchor}}">
|
2022-01-27 22:58:16 +00:00
|
|
|
<div class="sidebar-toc-text">
|
|
|
|
<span class="sidebar-toc-numb">{{number}}</span>{{{line}}}</div>
|
|
|
|
</a>
|
2022-03-25 00:44:23 +00:00
|
|
|
{{#html-summary}}
|
|
|
|
{{{.}}}
|
|
|
|
{{/html-summary}}
|
2022-02-14 18:55:50 +00:00
|
|
|
{{#is-top-level-section}}{{#is-parent-section}}
|
2022-04-11 20:56:42 +00:00
|
|
|
<button aria-controls="toc-{{anchor}}-sublist" class="mw-ui-icon mw-ui-icon-wikimedia-expand mw-ui-icon-small sidebar-toc-toggle">
|
2022-03-29 20:51:45 +00:00
|
|
|
{{{vector-button-label}}}
|
|
|
|
</button>
|
2022-02-14 18:55:50 +00:00
|
|
|
{{/is-parent-section}}{{/is-top-level-section}}
|
2022-03-29 20:51:45 +00:00
|
|
|
<ul id="toc-{{anchor}}-sublist" class="sidebar-toc-list">
|
2022-01-27 22:58:16 +00:00
|
|
|
{{#array-sections}}
|
|
|
|
{{>TableOfContents__line}}
|
|
|
|
{{/array-sections}}
|
|
|
|
</ul>
|
|
|
|
</li>
|