Difference between revisions of "Widget:HeaderButtons"
Jump to navigation
Jump to search
>Eave m |
>Eave m (3rd time's the charm?) |
||
| Line 7: | Line 7: | ||
</style> | </style> | ||
<div class="dl-header-buttons"> | <div class="dl-header-buttons"> | ||
| − | <!--{section name= | + | <!--{section name=idx loop=$links}--> |
| − | <a href="<!--{$ | + | <a href="<!--{$links[idx]|escape:'html'}-->" class="mw-ui-button <!--{if $active[idx]}-->mw-ui-progressive<!--{/if}-->"> |
| − | <img src="<!--{$ | + | <img src="<!--{$images[idx]|escape:'html'}-->"> <!--{$names[idx]|escape:'html'}--> |
</a> | </a> | ||
<!--{/section}--> | <!--{/section}--> | ||
</div> | </div> | ||
Revision as of 00:43, 7 April 2020
<style> .dl-header-buttons img {
height: 19px; vertical-align: middle; pointer-events: none;
} </style>