2022-05-10 03:54:00 +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
|
|
|
|
string html-random-href URL of Special:Random
|
2022-05-26 21:57:57 +00:00
|
|
|
string msg-randompage tooltip message for random page button
|
2022-05-10 03:54:00 +00:00
|
|
|
}}
|
2024-07-03 20:07:08 +00:00
|
|
|
<div class="citizen-search citizen-header__item citizen-dropdown">
|
|
|
|
<details id="citizen-search-details" class="citizen-dropdown-details">
|
|
|
|
{{>Search__button}}
|
|
|
|
</details>
|
|
|
|
<div role="search" id="citizen-search__card" class="citizen-search-box citizen-search__card citizen-menu__card">
|
2023-03-01 20:27:29 +00:00
|
|
|
<form action="{{form-action}}" class="citizen-search__form" id="searchform" autocomplete="off">
|
2022-12-02 22:35:15 +00:00
|
|
|
<input type="hidden" name="title" value="{{page-title}}">
|
2024-09-26 18:55:49 +00:00
|
|
|
<label class="citizen-search__formIcon" for="searchInput">
|
2023-07-10 19:13:21 +00:00
|
|
|
<span class="citizen-search__icon citizen-ui-icon mw-ui-icon-wikimedia-search"></span>
|
|
|
|
<span class="screen-reader-text">{{msg-search}}</span>
|
|
|
|
</label>
|
2022-12-02 22:35:15 +00:00
|
|
|
{{{html-input}}}
|
2023-07-10 19:13:21 +00:00
|
|
|
<a
|
2023-07-10 20:23:48 +00:00
|
|
|
class="citizen-search__random citizen-search__formButton"
|
2023-07-10 19:13:21 +00:00
|
|
|
href="{{html-random-href}}"
|
|
|
|
title="{{msg-randompage}}">
|
|
|
|
<span class="citizen-ui-icon mw-ui-icon-wikimedia-die"></span>
|
|
|
|
<span class="screen-reader-text">{{msg-random}}</span>
|
|
|
|
</a>
|
2022-12-02 22:35:15 +00:00
|
|
|
</form>
|
2024-09-26 21:47:19 +00:00
|
|
|
{{>SearchFooter}}
|
2022-12-02 22:35:15 +00:00
|
|
|
</div>
|
2024-07-03 20:07:08 +00:00
|
|
|
</div>
|