mediawiki-skins-Vector/includes/templates/SidebarAction.mustache
jdlrobson ca501bb581 Remove need for html-class template property
Follow up to 9dcfc1f

This simplifies the template by removing the need for the html-class.
The font-size can be provided to the entire content area meaning we don't
need the link-only class

Change-Id: Id5c49358f6ec007b3205ee390cf68334a1e56de5
2021-12-10 08:40:01 -08:00

10 lines
262 B
Plaintext

{{! `heading` is optional. }}
<div class="mw-sidebar-action">
<div class="mw-sidebar-action-item">
{{#heading}}<h3 class="mw-sidebar-action-heading">{{.}}</h3>{{/heading}}
<div class="mw-sidebar-action-content">
{{{html-content}}}
</div>
</div>
</div>