Files
Buadhong/mediawiki/templates/Portlet.mustache
T
2025-07-18 00:20:55 +07:00

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>