2022-10-06 17:45:23 +00:00
|
|
|
{{#data-toc}}
|
2022-10-06 20:31:55 +00:00
|
|
|
<div class="citizen-toc">
|
2022-10-19 21:03:48 +00:00
|
|
|
<input
|
|
|
|
type="checkbox"
|
|
|
|
id="citizen-toc__checkbox"
|
|
|
|
class="mw-checkbox-hack-checkbox"
|
|
|
|
role="button"
|
|
|
|
aria-labelledby="citizen-toc__buttonCheckbox"
|
|
|
|
aria-haspopup="true">
|
|
|
|
<nav id="mw-panel-toc" class="citizen-toc__card mw-checkbox-hack-target" role="navigation" aria-labelledby="mw-panel-toc-label">
|
2022-10-19 19:24:02 +00:00
|
|
|
<a class="citizen-toc__top citizen-toc__link" title="{{html-citizen-jumptotop}}" href="#top">
|
|
|
|
<div class="citizen-toc__text">{{msg-citizen-jumptotop}}</div>
|
|
|
|
</a>
|
2022-10-06 20:31:55 +00:00
|
|
|
<div id="mw-panel-toc-label" class="citizen-toc__header">{{msg-toc}}</div>
|
|
|
|
<ul class="citizen-toc__contents" id="mw-panel-toc-list">
|
|
|
|
{{#array-sections}}
|
|
|
|
{{>TableOfContents__line}}
|
|
|
|
{{/array-sections}}
|
|
|
|
</ul>
|
|
|
|
</nav>
|
2022-10-19 21:03:48 +00:00
|
|
|
<label
|
|
|
|
id="citizen-toc__buttonCheckbox"
|
|
|
|
class="mw-checkbox-hack-button"
|
|
|
|
for="citizen-toc__checkbox"
|
|
|
|
title="{{msg-toc}}"
|
|
|
|
aria-hidden="true">
|
|
|
|
<span id="mw-panel-toc-label">{{msg-toc}}</span>
|
|
|
|
</label>
|
2022-10-06 20:31:55 +00:00
|
|
|
</div>
|
2022-10-06 17:45:23 +00:00
|
|
|
{{/data-toc}}
|