/** * @external SearchData */ import searchBoxTemplate from '!!raw-loader!../includes/templates/SearchBox.mustache'; import { htmluserlangattributes } from './utils'; export { searchBoxTemplate }; /** * @type {SearchData} */ export const searchBoxData = { 'form-action': '/w/index.php', 'html-userlangattributes': htmluserlangattributes, 'msg-search': 'Search', 'html-input': '', 'page-title': 'Special:Search', 'html-button-search-fallback': '', 'html-button-search': '' };