Imported from Mediawiki default skin
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user