mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 11:15:33 +00:00
ca501bb581
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
10 lines
262 B
Plaintext
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>
|