12 lines
457 B
Plaintext
12 lines
457 B
Plaintext
<div role="navigation" id="{{id}}" class="{{class}}" title="{{html-tooltip}}"
|
|
aria-labelledby="{{id}}-label">
|
|
<input type="checkbox" aria-labelledby="{{id}}-label" />
|
|
<h3 id="{{id}}-label" {{{html-user-language-attributes}}}>{{label}}</h3>
|
|
<div class="mw-portlet-body">
|
|
<ul {{{html-user-language-attributes}}}>
|
|
{{#array-items}}{{>ListItem}}{{/array-items}}
|
|
</ul>
|
|
{{{html-after-portal}}}
|
|
</div>
|
|
</div>
|