2020-06-04 06:36:06 +00:00
|
|
|
{{!
|
2020-06-09 04:55:31 +00:00
|
|
|
string msg-citizen-search-toggle-shortcut message with shortcut key for search toggle
|
2020-06-09 01:58:35 +00:00
|
|
|
string msg-citizen-search-toggle tooltip message for search toggle
|
2020-06-04 17:32:01 +00:00
|
|
|
string form-action action attribute of the search form
|
|
|
|
string page-title page title of the search page
|
|
|
|
string msg-search search text label
|
|
|
|
string html-input raw HTML containing the input box of the search box
|
2020-06-09 01:58:35 +00:00
|
|
|
string html-random-href URL of Special:Random
|
|
|
|
string msg-random tooltip message for random page button
|
2020-06-04 06:36:06 +00:00
|
|
|
}}
|
2020-06-07 05:30:54 +00:00
|
|
|
<input
|
|
|
|
type="checkbox"
|
2021-01-16 00:56:59 +00:00
|
|
|
id="search-checkbox"
|
|
|
|
class="mw-checkbox-hack-checkbox">
|
|
|
|
<label
|
2020-06-07 05:30:54 +00:00
|
|
|
id="search-toggle"
|
2021-05-04 17:27:47 +00:00
|
|
|
class="mw-checkbox-hack-button mw-header-button"
|
2021-01-16 00:56:59 +00:00
|
|
|
for="search-checkbox"
|
2020-06-07 05:30:54 +00:00
|
|
|
role="button"
|
2021-01-16 00:56:59 +00:00
|
|
|
title="{{msg-citizen-search-toggle-shortcut}}"
|
2020-06-07 05:30:54 +00:00
|
|
|
aria-controls="searchform">
|
|
|
|
{{msg-citizen-search-toggle}}
|
|
|
|
</label>
|
|
|
|
<div id="search-toggle-icon">
|
|
|
|
<div id="search-toggle-icon-1" class="search-toggle-icon-div"></div>
|
|
|
|
<div id="search-toggle-icon-2" class="search-toggle-icon-div"></div>
|
|
|
|
<div id="search-toggle-icon-3" class="search-toggle-icon-div"></div>
|
|
|
|
</div>
|
2020-06-12 17:39:31 +00:00
|
|
|
<form action="{{form-action}}" role="search" id="searchform" autocomplete="off">
|
2020-06-04 06:36:06 +00:00
|
|
|
<input type="hidden" name="title" value="{{page-title}}">
|
2020-06-06 18:47:03 +00:00
|
|
|
<label class="screen-reader-text" for="searchInput">{{msg-search}}</label>
|
2020-06-08 23:12:03 +00:00
|
|
|
<div id="searchform-icon"></div>
|
2020-06-04 06:36:06 +00:00
|
|
|
{{{html-input}}}
|
2020-06-09 01:58:35 +00:00
|
|
|
<a
|
|
|
|
id="searchform-random"
|
|
|
|
href="{{html-random-href}}"
|
|
|
|
title="{{msg-random}}">
|
|
|
|
<div id="searchform-random-label" class="screen-reader-text">
|
|
|
|
{{msg-random}}
|
|
|
|
</div>
|
|
|
|
</a>
|
2020-10-09 06:17:46 +00:00
|
|
|
</form>
|