mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
60148a1a92
Add typing expectations to search box template parameters. Add context expectations to search box and tabs templates. Bug: T239248 Change-Id: I4ff1920f5489b68ef73a219ceeceb1f5511fc9e8
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
{{!
|
|
string tabs-id
|
|
string|null empty-portlet
|
|
string label-id
|
|
string|null msg-label
|
|
string|null html-userlangattributes
|
|
string|null html-items
|
|
}}
|
|
<div id="{{tabs-id}}" role="navigation" class="vectorTabs {{empty-portlet}}" aria-labelledby="{{label-id}}">
|
|
<h3 id="{{label-id}}">{{msg-label}}</h3>
|
|
<ul {{{html-userlangattributes}}}>
|
|
{{{html-items}}}
|
|
</ul>
|
|
</div>
|