2021-09-07 20:22:19 +00:00
|
|
|
{{#href}}<a href="{{.}}"{{/href}}
|
|
|
|
{{^href}}<button{{/href}}
|
2021-09-14 16:53:35 +00:00
|
|
|
{{#id}}id="{{.}}"{{/id}}
|
2021-09-21 16:01:33 +00:00
|
|
|
{{#tabindex}}tabindex="{{.}}"{{/tabindex}}
|
2021-09-14 16:53:35 +00:00
|
|
|
{{#event}}data-event-name="{{.}}"{{/event}}
|
2022-04-13 19:53:46 +00:00
|
|
|
{{#title}}title="{{.}}"{{/title}}
|
|
|
|
{{#accesskey}}accesskey="{{.}}"{{/accesskey}}
|
2021-09-29 12:06:07 +00:00
|
|
|
class="mw-ui-button{{#is-quiet}} mw-ui-quiet{{/is-quiet}}{{#icon}} mw-ui-icon mw-ui-icon-element mw-ui-icon-{{.}}{{/icon}} {{class}}">
|
2021-11-18 18:50:04 +00:00
|
|
|
{{{html-vector-button-icon}}}<span>{{label}}</span>
|
2021-09-07 20:22:19 +00:00
|
|
|
{{#href}}</a>{{/href}}
|
|
|
|
{{^href}}</button>{{/href}}
|