Imported from Mediawiki default skin

This commit is contained in:
Diskette Guy
2025-07-18 00:19:23 +07:00
parent 293b08e647
commit 38d050cca0
35 changed files with 7825 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<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>