mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
288b802d45
Bug: T338691 Change-Id: Ic4657505ff92027d3c83373c7000e452f00ac07e
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
{{#href}}<a href="{{.}}"{{/href}}{{!
|
|
}}{{^href}}<button{{/href}}{{!
|
|
}}{{#id}} id="{{.}}"{{/id}}{{!
|
|
}} class="{{class}}"{{!
|
|
}}{{#array-attributes}} {{key}}="{{value}}"{{/array-attributes}}>{{!
|
|
}}{{#icon}}{{>Icon}}{{/icon}}<span>{{label}}</span>
|
|
{{#href}}</a>{{/href}}{{!
|
|
}}{{^href}}</button>{{/href}}
|